This website requires JavaScript.
Explore
Help
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-10-04 04:19:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
192b5925da8499efbdba5aeb70cd7870b48de87c
esp-idf
/
components
/
esp_hw_support
/
port
/
esp32
History
Angus Gratton
192b5925da
bootloader: Can boot to IDF scheduler start on internal-use FPGA
...
On ESP32 & ESP32-S2. Patch doesn't include changes to make the app run fully.
2021-07-16 10:50:06 +10:00
..
private_include
…
chip_info.c
esp_system: split esp_system.h header
2021-03-31 19:13:03 +08:00
CMakeLists.txt
build system: always build with -fno-jump-tables & -fno-tree-switch-conversion
2021-06-24 14:54:10 +08:00
Kconfig.mac
esp32: move mac target specific configs
2021-03-31 19:17:33 +08:00
regi2c_ctrl.h
regi2c: add a spinlock for accessing (reg)I2C devices
2021-05-13 11:55:41 +08:00
rtc_clk_common.h
…
rtc_clk_init.c
bootloader: Can boot to IDF scheduler start on internal-use FPGA
2021-07-16 10:50:06 +10:00
rtc_clk.c
rtc: Add missing esp_rom_sys.h header in rtc clk
2021-07-01 12:50:14 -03:00
rtc_init.c
ulp: clear rtc int at initialization
2021-03-31 17:15:55 +08:00
rtc_pm.c
…
rtc_sleep.c
deep sleep: clear wakeup and reject int raw signal before entry sleep
2021-06-29 11:59:54 +08:00
rtc_time.c
…
rtc_wdt.c
…