- Melbourne, AU
- dpgeorge.net
Block or Report
Block or report dpgeorge
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
-
-
micropython-lib Public
Forked from micropython/micropython-lib
Core Python libraries ported to Micro Python
-
bbcmicrobit-micropython Public
Forked from bbcmicrobit/micropython
Port of MicroPython for the BBC micro:bit
-
microdot Public
Forked from miguelgrinberg/microdot
The impossibly small web framework for MicroPython
Python 3
-
readthedocs.org Public
Forked from readthedocs/readthedocs.org
source code to readthedocs.org
Python 1
964 contributions in the last year
Contribution activity
November 2021
Created 7 commits in 1 repository
Created a pull request in micropython/micropython that received 1 comment
Opened 5 other pull requests in 1 repository
micropython/micropython
2
open
3
merged
- stm32: fix bug with disabling of DMA2 in CYW43 SDIO driver
- docs/reference/filesystem.rst: Add detail on how to use littlefs fuse.
- minimal/mpconfigport.h: Disable features that are not needed.
- tools/autobuild: Automatically build all mimxrt, rp2 and samd boards.
- bare-arm: simplify config and disable remaining optional features
Reviewed 14 pull requests in 2 repositories
micropython/micropython
12 pull requests
- windows/schedule: Add micropython.schedule to windows port.
- Add board MikroElektronika Quail
- mimxrt: Add the class PWM to the machine module.
- rp2: Add the machine.bitstream() function.
- RP2: Add support for Arduino Nano RP2040
- mimxrt: Update the board .json files and add deploy_xx.md files.
- mimxrt: Add support for the Seed ARCH MIX board.
- stm32/boards/NUCLEO_WB55: Update rfcore_firmwre for new WS.
- stm32,esp32/i2s: Define object reference arrays as root pointers.
- mimxrt: Change the code mp_hal_quiet_timing_enter()/-exit().
- RP2: Add ublox Nina-W10 WiFi/BT module driver.
- Allow types to use both .attr and .locals_dict