Wykres commitów

2389 Commity (3315b4991c2ed353e95eab7d698f5e67f01d992b)

Autor SHA1 Wiadomość Data
Hel Gibbons 3315b4991c
Merge pull request #972 from pimoroni/helgibbons-patch-3
Docs: update GFX Pack readme
2024-07-15 16:49:33 +01:00
Hel Gibbons 5d4115152c
Docs: update GFX Pack readme 2024-07-15 16:39:37 +01:00
Hel Gibbons bb51ce5ad0
Merge pull request #969 from pimoroni/helgibbons-patch-3
docs: add link to readme
2024-07-04 15:48:15 +01:00
Hel Gibbons b11458ebca
docs: add link to readme 2024-07-04 15:19:30 +01:00
Philip Howard 3fefcb8609
Merge pull request #968 from pimoroni/patch-remove-exceptions-patch
Move nano specs hack into our module cmake files.
2024-07-04 11:08:11 +01:00
Philip Howard a8cc54e89d
Merge pull request #955 from pimoroni/docs/rv3028
Documentation: RV3028
2024-07-03 16:44:59 +01:00
Philip Howard 9c79fbff61
Merge pull request #961 from pimoroni/patch-as7343-examples
AS7343 examples tidy
2024-07-03 16:44:24 +01:00
Phil Howard e0d9510769 Move nano specs hack into our module cmake files.
We've been maintaining a downstream patch to disable C++ exception
handling, which gives us some headroom before our builds get too big and
overwrite themselves at runtime.

Forgetting to apply this patch is a constant source of debugging
frustration. It turns out it can just be added to our USER_C_MODULES cmake
files instead, where it will implicitly be included when building against
our modules.
2024-07-03 16:18:46 +01:00
Hel Gibbons f587cd23c3 AS7343: make MicroPython pins consistent 2024-06-14 17:27:53 +01:00
Hel Gibbons 0868fa6dc3 AS7343: correct I2C pins 2024-06-14 17:17:42 +01:00
Hel Gibbons a8c2364fb0 AS7343: move C example to correct directory 2024-06-14 17:15:18 +01:00
Hel Gibbons 209c3d1c04 add basic AS7343 example 2024-06-14 15:29:14 +01:00
Hel Gibbons f18f1ba259
Merge pull request #960 from johnbintz/patch-1
Add SPI import to SD card upload example
2024-06-14 11:27:52 +01:00
John Bintz f495fb8b70
Add SPI import to SD card upload example
As the code exists now, you won't be able to mount the SD card due to the missing import.
2024-06-14 06:08:11 -04:00
thirdr 5ab626e983 RV3028: C/C++ Library docs 2024-06-11 16:12:35 +01:00
Philip Howard 7a2ebe5c0d
Merge pull request #952 from pimoroni/test/revert-1.23.0
TEST: Revert to v1.23.0.
2024-06-06 19:15:17 +01:00
Phil Howard 48f2446f6c CI: Cherry-pick our pins.csv patch. 2024-06-06 19:00:48 +01:00
Phil Howard 6eef96d9c9 CI: Revert to v1.23.0.
We'd moved past v1.23.0 to do our release in order to grab:

932f76c6ba

But this broke our builds due to:

https://github.com/micropython/micropython/issues/15220
2024-06-06 18:56:17 +01:00
Philip Howard 9771274e90
Merge pull request #950 from pimoroni/patch-getting-started-doc
Docs: Fix .uf2 names, add pico_usb.
2024-06-05 11:17:59 +01:00
Phil Howard 7c05770a44 Docs: Fix .uf2 names, add pico_usb. 2024-06-05 11:09:15 +01:00
thirdr a7e48edff5 RV3028: MicroPython docs 2024-06-05 10:25:38 +01:00
Philip Howard 3440ab232c
Merge pull request #915 from pimoroni/feature/usb
MicroPython v1.23.0 + USB-compatible Pico firmware.
2024-06-04 20:31:18 +01:00
Phil Howard 7d0bb04d6d Keybow2040: Basic-ish USB examples. 2024-06-04 19:55:24 +01:00
Phil Howard 392890e99b RP_PICO_USB: New USB-enabled version of the stock Pico firmware.
⚠️ Warning: flash/firmware split is now 1Mb/1Mb to accomodate USB libs.

