summaryrefslogtreecommitdiff
path: root/fw/app/prj.conf
AgeCommit message (Collapse)Author
18 hoursfw: app: Enable CONFIG_NO_OPTIMIZATIONSxengineering
This disables compiler optimization and allows easier debugging.
4 daysWIP: fw: app: Encode settings with JSON libxengineering
TODO: SEGFAULT in json_escape_internal (grrrrr)
5 daysfw: app: http: Add working GET /settings.jsonxengineering
6 daysfw: app: syslog: Stop supporting CONFIG_LOG_BACKEND_NET_SERVERxengineering
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 daysfw: app: syslog: Make target IP configurablexengineering
6 daysfw: app: Enable settings with NVS backendxengineering
2025-03-26fw: app: Move application firmware code herexengineering
This makes the structure of the `fw` folder more clear and separates application-related code from bootloader- or rtos-related code.