circuitpython/atmel-samd/boards/circuitplayground_express
Dan Halbert dbd3f15168 1. Use lib/libm for small (non-Express builds) to gain back a lot of flash space.
2. Add flag INTERNAL_LIBM to mpconfigboard.mk files to signal using lib/libm.
3. Fix floating-point warnings in lib/libm
4. Turn off -finline-limit, no longer needed due to 1.
5. Add explicit flags for SPI_FLASH_FILESYSTEM and INTERNAL_FLASH_FILESYSTEM
to mpconfigboard.mk files, so they don't need to know the name of the .c file
that implements those. Makefile takes care of checking the flags and including
the right files.
2017-10-16 12:20:33 -07:00
..
board.c Modernize module and class static dicts; update freetouch 2017-08-27 15:02:50 -04:00
conf_access.h atmel-samd: rename cplay_m0_flash to circuitplayground_express and update for new rev (F). 2017-04-11 17:59:02 -07:00
conf_board.h atmel-samd: rename cplay_m0_flash to circuitplayground_express and update for new rev (F). 2017-04-11 17:59:02 -07:00
conf_clocks.h atmel-samd: rename cplay_m0_flash to circuitplayground_express and update for new rev (F). 2017-04-11 17:59:02 -07:00
conf_dma.h atmel-samd: Introduce audio sample playback via audioio.AudioOut. 2017-05-01 13:10:03 -07:00
conf_usb.h atmel-samd: Reboot to bootloader when a 1200 baud serial connection is 2017-07-12 11:58:22 -07:00
mpconfigboard.h Suppress A0 (PA02) as a TouchIn-capable pin on CPX. 2017-10-15 16:57:37 -07:00
mpconfigboard.mk 1. Use lib/libm for small (non-Express builds) to gain back a lot of flash space. 2017-10-16 12:20:33 -07:00
pins.c Modernize module and class static dicts; update freetouch 2017-08-27 15:02:50 -04:00