Ivan Grokhotkov
414e5ce1d5
Merge branch 'bugfix/rmt_mem_struct' into 'master'
Only fix rmt_mem_t struct definition error.
Modify the struct definition according to technical_reference_manual.
Tested.
```
typedef volatile struct {
struct {
union {
struct {
uint32_t duration0: 15;
uint32_t level0: 1;
uint32_t duration1: 15;
uint32_t level1: 1;
};
uint32_t val;
} data[64];
} chan[8];
} rmt_mem_t;
```
See merge request !186
2016-11-08 18:47:53 +08:00
..
2016-09-09 14:27:53 +10:00
2016-11-08 14:19:31 +08:00
2016-11-01 22:27:13 +08:00
2016-11-08 15:28:20 +08:00
2016-08-17 23:08:22 +08:00
2016-10-25 18:18:11 +08:00
2016-11-08 13:30:35 +08:00
2016-09-21 16:15:42 +08:00
2016-11-04 12:18:57 +08:00
2016-10-31 11:00:27 +08:00
2016-10-19 15:58:37 +11:00
2016-09-26 01:17:32 +08:00
2016-09-26 12:35:09 +08:00
2016-11-01 15:41:10 +08:00
2016-10-17 12:18:17 +08:00
2016-10-28 12:05:42 +08:00
2016-09-12 18:54:45 +08:00
2016-11-03 17:37:15 +08:00
2016-08-17 23:08:22 +08:00
2016-10-28 14:32:11 +08:00
2016-08-17 23:08:22 +08:00
2016-10-26 14:54:50 +08:00