gaoxu
|
afadb17ed8
|
fix(adc): fix P4 ADC2 oneshot error and refactor apb claim macor
|
2025-06-19 14:20:20 +08:00 |
|
Yuan Yu
|
18091976ec
|
fix(hal): Wrap LL macros with atomic env in do-while for control safety
- Standardize all LL macros using atomic env variables with `do { ... } while (0)`
- Prevent potential macro misuse in control flow constructs (e.g., if/else)
- Affected targets: esp32, esp32c2, esp32c5, esp32s3, esp32p4, etc.
- Affected modules include: LCD, I2S, TIMER, and others
|
2025-05-22 14:42:11 +08:00 |
|
gaoxu
|
e1b6493304
|
feat(adc): add always inline for adc ll functions called by bootloader
|
2025-05-14 13:45:55 +08:00 |
|
gaoxu
|
b691eaba6d
|
refactor(rng): refactor to use hal/ll apis for P4
|
2025-05-13 09:09:06 +08:00 |
|
gaoxu
|
74a39b2efa
|
fix(ADC): fix P4 ADC oneshot error when reread
|
2025-04-23 13:44:04 +08:00 |
|
wuzhenghui
|
6ca0614e89
|
feat(esp_hw_support): enable auto clock gating for multi peripherals
|
2025-04-09 17:07:49 +08:00 |
|
laokaiyao
|
c13ac70aa7
|
ci: check register half word
|
2025-01-20 16:37:18 +08:00 |
|
gaoxu
|
1b49a1674e
|
feat(adc): support ADC calibration on ESP32P4
|
2025-01-06 11:04:29 +08:00 |
|
Song Ruo Jing
|
2cb35a2955
|
refactor(regi2c): ana i2c master clock is enabled per request
|
2024-11-04 12:37:17 +08:00 |
|
Sudeep Mohanty
|
d604e09274
|
feat(lp_adc): Added support for LP ADC initialization to the esp_adc oneshot driver
This commit adds support for LP ADC initialization to the esp_adc
oneshot driver, when it is used from the HP core.
|
2024-09-10 08:45:11 +02:00 |
|
gaoxu
|
795f3fe377
|
feat(adc): support ADC continuous mode on ESP32P4
|
2024-06-03 16:50:39 +08:00 |
|
gaoxu
|
6d82c324bb
|
feat(adc): move adc periph enable/reset functions to ll layer
|
2024-05-22 15:23:58 +08:00 |
|
gaoxu
|
c1edeca849
|
fix(dma): feat(adc): support ADC oneshot mod on ESP32P4
|
2024-05-22 15:23:58 +08:00 |
|