Highlights
- Arctic Code Vault Contributor
Pinned
719 contributions in the last year
Less
More
Contribution activity
March 2021
Created 130 commits in 4 repositories
Created 3 repositories
Created a pull request in raspberrypi/pico-sdk that received 7 comments
Use pico_unique_id as the USB device serial number
Use the pico_unique_id to generate a unique serial number for the STDIO_USB device, allowing for individual boards to be identified.
+171
−84
•
7
comments
Opened 24 other pull requests in 4 repositories
earlephilhower/arduino-pico
15
merged
2
open
- Fix Pyton on RPI, EEPROM start address in LD file
- Add Raspberry Pi binaries, OpenOCD, and new boards
- Adafruit Feather, overclocking, flash FS shims
- Fix INPUT_PULLUP/DOWN, I2C 0-len probes, timeout
- Add I2C slave support and include a simple example
- Look for UF2 drives in additional spots on Linux
- Remove stdio hacks from libpico.a
- Add project size to compile output
- Set F_CPU macro, remove linker align warnings
- Fix attachInterrupt to handle single GPIO callback
- Add attach/detachInterrupt support
- Add serialEvent support for USB, UART0, UART1
- Update toolchain with OpenOCD picoprobe tool
- Add non-standard library calls used by String
- Use CDC class for the USB serial port
- Allow for spaces in paths of the platform/core/etc.
- Create LICENSE
esp8266/Arduino
5
merged
raspberrypi/pico-sdk
1
open
plerup/espsoftwareserial
1
merged
Reviewed 13 pull requests in 2 repositories
esp8266/Arduino 12 pull requests
- Stream::Send fixes: doc + StreamConstPtr byte-by-byte + missing SSL availableForWrite
- Update Root Certificate
- [BREAKING] Disable WiFi at boot by default
- Added broadcastIP method to WiFiSTA class
- Adds the method setSSLVersions() also to WiFiClientSecure in order to…
- Minor EspSoftwareSerial release 6.11.7
- OOM debug: warn about String reallocation
- [BREAKING] base64::encode() compat with esp32: no newlines by default
- OOM: avoid warn when calling *alloc(0)
- Add I2S class support
- Allow attribute get on root
- Added ESP32 compatible methods for setting/getting hostname