This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
227998f9cd
circuitpython
/
nrf5
/
boards
/
pca10031
/
mpconfigboard.mk
7 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
Base support for nrf51 and nrf52 base without depending on SDK. SoftDevice usage optional.
2016-11-16 15:38:25 -05:00
MCU_SERIES
=
m0
MCU_VARIANT
=
NRF51
LD_FILE
=
boards/nrf51822_ac.ld
move softdevice (SD) specific code from the main Makefile to their respective board/SD makefiles
2016-11-16 17:39:40 -05:00
SRC_C
+=
\
hal/hal_uart.c