esp-idf/components
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
..
2021-08-20 15:00:55 +08:00
2021-07-16 20:14:27 +08:00
2021-08-27 19:59:33 +08:00
2021-07-01 19:53:50 +08:00
2021-08-20 09:35:40 +05:30
2021-08-25 18:04:45 +08:00
2021-07-16 20:14:27 +08:00
2021-08-27 14:33:05 +05:30
2021-08-06 17:08:21 +08:00
2021-07-16 20:14:27 +08:00
2021-07-22 10:43:10 +08:00