- 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
-
-
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
990 contributions in the last year
Contribution activity
February 2022
Created 16 commits in 1 repository
Created a pull request in micropython/micropython that received 1 comment
ports: Consolidate include of umachine module in built-ins.
The inclusion of umachine in the list of built-in modules is now done centrally in py/objmodule.c. Enabling MICROPY_PY_MACHINE will include this mo…
Opened 3 other pull requests in 1 repository
micropython/micropython
3
merged
Reviewed 7 pull requests in 1 repository
micropython/micropython
7 pull requests
- tests/multi_net/udp_data.py: Make UDP test more reliable.
- tools/mpremote: Accept both --help and help to show usage.
- docs/esp32/quickref: Update ADC documentation.
- Fix inconsistent variable names in ISR example
- esp32/adc: Fix wrong mapping of ADC channels to GPIOs.
- esp32/main: Support SPRAM allocated using malloc
- STM32G4: add support for G4 series, and LPUART