Chen Jichang
|
d81546628a
|
feat(pcnt): add support for step notify
PCNT can add watch of value increment that we call step notify.
This commit add a step notify driver and a test for the driver.
Closes https://github.com/espressif/esp-idf/issues/9604
Closes https://github.com/espressif/esp-idf/issues/12136
|
2024-06-24 15:50:47 +08:00 |
|
Alexey Lapshin
|
b0ba5689f1
|
Merge branch 'feature/gcc-fanalyzer' into 'master'
feat(ci): add gnu static analyzer job
See merge request espressif/esp-idf!30902
|
2024-06-19 19:31:53 +08:00 |
|
Lou Tian Hao
|
ec9c9413bc
|
Merge branch 'feature/esp32c5mp_light_sleep_support_stage_1' into 'master'
feat(esp_hw_support): esp32c5mp sleep support (Stage 1: support modem clock)
See merge request espressif/esp-idf!31028
|
2024-06-19 19:09:43 +08:00 |
|
morris
|
f791c6e232
|
Merge branch 'bugfix/huk_ll_enable_interrupt' into 'master'
fix(huk): switch case fall through unexpected
See merge request espressif/esp-idf!31584
|
2024-06-19 12:02:17 +08:00 |
|
Lou Tianhao
|
8c52c983b4
|
feat(esp_hw_support): support modem clock for esp32c5mp
|
2024-06-19 11:19:37 +08:00 |
|
Marius Vikhammer
|
a60d19949d
|
Merge branch 'feature/c5_mp_lp_core' into 'master'
feat(lp-core): bringup lp-core for C5 MP
See merge request espressif/esp-idf!31563
|
2024-06-19 11:14:25 +08:00 |
|
Marius Vikhammer
|
aae3aa5e5f
|
feat(lp-core): bringup lp-core for C5 MP
LP-Core is now able to boot and run on C5 MP chip.
|
2024-06-19 09:18:47 +08:00 |
|
morris
|
98070179b5
|
fix(huk): switch case fall through unexpected
|
2024-06-18 23:13:00 +08:00 |
|
Kevin (Lao Kaiyao)
|
31364b0f9f
|
Merge branch 'bugfix/rename_some_touch_regs' into 'master'
refactor(lp_ana_periph): sync the reg names to TRM
See merge request espressif/esp-idf!31474
|
2024-06-18 20:47:45 +08:00 |
|
morris
|
ba364d486f
|
Merge branch 'feat/ci_check_ll_rw_register_half_word' into 'master'
feat(ci): check if the LL function read write the register by half-world
See merge request espressif/esp-idf!31501
|
2024-06-18 20:38:15 +08:00 |
|
morris
|
049bdd9e37
|
Merge branch 'refactor/gptimer_sleep_retention' into 'master'
Fix gptimer auto reload configuration being overwritten by regdma
See merge request espressif/esp-idf!31314
|
2024-06-18 17:09:44 +08:00 |
|
morris
|
4f03604b2e
|
fix(hal): functions that may generate invalid load/store byte/half-word instructions
because the APB regsiters can't behave correctly on these instructions
|
2024-06-18 14:58:41 +08:00 |
|
laokaiyao
|
5b01a3ccd3
|
refactor(touch): refactor the filter configuration
|
2024-06-18 14:36:09 +08:00 |
|
laokaiyao
|
39ade8fd8a
|
refactor(lp_ana_periph): sync the reg names to TRM
|
2024-06-18 14:36:09 +08:00 |
|
Alexey Lapshin
|
ed6e497c6f
|
feat(build): add COMPILER_STATIC_ANALYZER option
|
2024-06-18 14:25:37 +08:00 |
|
C.S.M
|
b0f2205f70
|
feat(i2c): Add i2c support on esp32c5 mp
|
2024-06-18 10:37:36 +08:00 |
|
morris
|
3ef9426e2a
|
refactor(gptimer): sleep retention code clean up
|
2024-06-18 09:59:12 +08:00 |
|
morris
|
0365cb0bc7
|
change(wdt): create wdt_periph.c in soc component
|
2024-06-18 09:59:06 +08:00 |
|
laokaiyao
|
c731b099ee
|
remove(c5beta3): remove c5 beta3 doxy files
|
2024-06-17 12:02:15 +08:00 |
|
laokaiyao
|
21f870ecd5
|
remove(c5beta3): remove c5 beta3 system files
|
2024-06-17 12:02:15 +08:00 |
|
Marius Vikhammer
|
b520b3d88a
|
Merge branch 'feature/c61_cpu_intr_support' into 'master'
feat(intr): basic interrupt/freertos support for C61
Closes IDF-9280, IDF-9261, and IDF-9262
See merge request espressif/esp-idf!31450
|
2024-06-13 13:02:14 +08:00 |
|
Kevin (Lao Kaiyao)
|
c23165bb34
|
Merge branch 'feature/touch_driver_ng_on_p4' into 'master'
feat(touch_sensor): touch driver ng on p4
Closes IDF-7477
See merge request espressif/esp-idf!25941
|
2024-06-13 02:32:53 +08:00 |
|
laokaiyao
|
d263ab3145
|
docs(touch): add doc for cap touch sens driver
|
2024-06-12 15:44:25 +08:00 |
|
morris
|
15cebb6be7
|
Merge branch 'feat/rmt_sleep_retention_esp32p4' into 'master'
feat(rmt): support sleep retention on esp32p4
Closes IDF-9936
See merge request espressif/esp-idf!31390
|
2024-06-12 13:47:55 +08:00 |
|
laokaiyao
|
865e3ee2de
|
feat(touch_sens): touch sensor driver-ng on P4
|
2024-06-12 12:09:17 +08:00 |
|
Gao Xu
|
3ec99db2d5
|
Merge branch 'feat/esp32c5_mp_uart_support' into 'master'
feat(uart): support HP/LP uart on ESP32C5 MP
Closes IDF-8722
See merge request espressif/esp-idf!31024
|
2024-06-12 11:00:51 +08:00 |
|
Armando (Dou Yiwen)
|
3af0335b3f
|
Merge branch 'feature/p4_lcdcam_dvp_cam_driver' into 'master'
feat(cam): add esp32-p4 lcd_cam dvp driver
Closes IDF-10029
See merge request espressif/esp-idf!31085
|
2024-06-12 10:44:44 +08:00 |
|
morris
|
31fd72538f
|
feat(rmt): support sleep retention on esp32p4
|
2024-06-12 10:44:20 +08:00 |
|
Marius Vikhammer
|
eb24a57728
|
feat(intr): basic interrupt/freertos support for C61
|
2024-06-12 09:25:47 +08:00 |
|
gaoxu
|
ed6ca697cf
|
feat(uart): support HP/LP uart on ESP32C5 MP
|
2024-06-11 19:34:03 +08:00 |
|
Song Ruo Jing
|
ac6101bf4e
|
feat(clk): support ESP32C5 XTAL 40M/48M selection
|
2024-06-11 17:42:43 +08:00 |
|
Dong Heng
|
a347fa175f
|
feat(cam): add esp32-p4 lcd_cam dvp driver
|
2024-06-11 10:59:27 +08:00 |
|
Kevin (Lao Kaiyao)
|
d92b8c37ce
|
Merge branch 'feature/support_isp_ccm' into 'master'
feat(isp_ccm): support isp color correction matrix
Closes IDF-10080
See merge request espressif/esp-idf!31244
|
2024-06-07 16:36:58 +08:00 |
|
Aditya Patwardhan
|
874388c628
|
Merge branch 'feature/enable_flash_encryption_for_c5' into 'master'
feat: enable flash encryption support for c5
Closes IDF-8622 and IDF-9480
See merge request espressif/esp-idf!29578
|
2024-06-07 14:30:39 +08:00 |
|
laokaiyao
|
251fb331d2
|
feat(isp_ccm): support isp color correction matrix
|
2024-06-07 10:54:56 +08:00 |
|
wuzhenghui
|
657d0cadb7
|
fix(hal): fix PMU LL half word and byte access
|
2024-06-06 21:03:31 +08:00 |
|
wuzhenghui
|
65bfc12f20
|
fix(hal): fix LP timer LL half word access
|
2024-06-06 20:07:53 +08:00 |
|
wuzhenghui
|
cca222948a
|
fix(esp_driver_gpio): manage lp_io module clock by driver
Closes https://github.com/espressif/esp-idf/issues/13683
|
2024-06-05 17:56:37 +08:00 |
|
Gao Xu
|
78c40fd19a
|
Merge branch 'esp32p4/add_adc_support' into 'master'
feat(adc): support ADC oneshot/continuous mode on ESP32P4
Closes IDF-6496 and IDF-6497
See merge request espressif/esp-idf!28281
|
2024-06-05 16:31:59 +08:00 |
|
nilesh.kale
|
d1fa51e3c9
|
feat: enable flash encryption support for c5
This commit provide support for flash encryption feature in ESP32C5
|
2024-06-04 14:10:21 +05:30 |
|
Armando
|
ba79a66502
|
change(isp): change isp_af_window_t to isp_window_t
|
2024-06-04 15:09:04 +08:00 |
|
Mahavir Jain
|
4ad401f872
|
Merge branch 'bugfix/update_ecdsa_api_for_c5' into 'master'
fix(hal): update ECDSA API to set register values correctly for ESP32C5
See merge request espressif/esp-idf!31219
|
2024-06-04 12:14:01 +08:00 |
|
laokaiyao
|
846287bc40
|
docs(isp_awb): add isp awb programming guide
|
2024-06-03 23:41:48 +08:00 |
|
laokaiyao
|
28a1091643
|
feat(isp_awb): support isp auto white balance
|
2024-06-03 23:41:48 +08:00 |
|
laokaiyao
|
1933973f99
|
feat(hal_utils): added float to fixed point function
|
2024-06-03 23:41:48 +08:00 |
|
Song Ruo Jing
|
2d8c719fbb
|
Merge branch 'feature/support_uart_sleep_retention' into 'master'
feat(uart): support uart module sleep retention
Closes IDF-8457
See merge request espressif/esp-idf!26729
|
2024-06-03 20:05:54 +08:00 |
|
gaoxu
|
795f3fe377
|
feat(adc): support ADC continuous mode on ESP32P4
|
2024-06-03 16:50:39 +08:00 |
|
Armando
|
8021d8fcc8
|
fix(isp): fixed wrong isp af window soc macro usage
|
2024-06-03 12:51:59 +08:00 |
|
Song Ruo Jing
|
dca7c286d0
|
feat(uart): support uart module sleep retention on c6/h2/p4
|
2024-06-03 12:40:43 +08:00 |
|
Marius Vikhammer
|
13e5b6f335
|
Merge branch 'feature/lp_core_pcnt' into 'master'
feat(ulp): add pulse counter example for lp core
Closes IDF-9137
See merge request espressif/esp-idf!31163
|
2024-06-03 12:33:50 +08:00 |
|