Commit Graph

1329 Commits

Author SHA1 Message Date
Philip Howard 4e005c03d1
Merge pull request #480 from pimoroni/feature/wakeup
MicroPython: Early wakeup GPIO latch module.
2022-08-10 12:45:55 +01:00
Phil Howard 42a29dbe7b Wakeup: Port to Badger 2040. 2022-08-08 12:05:55 +01:00
Mike Bell ac449ff640 Wakeup: Early ROSC to ~48MHz.
Speed up MicroPython Pico W startup to init_priority(101) execution from ~160ms to ~32ms.
2022-08-08 12:05:18 +01:00
Phil Howard f7781e2696 Wakeup: Fixup crt0.S and runtime.c.
Assert the VSYS_EN pin before copying SRAM and zeroing BSS.

Saves ~142ms of startup time before GPIO input is latched and pin is asserted.
2022-08-08 12:05:18 +01:00
Phil Howard 898e2a1b32 Wakeup: Optionally turn off RTC CLOCK_OUT. 2022-08-08 12:05:18 +01:00
Phil Howard 9ec77c2f10 LTR559: Lux as float.
Avoid truncating Lux to uint16_t.
2022-08-08 12:05:18 +01:00
Phil Howard fb246441bd MicroPython: Add picow_enviro build. 2022-08-08 12:05:18 +01:00
Phil Howard a4b6d86ac7 MicroPython: Port wakeup GPIO latch to asm. 2022-08-08 12:05:18 +01:00
Phil Howard dfa13f2a39 MicroPython: Early wakeup GPIO latch module. 2022-08-08 12:05:18 +01:00
Philip Howard 82756a3fc9
Merge pull request #488 from pimoroni/patch-bump-micropython-picow
MicroPython: Bump PicoW.
2022-08-08 11:59:53 +01:00
Philip Howard 5b900cb088
Merge pull request #482 from pimoroni/guru-patch-1
Update bme68x_demo.py
2022-08-08 11:26:21 +01:00
Philip Howard 54ef2ddfd3
Merge pull request #476 from pimoroni/hel_more_inky_frame
add SD card example for Inky Frame
2022-08-08 10:05:04 +01:00
Paul Beech 553cedc80e Update bme68x_demo.py 2022-08-08 10:02:02 +01:00
Phil Howard d0dfa890df MicroPython: Bump PicoW. 2022-08-08 09:59:06 +01:00
Philip Howard 832a8e261a
Merge pull request #485 from pimoroni/patch-badger2040-with-modules
BadgerOS: Fix with-modules build.
2022-08-06 11:57:08 +01:00
Phil Howard d7894df308 BadgerOS: Fix with-modules build. 2022-08-04 11:39:30 +01:00
Philip Howard 2855159921
Merge pull request #483 from pimoroni/patch-python-linting
Python: Show source of linting errors.
2022-08-03 09:26:22 +01:00
Phil Howard b529475148 Python: Fix new linting errors. 2022-08-03 09:07:32 +01:00
Phil Howard 527b97fb91 Python: Show source of linting errors. 2022-08-03 08:58:04 +01:00
Philip Howard 4abe57d0f3
Merge pull request #478 from pimoroni/patch_pcf85063a_mp
Exposed byte access for PCF RTC
2022-08-02 10:29:06 +01:00
Philip Howard abbfb76eaa
Merge pull request #477 from pimoroni/bug/dont-reset-rtc-please
Don't reset RTC.
2022-08-02 10:28:38 +01:00
Hel Gibbons 41ea541b19 add Inky Frame to supported products 2022-07-29 15:48:27 +01:00
jon e9c18b109d whoops. 2022-07-29 10:59:24 +01:00
helgibbons 822f3354aa add SD card example for Inky Frame 2022-07-28 18:39:12 +01:00
Philip Howard e8e8ecdf5a
Merge pull request #474 from pimoroni/patch-inky-frame-random-joke
Inky Frame: Fix random joke for #462.
2022-07-27 14:25:43 +01:00
Phil Howard 0734de30ea Inky Frame: Fix random joke for #462. 2022-07-27 13:53:06 +01:00
Philip Howard 86609b9047
Merge pull request #473 from pimoroni/patch-badger2040-no-modules
Badger2040: Produce build without baked-in modules.
2022-07-27 12:29:23 +01:00
Philip Howard 72318c1efb
Merge pull request #471 from pimoroni/patch-bump-micropython-picow
MicroPython: Bump for macOS USB race cond fix, again.
2022-07-27 12:28:19 +01:00
Phil Howard 11f0f2f0f9 Badger2040: Produce build without baked-in BadgerOS. 2022-07-27 11:56:44 +01:00
Phil Howard 3e88cd867b MicroPython: Grab micropython-lib for PicoW urequests.
Fix #472
2022-07-27 10:42:12 +01:00
Phil Howard 23dcde0da2 MicroPython: Bump for macOS USB race cond fix, again. 2022-07-27 09:29:31 +01:00
Philip Howard 67060da704
Merge pull request #469 from pimoroni/patch-unicorn-clear
Pico Unicorn: Fix clear for #461
2022-07-27 09:04:18 +01:00
Phil Howard 8f0a143924 Pico Unicorn: Fix clear for #461 2022-07-26 11:50:54 +01:00
lowfatcode 8d736324d4
Merge pull request #467 from pimoroni/feature/pen888
Feature/pen888
2022-07-26 05:40:38 +01:00
jon 50c7bd69ee Added missing switch case for new RGB888 pen type 2022-07-26 05:34:23 +01:00
jon 4a4c723c89 Fixed set_pen() 2022-07-26 05:10:07 +01:00
jon 2f5e3235e6 Add missing pen type enumeration value 2022-07-26 05:08:12 +01:00
jon 364994fc64 Added missing entry to cmake file 2022-07-26 05:06:06 +01:00
jon 6ab9c8b1c7 Added RGB88 pen type 2022-07-26 04:55:32 +01:00
Philip Howard d1765f2271
Merge pull request #466 from pimoroni/patch-bump-micropython-picow
MicroPython: Bump for macOS USB race cond fix.
2022-07-25 17:36:22 +01:00
Philip Howard 2991c2ec2d
Merge pull request #465 from pimoroni/patch-badger2040-partial-lockup
Badger2040: Fix fast partial update endless busy wait for #464.
2022-07-25 17:35:43 +01:00
Phil Howard 336237ba1a MicroPython: Bump for macOS USB race cond fix. 2022-07-25 17:20:05 +01:00
Phil Howard de61929eac Badger2040: Fix fast partial update endless busy wait for #464. 2022-07-25 16:46:23 +01:00
Philip Howard 0f090d8999
Merge pull request #460 from pimoroni/hel_inky_frame
Add Inky Frame examples and other misc fixes
2022-07-25 15:37:20 +01:00
Hel Gibbons 5f68f6be6f fix typo (taupo?) 2022-07-25 14:34:28 +01:00
Hel Gibbons 1e47184c84 Add PWM example, tweak readmes 2022-07-25 13:42:21 +01:00
helgibbons bfa9fe9527 update Inky Frame readme 2022-07-22 19:18:28 +01:00
helgibbons a32bbd1c63 Update Inky Frame readme 2022-07-22 19:17:39 +01:00
helgibbons 0ad6cb9987 add image examples 2022-07-22 18:54:37 +01:00
Philip Howard c5d4865609
Merge pull request #413 from pimoroni/patch-pms3005-i2c
PMS5003: Support for i2c version.
2022-07-22 15:56:36 +01:00