BACK UP YOUR PICO before flashing this build. It *will* trash your filesystem.

* Add new RP_PICO_USB board
* Use commit 932f76c6ba64c5a3e68de3324556d9979f09303b for 932f76c6ba
2024-06-04 19:55:24 +01:00
Phil Howard 7b7d9fe383 CI: Update MicroPython patch for > v1.22.2. 2024-06-04 19:55:24 +01:00
Phil Howard ccd00f6289 Ulab: Bump to 6.5.2 for MicroPython 1.23.0 compatibility. 2024-06-04 19:54:52 +01:00
Philip Howard 10fed7edaf
Merge pull request #946 from pimoroni/patch-sh1107-example
Fixed background in SH1107 example
2024-06-03 13:54:41 +01:00
Phil Howard 517f8ae1cd global: Remove the STATIC macro.
Reflect the changes proposed in micropython/micropython#13763.
2024-06-03 13:44:23 +01:00
thirdr 5b6903ce72 fixed background 2024-06-03 12:25:16 +01:00
Phil Howard 84cabe077d MicroPython: Switch QRCode to micropython/edge branch.
Includes fixes for:

* "mp_obj_malloc_with_finaliser" replacing "m_new_obj_with_finaliser"
* "STATIC" macro dropped in favour of "static"
2024-06-03 11:40:29 +01:00
Phil Howard 64e26dc6f4 CI: Bump MicroPython to master.
CI will always run against the latest MicroPython commit.
2024-06-03 11:40:29 +01:00
Phil Howard 47e3aed88f MicroPython: Switch to mp_obj_malloc_with_finaliser. 2024-06-03 11:40:29 +01:00
Philip Howard bf6fa4bc45
Merge pull request #916 from pimoroni/examples/audio
i2s audio examples
2024-06-03 11:35:59 +01:00
Philip Howard 0b133c750e
Merge pull request #931 from pimoroni/driver/as7343
AS7343: New driver for the 14 channel spectrometer
2024-06-03 11:34:45 +01:00
Philip Howard 5691573f89
Merge pull request #933 from pimoroni/feature/scannable-release-names
CI: Scannable artifact and release names.
2024-06-03 11:34:07 +01:00
Philip Howard b41bb4abf7
Merge pull request #943 from pimoroni/patch-bme280-examples
Fixed result status bug
2024-06-03 11:33:11 +01:00
Philip Howard 8b928d8891
Merge pull request #944 from pimoroni/patch-tufty-example
Fixed button polarity
2024-06-03 11:32:09 +01:00
Philip Howard 56e6d66c9b
Merge pull request #945 from pimoroni/patch-mics6814-pins
Corrected pin definitions for OX and RED
2024-06-03 11:31:15 +01:00
thirdr ffa12c2165 corrected pin defs 2024-06-03 10:31:46 +01:00
thirdr b9f3990995 fixed button polarity 2024-06-03 09:11:49 +01:00
thirdr cca4f3f7f1 fixed result status bug 2024-05-31 12:38:58 +01:00
Philip Howard 981a38b989
Merge pull request #928 from pimoroni/examples/pngdec
Examples/pngdec
2024-05-30 23:32:14 +01:00
Philip Howard 25786def35
Merge pull request #942 from pimoroni/patch-inky-launcher
Patch inky launcher
2024-05-30 19:21:28 +01:00
thirdr a387e45098 linting fix 2024-05-30 13:32:48 +01:00
thirdr 452d700ba1 Improved XML parsing/bug fix from Pico Vision 2024-05-30 13:29:48 +01:00
Hel Gibbons 9d7d651565
Merge pull request #940 from exussum12/patch-3
Add link to png
2024-05-24 16:57:25 +01:00
Scott Dutton b3a0c4fb9d
Add link to png 2024-05-21 11:13:42 +01:00
thirdr f962c3cd3c linting 2024-05-13 12:27:23 +01:00
thirdr b5a040f6cc correct layout on pico display 1 & 2 2024-05-13 12:27:23 +01:00
thirdr d790d3d344 fixed background colour 2024-05-13 12:18:36 +01:00