- 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 4
-
readthedocs.org Public
Forked from readthedocs/readthedocs.org
source code to readthedocs.org
Python 1
960 contributions in the last year
Contribution activity
February 2023
Created 27 commits in 3 repositories
Created a pull request in micropython/micropython-lib that received 3 comments
Opened 3 other pull requests in 1 repository
Reviewed 12 pull requests in 3 repositories
micropython/micropython
9 pull requests
- Backport py3.11 asyncio's taskgroups.
- shared/runtime/softtimer.c: Fix ticks range for diff.
- samd: A set of small changes and improvements.
- samd: Add the Pin.board and Pin.cpu classes to machine.Pin.
- ports/nrf/Makefile: Add support for BOSSAC flasher.
- stm32/i2s: Improve accuracy of SCK frequency.
- ports/stm32/boards/ARDUINO_PORTENTA_H7: Fix macro value check.
- Add Bluetooth support to Pico W
- py/objdeque: Expand implementation to be doubly-ended
georgerobotics/cyw43-driver
2 pull requests
micropython/micropython-lib
1 pull request
Created an issue in raspberrypi/pico-sdk that received 4 comments
log2, log10, acosh and tgamma don't return NaN when they should
The following functions evaluated at the given points return a finite or infinite result when then should return Nan:
log2(-INFINITY) returns -INF…



