Phil Howard
4bbbab86f7
CI: Add Pico 2 and Pico 2 W builds.
2025-05-20 14:12:07 +01:00
Phil Howard
5297f9aa55
CI: Bump to Pico SDK 2.1.1.
2025-02-21 10:39:38 +00:00
Phil Howard
9290243910
CI: Fix ccache.
...
As per the docs ~/.ccache is only used if it exists.
It wont exist unless it's cached.
It wont cache unless it exists.
Create it, to break the cycle.
2024-12-03 12:17:10 +00:00
Phil Howard
aa34f123a2
CI: Bump GCC to 13.3.Rel1.
2024-10-02 09:31:37 +01:00
Phil Howard
0f81e3111b
CI: Bump CI to ubuntu-latest.
...
Ubuntu 20.04 LTS reaches end of life on 23 April 2025.
2024-10-02 09:20:39 +01:00
Phil Howard
9088320a7d
CI: Bump Pico SDK to 2.0.0.
2024-08-08 16:38:39 +01:00
Phil Howard
001626127c
CI: Pin SDK version to 1.5.1.
...
This should have been done forever ago!
2024-08-05 09:56:17 +01:00
Phil Howard
9c5b529754
CI: Update actions to fix nodejs deprecation warnings.
2024-04-08 12:47:14 +01:00
Phil Howard
52f9c33874
CI: Separate CCache cache for Pico/PicoW.
2023-02-23 17:41:21 +00:00
Phil Howard
2d28880529
CI: CMake build for Pico W and Pico.
2023-01-27 09:54:24 +00:00
Charlie Birks
52164a1c34
Update actions for deprecation warnings
2022-12-19 12:54:16 +00:00
Phil Howard
5403947084
CI: Revert: wget ARM GCC toolchain
...
This change resulted in an incomplete toolchain producing broken, bloated builds with exceptions and introspection enabled.
2022-07-22 14:17:54 +01: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
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
b5ba4ba913
Add pico-extras to CI
2021-03-31 14:02:50 +01: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