Djordje Nedic
|
11f3898e33
|
tools: Fix cmake variable propagation
This fixes the issue where component CMAKE variables propagate by default to the entire project, for instance compiler flags.
Useful for when you want to have component specific compiler flags or defines.
Closes https://github.com/espressif/esp-idf/pull/8806
Closes https://github.com/espressif/esp-idf/issues/8881
|
2022-05-16 16:55:34 +02:00 |
|
morris
|
ef00bd59dc
|
esp_rom: extract int matrix route and cpu ticks getter
|
2022-02-09 13:52:20 +08:00 |
|
Martin Vychodil
|
dd938eb952
|
System/Security: Memprot API unified (ESP32C3)
Unified Memory protection API for all PMS-aware chips (ESP32C3)
Closes JIRA IDF-3849
|
2021-12-21 01:50:36 +01:00 |
|
KonstantinKondrashov
|
709abee65c
|
example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3)
|
2021-09-24 13:55:07 +08:00 |
|
Martin Vychodil
|
58aed7df98
|
ESP32S2: No assert()/abort() in Memprot API, use esp_err_t instead
JIRA IDF-3634
|
2021-08-26 09:20:00 +02:00 |
|
Martin Vychodil
|
f27c9c5139
|
esp32c3: memprot API upgrade and test application
Closes IDF-2641
|
2021-04-12 13:44:11 +10:00 |
|
Fu Hanxi
|
119b61451f
|
fix(test_apps): add supported targets for memprot, panic, monitor_ide
|
2021-01-27 12:35:49 +08:00 |
|
Fu Hanxi
|
0146f258d7
|
style: format python files with isort and double-quote-string-fixer
|
2021-01-26 10:49:01 +08:00 |
|
Angus Gratton
|
66fb5a29bb
|
Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace)
|
2020-11-11 07:36:35 +00:00 |
|
Martin Vychodil
|
497b730e8f
|
* memprot support for RTC_SLOW
* API upgrade
JIRA IDF-1636
|
2020-10-08 11:19:23 +08:00 |
|