Skip to content

Commit

Permalink
Merge pull request #801 from dhalbert/2.x_cpx_freeze_express_hid
Browse files Browse the repository at this point in the history
Freeze HID and Express into CPX 2.x firmware.
  • Loading branch information
kattni authored May 3, 2018
2 parents 4dd9e0d + 0698219 commit ffc66e9
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@
[submodule "tools/python-semver"]
path = tools/python-semver
url = https://github.com/k-bx/python-semver.git
[submodule "frozen/Adafruit_CircuitPython_CircuitPlayground"]
path = frozen/Adafruit_CircuitPython_CircuitPlayground
url = https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground.git
[submodule "frozen/Adafruit_CircuitPython_HID"]
path = frozen/Adafruit_CircuitPython_HID
url = https://github.com/adafruit/Adafruit_CircuitPython_HID.git
2 changes: 2 additions & 0 deletions atmel-samd/boards/circuitplayground_express/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ CHIP_VARIANT = SAMD21G18A

# Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_CircuitPlayground
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LIS3DH
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Thermistor
1 change: 1 addition & 0 deletions frozen/Adafruit_CircuitPython_CircuitPlayground
1 change: 1 addition & 0 deletions frozen/Adafruit_CircuitPython_HID

0 comments on commit ffc66e9

Please sign in to comment.