Move FreeRTOSConfig.h to app-sim (#17)

* Move FreeRTOSConfig.h to app-sim

* improved docs

* updated ideas.md and removed finished todos
This commit is contained in:
Ken Van Hoeylandt
2024-01-22 00:27:17 +01:00
committed by GitHub
parent d6baf40d0b
commit ed2d0cc78a
6 changed files with 37 additions and 16 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "esp_lvgl_port.h"
#include "esp_netif.h"
#include "graphics_i.h"
#include "hardware_i.h" // TODO: Rename to hardware*.*
#include "hardware_i.h"
#include "nvs_flash.h"
#include "partitions.h"
#include "services/loader/loader.h"