Age | Commit message (Collapse) | Author | |
---|---|---|---|
4 days | fw: app: update: Add source file and HTTP 204 handler | xengineering | |
This adds the HTTP PUT /update handler which just returns HTTP 204 No Content. This is the minimal first step towards a working /update handler. | |||
8 days | fw: app: Build as CMake External Project | xengineering | |
This adopts this pattern from the bootloader build. It adds more flexibility. It is assumed that in this way multiple builds for different boards can easily be achieved. | |||
8 days | fw: app: Move application firmware code here | xengineering | |
This makes the structure of the `fw` folder more clear and separates application-related code from bootloader- or rtos-related code. |