system: add an example showing how to run non-iram ISR when operating Flash

This commit is contained in:
Armando
2022-01-05 17:05:57 +08:00
parent 1d02e638bd
commit a36e5188e9
10 changed files with 323 additions and 0 deletions
@@ -0,0 +1,2 @@
idf_component_register(SRCS "app_main.c"
INCLUDE_DIRS "")