Merge branch 'feature/ubsan' into 'master'

system: add option to enable undefined behavior sanitizer (UBSAN)

Closes IDF-166 and IDF-1824

See merge request espressif/esp-idf!11318
This commit is contained in:
Ivan Grokhotkov
2021-04-23 09:27:42 +00:00
26 changed files with 500 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ extern "C" {
/* This LL is currently unused for ESP32-C3 - cleanup is TODO ESP32-C3 IDF-2375 */
static inline uint32_t mpu_ll_id_to_addr(int id)
static inline uint32_t mpu_ll_id_to_addr(unsigned id)
{
abort();
}