Merge branch 'feature/merge_esp32c3_bootloader_support' into 'master'

esp32c3: add initial bootloader and target component support

Closes IDF-2435 and IDF-2436

See merge request espressif/esp-idf!11433
This commit is contained in:
Angus Gratton
2020-12-11 15:36:28 +08:00
51 changed files with 3565 additions and 22 deletions

View File

@@ -10,7 +10,6 @@
#include "freertos/task.h"
#include "freertos/semphr.h"
#include "freertos/queue.h"
#include "freertos/xtensa_api.h"
#include "unity.h"
#include "bootloader_common.h"
#include "bootloader_util.h"