mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
874a720286
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 |
||
---|---|---|
.. | ||
include/soc | ||
ld | ||
adc_periph.c | ||
CMakeLists.txt | ||
gdma_periph.c | ||
gpio_periph.c | ||
i2c_bbpll.h | ||
i2c_bias.h | ||
i2c_periph.c | ||
i2c_pmu.h | ||
i2c_ulp.h | ||
i2s_periph.c | ||
interrupts.c | ||
ledc_periph.c | ||
rmt_periph.c | ||
sigmadelta_periph.c | ||
spi_periph.c | ||
timer_periph.c | ||
uart_periph.c |