This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
799b6d1e0c
circuitpython
/
ports
/
esp8266
/
boards
/
GENERIC_512K
/
mpconfigboard.mk
4 lines
75 B
Makefile
Raw
Normal View
History
Unescape
Escape
esp8266: Add per-board configs, following other ports. The specific board can be selected with the BOARD makefile variable. This defaults (if not specified) to BOARD=GENERIC, which is the original default firmware build. For the 512k target use BOARD=GENERIC_512K.
2019-09-18 01:08:06 -04:00
MICROPY_PY_BTREE
=
0
extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports. This commit removes the Makefile-level MICROPY_FATFS config and moves the MICROPY_VFS_FAT config to the Makefile level to replace it. It also moves the include of the oofatfs source files in the build from each port to a central place in extmod/extmod.mk. For a port to enabled VFS FAT support it should now set MICROPY_VFS_FAT=1 at the level of the Makefile. This will include the relevant oofatfs files in the build and set MICROPY_VFS_FAT=1 at the C (preprocessor) level.
2019-11-07 02:27:51 -05:00
MICROPY_VFS_FAT
=
0
esp8266: Add per-board configs, following other ports. The specific board can be selected with the BOARD makefile variable. This defaults (if not specified) to BOARD=GENERIC, which is the original default firmware build. For the 512k target use BOARD=GENERIC_512K.
2019-09-18 01:08:06 -04:00
LD_FILES
=
boards/esp8266_512k.ld
Reference in New Issue
Copy Permalink