127 Commits

Author SHA1 Message Date
HuangRui
0232c13b83 Emergency update, fix flash size auto detection bug.
64Mbit and 128Mbit supported by hardware, but not supported by this SDK 0.9.5. Waiting SDK update.
2015-02-15 02:13:58 +08:00
HuangRui
f6b1d3a399 Test what caused flash AUTO_SIZE bug. 2015-02-15 00:02:53 +08:00
funshine
6c1c6805b3 modify loadfile to malloc memory according to file size 2015-02-13 19:23:30 +08:00
HuangRui
db43b1e005 Merge branch 'dev' of https://github.com/nodemcu/nodemcu-firmware 2015-02-11 22:51:33 +08:00
HuangRui
d2cdba255f Supported more baudrate. 2015-02-11 22:50:26 +08:00
funshine
a34e6e8e3d Merge branch 'dev' of https://github.com/nodemcu/nodemcu-firmware into dev 2015-02-11 21:21:37 +08:00
funshine
2d711bbc0d update spiffs to 0.2.2, add file.rename api 2015-02-11 21:20:54 +08:00
HuangRui
5d9caf23b6 Support 64Mbit and 128Mbit flash size auto detection. 2015-02-11 21:16:48 +08:00
HuangRui
c7c88feae4 Add 8M and 16M fixed flash size options. 2015-02-11 21:01:57 +08:00
cle69
4c785fc979 Update platform.c
Add  Bit Rate 1200,2400,4800
2015-02-03 10:18:58 +01:00
funshine
df3c82391f add spi, and some minor fix 2015-01-18 11:46:15 +08:00
iabdalkader
3c16014641 Add SPI Module
* Add SPI support (master mode only)
* Issue #50
2015-01-16 22:41:34 +02:00
funshine
acd9d0dc97 deep optimizing ram usage 2015-01-07 01:15:38 +08:00
HuangRui
3c6ebea059 Use safe flash options. 2015-01-06 19:32:17 +08:00
funshine
7e51c5d67e replace SPIWrite with flash_write 2015-01-05 23:57:07 +08:00
funshine
ff6e5e9924 build pre-build bin, auto save flash init data 2015-01-05 21:56:55 +08:00
HuangRui
cb4a49e0db Changed Makefile to support Windows xcc. 2015-01-05 13:15:59 +08:00
HuangRui
c04f2578ec Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
HuangRui
0420b6d72f Add definition of NODE_STORE_TYPEDEF_ATTR and NODE_STORE_ATTR. 2015-01-02 17:56:34 +08:00
HuangRui
1b9479a650 Added NODE_STORE_ATTR __attribute__((aligned(4),packed)) 2015-01-01 22:22:05 +08:00
funshine
b0ec34567c align flash read/write addr 2014-12-31 20:20:38 +08:00
funshine
1105b95175 add newline to flash_api.c for win vm 2014-12-31 16:54:44 +08:00
HuangRui
a93e62c444 Add node.flashid() and node.flashsize(). 2014-12-31 08:08:31 +08:00
HuangRui
956455e8f2 Add new line to flash_api.c for tool chain on windows vm. 2014-12-31 02:51:36 +08:00
HuangRui
715ff5b7aa NodeMCU firmware can auto detect flash size now. 2014-12-31 02:47:44 +08:00
funshine
c7e83e50eb build bins 2014-12-30 20:00:50 +08:00
funshine
cdd13b1af3 source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00