Ivan Grokhotkov
13d4734399
docs: fix Doxygen warnings, fail CI build on Doxygen warnings
2016-11-16 22:44:22 +08:00
Ivan Grokhotkov
dc2b5d0c96
spi_flash: update comment blocks
2016-10-27 17:58:42 +08:00
Ivan Grokhotkov
c581229e1d
partition API: separate type and subtype into two enums
2016-10-27 17:58:42 +08:00
Ivan Grokhotkov
9f0f05d520
spi_flash: change pointer type to void*
2016-10-27 17:58:42 +08:00
Ivan Grokhotkov
b6693225c1
spi_flash: implement partition API, drop trivial wrappers
...
This implements esp_partition_read, esp_partition_write, esp_partition_erase_range, esp_partition_mmap.
Also removed getters which didn't add much sugar after all.
2016-10-27 17:58:42 +08:00
Ivan Grokhotkov
079d9ea018
spi_flash: implement partition API
2016-10-27 17:58:42 +08:00
Ivan Grokhotkov
f6f23141b3
components/spi_flash: add high level partition api header
...
TW6701
2016-10-27 17:57:29 +08:00