Phil Howard
122e57aa9a
CI: Build Tufty 2040 + Board fixups.
...
Add board fixups including Pico SDK board .h and MicroPython board dir since these are not yet upstream.
2022-06-17 11:38:19 +01:00
Phil Howard
3cd64747b2
MicroPython: Bump CI to v1.19.
2022-06-16 14:49:06 +01:00
Phil Howard
805e3a81d5
CI: Drop Blinka build
2022-05-27 11:41:17 +01:00
Phil Howard
9a494828bc
CI: Customised MPY modules per-board
2022-05-27 11:32:52 +01:00
Phil Howard
323d805585
Blinka: Add generic_micropython
2022-05-07 21:14:18 +01:00
Phil Howard
f66663aa0e
Bump Blinka and PlatformDetect
...
Blinka -> v7.3.0 for RP2040 i2c pin permutations fix
PlatformDetect -> 3.22.1 for MicroPython fixes
2022-05-06 12:11:30 +01:00
Phil Howard
dece2aac85
CI: More complete Python linting
2022-03-11 12:25:18 +00:00
Phil Howard
b7061b9dd7
CI: EXPERIMENTAL: wget ARM GCC toolchain
2022-03-11 12:03:27 +00:00
Phil Howard
df090ac8e8
CI: Cache CMake build
2022-03-11 10:24:39 +00:00
Phil Howard
ac12fa236b
CI: Update Badger 2040 workflow
2022-03-11 10:00:27 +00:00
Phil Howard
576a2d9ebf
CI: Add Pico LiPo 4MB
2022-03-11 09:33:51 +00:00
Phil Howard
2fd0330f63
CI: Move modules_py copy to CMake
2022-03-11 09:24:54 +00:00
Phil Howard
97de2e90e1
CI: Key cache on MicroPython version
2022-03-11 01:10:45 +00:00
Phil Howard
6af3e22bc3
CI: Always checkout latest
2022-03-11 01:03:25 +00:00
Phil Howard
8e8ac885e2
CI: Do not regen workspace cache
2022-03-11 01:03:20 +00:00
Phil Howard
fccdbd28af
CI: Use ccache
2022-03-11 00:38:55 +00:00
Phil Howard
8f0f4d0510
CI: Prettier names for .uf2 files
2022-03-11 00:21:07 +00:00
Phil Howard
eac8c68415
CI: Build MicroPython for multiple boards
2022-03-10 23:18:18 +00:00
Phil Howard
d6f444ebb1
Badger2040: Install PIL for tooling
2022-03-04 11:21:53 +00:00
Phil Howard
ef72098949
Badger2040: Build assets from source + CMake builtin copy
2022-03-04 11:06:42 +00:00
Phil Howard
6e7d8a1682
Badger2040: Allow builtin demos to be replaced
2022-03-01 15:18:40 +00:00
Phil Howard
d99c7bc3cb
Badger2040: Help and Info stubs, cleanup launcher icons
2022-02-25 15:46:04 +00:00
Phil Howard
25b4e84151
Badger2040: Add SHA to CI build artifact.
2022-02-25 11:08:32 +00:00
Phil Howard
fa775ee196
Badger2040: Monkey-patch MicroPython flash size
2022-02-25 11:08:32 +00:00
Phil Howard
079e2397bf
Badger2040: Build badgerOS
2022-02-25 11:08:32 +00:00
Phil Howard
64dbdd56e7
Bump MicroPython to v1.18
...
* Bump Blinka to 6.20.1 (from 6.14.1)
* Bump PlatformDetetc to 3.19.3 (from 3.15.3)
2022-01-25 12:14:25 +00:00
Phil Howard
38fc7de762
Bump MicroPython to v1.17
2021-10-11 12:23:40 +01:00
Phil Howard
ba032325d9
Bump Blinka to 6.14.1
...
Includes a fix for an SPI-related MSB error using Blinka on Pico/MicroPython
2021-10-07 11:38:51 +01:00
Phil Howard
26537021a5
Bump CiPy MicroPython to 1.16
...
Rename artifact files so we can tell them apart when downloaded.
2021-09-02 10:10:02 +01:00
Phil Howard
f505be910a
Bump Blinka and PlatformDetect
...
* Blinka 6.13
* PlatformDetect 3.15.3
2021-08-27 12:46:07 +01:00
Phil Howard
22d39faf5f
Bringup BME688 and BME680 sensors
...
This changeset brings the BOSCH BME68X Sensor API library in as a submodule and makes it buildable with CMake.
A thin wrapper- the BME68X driver- provides simple init, configure, read_forced and read_parallel functions.
Two BME688 examples are available for forced-mode and parallel-mode operation.
2021-08-02 14:11:56 +01:00
Phil Howard
6a4df04ac6
Add python module for RGBLED and Button
...
Add a pimoroni.py module which includes Python code equivilents of the RGBLED and Button C++ drivers.
This is simpler than binding these drivers into MicroPython and much easier to maintain/extend.
2021-07-28 12:06:57 +01:00
Phil Howard
09b570ff66
Bump MicroPython to v1.16
...
* Bump MicroPython from v1.15 to v1.16
* Bump Blinka from 6.10.1 to 6.10.2
* Bump PlatformDetect from 3.13.3 to 3.14.1
* Revert backport patch/hotfix for lwip submodule
2021-06-23 12:47:53 +01:00
Phil Howard
9935e0d781
Hotfix lwip submodule to avoid server errors
...
Pulls down the upstream patch from https://github.com/micropython/micropython/pull/7250 and applies it.
Issue discussed here: https://github.com/micropython/micropython/issues/5356
2021-06-05 19:38:42 +01:00
Phil Howard
bffca106f6
Bump blinka to 6.10.1 and platformdetect to 3.13.3
...
Should include fixes and improvements to RP2040 made in versions 6.9.2 and 6.10.1.
2021-06-05 19:20:57 +01:00
Phil Howard
4f8dfd0ed7
Add PlatformDetect and Blinka as frozen modules
...
This new workflow will build a separate release of MicroPython that includes Blinka and PlatformDetect for compatibility with Adafruit CircuitPython .py libraries.
2021-05-20 14:25:30 +01:00
Phil Howard
063beb79f1
Ensure MicroPython CI breaks with invalid paths
...
Deliberately renames the pimoroni-pico directory so that paths which reference it will break with a compilation error.
This ensures a micropython build works robustly if a user renames/moves the pimoroni-pico directory relative to micropython.
2021-05-12 11:41:46 +01:00
Phil Howard
ac6c379657
Use correct build output dir for generic PICO
2021-04-19 15:23:16 +01:00
Phil Howard
d2fb995e0d
Pin to uP v1.15
2021-04-19 15:23:09 +01:00
Phil Howard
47be7e5f31
Add Python linting
2021-04-15 09:36:38 +01:00
Philip Howard
9292e3f0e6
Merge pull request #113 from pimoroni/pico-audio-example
...
Add Pico Audio Pack example for #36
2021-03-31 18:08:32 +01:00
Phil Howard
e2fffbb131
Append version to uP .uf2
2021-03-31 17:26:12 +01:00
Phil Howard
b5ba4ba913
Add pico-extras to CI
2021-03-31 14:02:50 +01:00
Phil Howard
3b28650331
Switch MicroPython to build against upstream
...
USER_C_MODULE support has been merged upstream. Hooray!
2021-03-30 14:43:28 +01:00
Phil Howard
2c5b708685
Update MicroPython CI to use micropython.cmake
2021-03-23 12:44:31 +00:00
Phil Howard
d9a12f8509
Add ulab to included modules
...
This change submodules in our fork of ulab with an added usermod.cmake and adds it to the top-level usermod.cmake for our shipped modules.
It should - in theory - result in ulab being included in release builds.
2021-03-08 21:23:19 +00:00
Philip Howard
daac2c64d5
Github Actions Workflow ( #17 )
...
* C++ libs/examples workflow
* MicroPython workflow
* Workaround broken MicroPython submodules (http does not support shallow clones)
* Upload .uf2 to releases
* Switch to CI fork of uP for custom config - https://github.com/pimoroni/micropython/tree/continuous-integration
2021-01-24 14:52:59 +00:00