Age | Commit message (Collapse) | Author | |
---|---|---|---|
18 hours | fw: app: Enable CONFIG_NO_OPTIMIZATIONS | xengineering | |
This disables compiler optimization and allows easier debugging. | |||
4 days | WIP: fw: app: Encode settings with JSON lib | xengineering | |
TODO: SEGFAULT in json_escape_internal (grrrrr) | |||
5 days | fw: app: http: Add working GET /settings.json | xengineering | |
6 days | fw: app: syslog: Stop supporting CONFIG_LOG_BACKEND_NET_SERVER | xengineering | |
From now on the mixed format with IP and port is not supported. The settings system should keep them separate and first only the IP is configurable. Supporting this Kconfig option too is annoying and not necessary. | |||
6 days | fw: app: syslog: Make target IP configurable | xengineering | |
6 days | fw: app: Enable settings with NVS backend | xengineering | |
2025-03-26 | 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. |