add new component: user interface http server

work in progress which eventually will enable the user to configure dsp processor on the fly using an on device http server.

first try and possible fix for #22

Signed-off-by: Karl Osterseher <karli_o@gmx.at>
This commit is contained in:
Karl Osterseher
2023-01-15 20:21:49 +01:00
Unverified
parent d2a21f99ac
commit 016a131f33
15 changed files with 1681 additions and 286 deletions

View File

@@ -5,3 +5,4 @@ phy_init, data, phy, 0xf000, 4K,
factory, app, factory, 0x10000, 1152K,
ota_0, app, ota_0, 0x130000, 1152K,
ota_1, app, ota_1, 0x250000, 1152K,
storage, data, spiffs, 0x370000, 576K,
1 # Name Type SubType Offset Size Flags
5 factory app factory 0x10000 1152K
6 ota_0 app ota_0 0x130000 1152K
7 ota_1 app ota_1 0x250000 1152K
8 storage data spiffs 0x370000 576K