songruojing
|
24a60c12c6
|
uart: Provide support for esp32c2 and esp32h2
UART examples, unit test, and programming guide are all updated.
|
2022-03-02 11:29:13 +08:00 |
|
Michael (XIAO Xufeng)
|
78165c541e
|
Merge branch 'bugfix/bootloader_uart_custom_gpio' into 'master'
bootloader: fixed the issue custom_uart_gpio doesn't take effect
Closes IDF-4606
See merge request espressif/esp-idf!16910
|
2022-03-02 02:35:14 +08:00 |
|
songruojing
|
b6887416d4
|
uart: fixed reset logic on ESP32-S3
|
2022-03-01 18:21:31 +08:00 |
|
songruojing
|
d4334cc109
|
uart: fixed incorrect channel number on ESP32S2, S3 and C3
|
2022-03-01 18:21:27 +08:00 |
|
KonstantinKondrashov
|
7d097511fa
|
soc: Fix efuse_hal_get_chip_revision for esp32
|
2022-03-01 16:55:43 +08:00 |
|
wuzhenghui
|
1a4d4b9cd6
|
remove esp32h2 rev1/2 unsupported efuse field
|
2022-02-28 19:37:43 +08:00 |
|
wuzhenghui
|
95418fd22e
|
remove esp32c3 unsupported efuse field
|
2022-02-28 19:37:38 +08:00 |
|
Kevin (Lao Kaiyao)
|
cc1d89ebba
|
Merge branch 'feature/i2c_support_on_esp8684_esp32h2' into 'master'
i2c: support i2c on esp32c2 and esp32h2
Closes IDF-3918
See merge request espressif/esp-idf!16444
|
2022-02-28 13:59:02 +08:00 |
|
Konstantin Kondrashov
|
44e5ac2c59
|
Merge branch 'feature/efuse_hal' into 'master'
hal: Adds efuse hal layer
See merge request espressif/esp-idf!16354
|
2022-02-28 13:38:43 +08:00 |
|
KonstantinKondrashov
|
9605f3eb1a
|
soc: Adds efuse hal
Replaced eFuse ROM funcs with hal layer
|
2022-02-24 22:20:09 +08:00 |
|
morris
|
8c91ef7599
|
Merge branch 'contrib/github_pr_8430' into 'master'
ADC Fix compiling when included from C++ (GitHub PR)
Closes IDFGH-6804
See merge request espressif/esp-idf!17216
|
2022-02-24 08:42:06 +00:00 |
|
laokaiyao
|
cf353c505a
|
i2c: support esp32h2
|
2022-02-23 15:19:37 +08:00 |
|
laokaiyao
|
7da023ceae
|
i2c: support esp32c2
|
2022-02-23 15:19:37 +08:00 |
|
Jiang Guang Ming
|
453146fe75
|
Merge branch 'bugfix/update_esp32c2_soc_memory_addr' into 'master'
soc: update memory address for esp32c2
See merge request espressif/esp-idf!17085
|
2022-02-22 10:23:35 +00:00 |
|
Song Ruo Jing
|
da3b7f106b
|
Merge branch 'feature/support_esp32c2_reset_cause' into 'master'
esp_system: support esp32c2 reset reason
Closes IDF-3832 and IDF-4244
See merge request espressif/esp-idf!17158
|
2022-02-22 03:12:44 +00:00 |
|
morris
|
116197040f
|
i2s: update copyright
|
2022-02-21 21:28:48 +08:00 |
|
Marius Vikhammer
|
63edf76c36
|
soc: remove sigma delta and DS caps from soc_caps.h
These two peripherals do not exist on C2
|
2022-02-16 10:21:09 +08:00 |
|
jiangguangming
|
0265a86361
|
soc: update memory address for esp32c2
|
2022-02-15 15:14:42 +08:00 |
|
songruojing
|
b860fa96e0
|
esp_system: support esp32c2 reset reason
|
2022-02-15 13:50:22 +08:00 |
|
morris
|
84b750cbe8
|
Merge branch 'refactor/lcd_soc_ll_update_according_trm' into 'master'
lcd soc ll update according trm
See merge request espressif/esp-idf!16900
|
2022-02-12 08:13:34 +00:00 |
|
Song Ruo Jing
|
40d1102ca5
|
Merge branch 'bugfix/cpu_reset_perip_clk_disable' into 'master'
esp_system: change range comparsion for reset reason to specifc cpu reset reason comparison
See merge request espressif/esp-idf!15492
|
2022-02-10 03:44:15 +00:00 |
|
songruojing
|
c1dedb33fa
|
esp_system: replace the range comparsion for reset reason in perip clk init with specific reset reason check, also add a test case in LEDC to check for the perip clk not being disabled after cpu reset
|
2022-02-09 15:54:34 +08:00 |
|
morris
|
9887c7e780
|
rmt: do not support rx wrap on esp32s2
Closes https://github.com/espressif/esp-idf/issues/8354
|
2022-02-08 13:57:31 +08:00 |
|
Michael (XIAO Xufeng)
|
c1b30491dd
|
Merge branch 'feature/esp32c3_uart_add_wakeup_event' into 'master'
UART: add uart wakeup event for esp32c3 and esp32s3
Closes IDF-3416
See merge request espressif/esp-idf!14482
|
2022-02-04 17:23:29 +00:00 |
|
Mahavir Jain
|
68f67db984
|
Merge branch 'feature/efuse_esp8684' into 'master'
efuse(esp32c2): Support eFuse key APIs
Closes IDF-3818
See merge request espressif/esp-idf!16290
|
2022-02-01 11:30:00 +00:00 |
|
KonstantinKondrashov
|
ebdc52d4e2
|
efuse(esp32c2): Support eFuse key APIs
|
2022-02-01 17:30:31 +08:00 |
|
Konstantin Kondrashov
|
c4d91581ca
|
Merge branch 'bugfix/efuse_timesettings_for_esp32s3' into 'master'
efuse: Fixes eFuse timesettings issue on esp32S3
See merge request espressif/esp-idf!16907
|
2022-01-26 09:33:39 +00:00 |
|
Song Ruo Jing
|
3821a09f83
|
Merge branch 'bugfix/ledc_consecutive_fade' into 'master'
ledc: Bugfixes for issues related to fade protection on ESP32
Closes IDFGH-4918 and IDFGH-5565
See merge request espressif/esp-idf!14568
|
2022-01-26 06:00:59 +00:00 |
|
Zim Kalinowski
|
67f51a4ce5
|
Merge branch 'bugfix/riscv_i2c_description' into 'master'
i2c: fix the controller count in the header description
Closes IDFGH-6476
See merge request espressif/esp-idf!16718
|
2022-01-26 03:13:07 +00:00 |
|
KonstantinKondrashov
|
45d2d2470b
|
efuse: Fixes eFuse timesettings issue on esp32S3
|
2022-01-25 22:09:14 +08:00 |
|
laokaiyao
|
c4cfb654d2
|
uart: support light sleep on esp32s3
|
2022-01-25 17:43:02 +08:00 |
|
Chen Wu
|
35941de800
|
debug: esp32c3 uart1 wakeup
|
2022-01-25 17:43:02 +08:00 |
|
Chen Yi Qun
|
56e9920958
|
uart: add wakeup event for esp32c3
|
2022-01-25 17:43:02 +08:00 |
|
Mahavir Jain
|
c4ddfc9f06
|
Merge branch 'bugfix/efuse_timesettigs_in_burn_op' into 'master'
efuse: Fixes eFuse timesettings issue on esp32c3
Closes FCS-849
See merge request espressif/esp-idf!16885
|
2022-01-25 03:44:51 +00:00 |
|
songruojing
|
68e12f7092
|
ledc: Add ledc_fade_stop API to support stopping the fade operation.
Note that ESP32 cannot support this new feature.
|
2022-01-25 11:19:20 +08:00 |
|
morris
|
2ab7d92785
|
lcd: improve LL driver according to TRM
|
2022-01-24 18:58:37 +08:00 |
|
KonstantinKondrashov
|
4ede9aaa26
|
efuse: Fixes eFuse timesettings issue on esp32c3
|
2022-01-21 16:45:50 +08:00 |
|
laokaiyao
|
cf049e15ed
|
esp8684: rename target to esp32c2
|
2022-01-19 11:08:57 +08:00 |
|
Sudeep Mohanty
|
2ed15d8b1e
|
ulp: Added ULP RISC-V support for esp32s3
This commit adds support for ULP RISC-V for esp32s3.
Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>
|
2022-01-18 10:58:00 +05:30 |
|
Omar Chebib
|
bb730292d4
|
i2c: fix the controller count in the header description
Closes https://github.com/espressif/esp-idf/issues/8133
|
2022-01-13 18:25:41 +08:00 |
|
Armando
|
6a74cb695d
|
spi: support spi on 8684
|
2022-01-12 11:30:29 +08:00 |
|
laokaiyao
|
cd10bb7fa2
|
esp32h2: fix apb freq bug
|
2022-01-10 12:43:31 +08:00 |
|
morris
|
f7c9b8fd58
|
soc: remove dport register assert for esp32s2
Closes https://github.com/espressif/esp-idf/issues/8176
|
2022-01-06 23:10:22 +08:00 |
|
morris
|
24acdf23ee
|
soc: move peripheral base address into reg_base.h
|
2022-01-06 21:43:12 +08:00 |
|
morris
|
8cdcb4e291
|
rmt: move RMT item definition from soc to driver
|
2022-01-06 21:43:12 +08:00 |
|
morris
|
d8f2eaf94e
|
gpio: remove legacy rtc_io description for esp32
|
2022-01-06 21:43:12 +08:00 |
|
Michael (XIAO Xufeng)
|
46f8d868d3
|
soc: updated soc_caps about rtc_io and the format
|
2022-01-01 03:13:45 +08:00 |
|
Song Ruo Jing
|
2906fbfb9e
|
Merge branch 'feature/support_esp8684_gpio' into 'master'
ESP8684: Support ESP8684 gpio
Closes IDF-4019 and IDF-3841
See merge request espressif/esp-idf!15667
|
2021-12-30 09:16:23 +00:00 |
|
Sudeep Mohanty
|
6a2a6e4220
|
Merge branch 'feature/remove-depricated-cpu-util-functions' into 'master'
esp_hw_support: Removed deprecated CPU util functions
Closes IDF-2868
See merge request espressif/esp-idf!16391
|
2021-12-29 16:44:17 +00:00 |
|
songruojing
|
e0bc3a923c
|
esp8684: support GPIO peripheral, IO_MUX, GPIO matrix.
Generic GPIO example and GPIO unit test on esp8684 are both supported as well.
|
2021-12-29 22:01:45 +08:00 |
|