- Melbourne, AU
- dpgeorge.net
Popular repositories Loading
-
-
micropython-lib
micropython-lib PublicForked from micropython/micropython-lib
Core Python libraries ported to Micro Python
-
microdot
microdot PublicForked from miguelgrinberg/microdot
The impossibly small web framework for MicroPython
Python 5
-
bbcmicrobit-micropython
bbcmicrobit-micropython PublicForked from bbcmicrobit/micropython
Port of MicroPython for the BBC micro:bit
944 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2025
Created 19 commits in 3 repositories
Created a pull request in micropython/micropython that received 46 comments
Define vfs.rom_ioctl()
, add romfs commands to mpremote, and implement ROM partition support on stm32, rp2, esp32, esp8266
Summary
This is a continuation of #8381 to add general ROMFS support to the ports.
So far, we have the vfs.VfsRom
filesystem format defined and dri…
+982
−10
lines changed
•
46
comments
Opened 15 other pull requests in 4 repositories
micropython/micropython
6
merged
5
open
-
stm32: invalidate I and D caches after modifying QSPI flash
This contribution was made on Mar 19
-
extmod/moddeflate: Keep DeflateIO state consistent on window alloc fail.
This contribution was made on Mar 17
-
Support error message compression on CMake ports
This contribution was made on Mar 13
-
Update cyw43-driver to v1.1.0, and add WPA3 constants to network.WLAN for cyw43
This contribution was made on Mar 12
-
tools/mpremote: Make mip install skip /rom*/lib directories.
This contribution was made on Mar 11
-
extmod/vfs_rom: Implement minimal VfsRom.getcwd() method.
This contribution was made on Mar 11
-
ports: make naming of ROMFS partition config variables consistent
This contribution was made on Mar 11
-
py/mpconfig: Enable 2-argument built-in next() at basic feature level.
This contribution was made on Mar 11
-
stm32: On Arduino boards, enable 4MiB ROMFS partition in external flash
This contribution was made on Mar 6
-
nrf/modules: Fix access of read-only buffer in Flash.writeblocks.
This contribution was made on Mar 3
-
py/modsys: Add sys.implementation._build entry.
This contribution was made on Mar 3
micropython/alif-security-toolkit
1
merged
1
closed
-
toolkit: Allow an absolute path for app-device-config.json.
This contribution was made on Mar 17
-
toolkit: Support a custom global-cfg.db.
This contribution was made on Mar 13
micropython/micropython-lib
1
merged
-
mip: Make mip.install() skip /rom*/lib directories.
This contribution was made on Mar 11
georgerobotics/cyw43-driver
1
merged
-
src/cyw43_lwip: Add hooks to do further work upon netif init/deinit.
This contribution was made on Mar 3
Reviewed 48 pull requests in 5 repositories
micropython/micropython
25 pull requests
-
rp2: Fix lost CYW43 WiFi events when using both cores.
This contribution was made on Mar 26
-
rp2: RP235: PSRAM support
This contribution was made on Mar 26
-
ports/rp2: Optional spi_id and optional disabling of MISO pin
This contribution was made on Mar 26
-
rp2/machine_i2c: Require an I2C bus ID when no default is available.
This contribution was made on Mar 25
-
docs/rp2: Add wlan information to the quickref.
This contribution was made on Mar 25
-
rp2/boards/SPARKFUN_IOTNODE_LORAWAN_RP2350: Add SD card support to board.
This contribution was made on Mar 25
-
ports/rp2/boards: Fix SparkFun vendor name.
This contribution was made on Mar 25
-
mimxrt: A set of small bug fixes, additions and enhancements.
This contribution was made on Mar 25
-
extmod/moddeflate: Keep DeflateIO state consistent on window alloc fail.
This contribution was made on Mar 18
-
mimxrt/boards/MAKERDIARY_RT1011_NANO_KIT: Add the Makerdiary RT1011 board.
This contribution was made on Mar 17
-
natmod: Allow linking static libraries.
This contribution was made on Mar 17
-
stm32: Refactor pyb.CAN implementation, add tests.
This contribution was made on Mar 14
-
stm32: On Arduino boards, enable 4MiB ROMFS partition in external flash
This contribution was made on Mar 13
-
rp2/boards/SEEED_XIAO_RP2350: Add new SEEED_XIAO_RP2350 board definit…
This contribution was made on Mar 13
-
shared/runtime/pyexec: Add a function to execute vstr.
This contribution was made on Mar 13
-
Add SparkFun XRP Controller
This contribution was made on Mar 13
-
ports/rp2/boards/SPARKFUN_IOTREDBOARD_RP2350: Add support for board.
This contribution was made on Mar 13
-
ports/rp2/boards: Add WeAct Studio RP2350B Core board.
This contribution was made on Mar 13
-
ports/rp2: Fix bootsel for RP2350.
This contribution was made on Mar 13
-
ports/rp2: Enable PPP for Pico W.
This contribution was made on Mar 13
-
rp2: add pio asm parameters
This contribution was made on Mar 13
-
esp32/machine_pin.c: Fix the logic when to clear USB_SERIAL_JTAG_USB_PAD_ENABLE
This contribution was made on Mar 13
-
esp32/machine_pwm.c: Correctly stop pwm timer
This contribution was made on Mar 13
-
esp32: Improve machine.SDCard support on newer chips
This contribution was made on Mar 13
-
Update cyw43-driver to v1.1.0, and add WPA3 constants to network.WLAN for cyw43
This contribution was made on Mar 12
- Some pull request reviews not shown.
micropython/alif-security-toolkit
6 pull requests
-
toolkit: validate arguments *after* modification is complete
This contribution was made on Mar 15
-
tools: Pass device part number and rev as args.
This contribution was made on Mar 14
-
tools: Fix imports and add serial port arg for maintenance and updateSystemPakcage.
This contribution was made on Mar 13
-
toolkit: Support a custom global-cfg.db.
This contribution was made on Mar 13
-
app-gen-toc.py: Convert pathlib object to string.
This contribution was made on Mar 11
-
Add default minimal device config files.
This contribution was made on Mar 11
micropython/micropython-media
3 pull requests
-
boards/WEACTSTUDIO_RP2350B_CORE: Add board image.
This contribution was made on Mar 18
-
boards/SEEED_XIAO_RP2350: Add board image.
This contribution was made on Mar 17
-
boards/MAKERDIARY_RT1011_NANO_KIT: Provide a picture of the board.
This contribution was made on Mar 17
raspberrypi/pico-micropython-examples
1 pull request
-
Fix #70
This contribution was made on Mar 19
georgerobotics/cyw43-driver
1 pull request
-
Add Bluetooth UART HCI backend driver
This contribution was made on Mar 3