esp-idf/components/hal/esp32
SalimTerryLi 874a720286
soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one
update all struct headers to be more "standardized":

- bit fields are properly wrapped with struct
- bitwidth sum should be 32 within same struct, so that it's correctly padded with reserved bits
- bit field should be uint32_t
- typedef volatile struct xxx{} yyy;: xxx must exists. refer: https://github.com/espressif/esp-idf/pull/3199

added helper macros to force peripheral registers being accessed in 32 bitwidth

added a check script into ci
2021-08-30 13:50:58 +08:00
..
include/hal soc/ll: workaround compiler bug that generate 8/16 bits inst instead of 32 bits one 2021-08-30 13:50:58 +08:00
adc_hal.c adc: apply adc power API to adc driver 2021-03-26 17:58:00 +08:00
brownout_hal.c hal: extract hal component from soc component 2020-09-01 13:25:32 +08:00
gpio_hal_workaround.c components/pm: Add slp gpio configure workaround 2021-01-15 15:34:45 +08:00
interrupt_descriptor_table.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
touch_sensor_hal.c fix: clear interrupt in touch sensor initialization 2021-03-01 03:57:01 +00:00