From c6b3a65f893897a0f2f10b7278f843e6b1f2f5f2 Mon Sep 17 00:00:00 2001 From: Seth Kerr Date: Thu, 21 Mar 2024 15:23:27 -0600 Subject: [PATCH] add IcePython helper library --- .gitmodules | 3 +++ circuitpython_community_library_list.md | 1 + libraries/helpers/Oakdevtech_CircuitPython_IcePython | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/helpers/Oakdevtech_CircuitPython_IcePython diff --git a/.gitmodules b/.gitmodules index 932cc41..100c6d0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -439,3 +439,6 @@ [submodule "libraries/helpers/ble_cycling_power_service"] path = libraries/helpers/ble_cycling_power_service url = https://github.com/EzrSchwartz/Circuitpython_BLE_Cycling_Power_Service.git +[submodule "libraries/helpers/Oakdevtech_CircuitPython_IcePython"] + path = libraries/helpers/Oakdevtech_CircuitPython_IcePython + url = https://github.com/skerr92/Oakdevtech_CircuitPython_IcePython.git diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index 7b3ab8c..ad14dc9 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -147,6 +147,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [nonblocking timer](https://github.com/Angeleno-Tech/nonblocking_timer.git) nonblockingtimer is a class to simplify the use of time.monotonic() when working with CircuitPython \([Docs](https://circuitpython-nonblocking_timer.readthedocs.io/)) * [nonblocking Serial Input](https://github.com/s-light/CircuitPython_nonblocking_serialinput) CircuitPython helper library to handle serial user input in a nonblocking way \([Docs](https://circuitpython-nonblocking-serialinput.readthedocs.io/)) * [NVM Helper](https://github.com/FoamyGuy/Foamyguy_CircuitPython_nvm_helper) Easy interface to store and retrieve objects persisted via NVM \([Docs](https://circuitpython-nvm-helper.readthedocs.io/)) +* [Oak Dev Tech CircuitPython IcePython](https://github.com/skerr92/Oakdevtech_CircuitPython_IcePython) Helper for programming Lattice iCE40 FPGA * [UUIDv4](https://github.com/DerBroader71/circuitpython_uuid4) This is a CircuitPython library to generate a UUID version 4 * [P1AM](https://github.com/facts-engineering/CircuitPython_P1AM.git) A CircuitPython driver library for the P1AM product family. * [p1am_200_helpers](https://github.com/facts-engineering/CircuitPython_p1am_200_helpers.git) A CircuitPython helper library for the features of the P1AM-200. diff --git a/libraries/helpers/Oakdevtech_CircuitPython_IcePython b/libraries/helpers/Oakdevtech_CircuitPython_IcePython new file mode 160000 index 0000000..8453fd0 --- /dev/null +++ b/libraries/helpers/Oakdevtech_CircuitPython_IcePython @@ -0,0 +1 @@ +Subproject commit 8453fd0fe1ecb8ca5874d4aa9fee2e5969a061c3