summaryrefslogtreecommitdiff
path: root/fw/app/prj.conf
AgeCommit message (Collapse)Author
29 hoursRevert "fw: app: Enable CONFIG_NO_OPTIMIZATIONS"xengineering
This reverts commit 184a41809c66868992c90ce9d420b8e4dc46253b. The change worked well for the `native_sim` board. Nevertheless the application firmware for the real microcontroller was not usable at all anymore. This regression is fixed by simply reverting the commit. Later it could be introduced only for the `native_sim` board with an overlay.
2025-05-07fw: app: Enable CONFIG_NO_OPTIMIZATIONSxengineering
This disables compiler optimization and allows easier debugging.
2025-05-07fw: app: Encode settings with JSON libxengineering
2025-04-16fw: app: http: Add working GET /settings.jsonxengineering
2025-04-15fw: 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.
2025-04-15fw: app: syslog: Make target IP configurablexengineering
2025-04-15fw: 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.