nodemcu-firmware/app/platform
Johny Mattsson 9f9b323fb5 Ensure flash write bounce buffer is used if source is also flash.
When using the flash write API, the flash is unmapped/uncached, and as
such it's not possible to source data directly from flash (e.g. string
literals).
2015-08-04 16:30:54 +10:00
..
Makefile source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
common.c Deal with unaligned destination parameter to flash read 2015-08-04 16:30:46 +10:00
common.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
cpu_esp8266.h Paste new version, make it can get correct flash size. 2015-03-16 00:51:47 +08:00
flash_api.c Fixed strange SPI flash API error. Added word_of_aligned_array. 2015-05-05 23:59:30 +08:00
flash_api.h Fixed strange SPI flash API error. Added word_of_aligned_array. 2015-05-05 23:59:30 +08:00
flash_fs.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
flash_fs.h fix mqtt, do a format when wrong flash size is detected 2015-04-03 00:51:02 +08:00
pin_map.c build bins 2014-12-30 20:00:50 +08:00
pin_map.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
platform.c Ensure flash write bounce buffer is used if source is also flash. 2015-08-04 16:30:54 +10:00
platform.h Add SPI Module 2015-01-16 22:41:34 +02:00