Highlights
- 1 discussion answered
Pinned
809 contributions in the last year
Less
More
Contribution activity
May 2021
Created 39 commits in 3 repositories
Created 4 repositories
Created a pull request in earlephilhower/arduino-pico that received 3 comments
Massively reduce generated code and RAM size
Older builds included C++ locale information in RAM/flash as well as a bunch of exception code which can't get called since they're not enabled. Re…
+1
−2
•
3
comments
Opened 22 other pull requests in 5 repositories
earlephilhower/arduino-pico
1
open
16
merged
- Update README.md
- Add initial CI check (spelling)
- Ignore non-UTF8 chars in UF2 upload
- Fix over/underclock support
- Rationalize Adafruit Feather infra, update docs
- Rationalize link stage command line
- Split newlib syscall support to its own file
- Remove hack sync__synchronize from main.cpp
- Add time support (time, gettimeofday, etc.)
- Fix SPI default pinouts to SPI0, not SPI1 pins
- Add support for shared USB Serial, Keyboard, Mouse
- Add stdlib_noniso.h to Arduino.h
- Clean up directory organization, libpico build
- Clean up platform.txt, libpico build
- Fix memory leak in tone/noTone calls
- Additional multicore fixes, BOOTSEL and PIO
- Add multicore safety, FIFO, update pico-sdk
earlephilhower/Keyboard
2
merged
earlephilhower/Mouse
1
merged
arduino-libraries/Keyboard
1
closed
PowerBroker2/SafeString
1
closed
Reviewed 16 pull requests in 3 repositories
esp8266/Arduino 11 pull requests
- Improve optimistic_yield intervals for performance gain in sketches
- Minor yield() cleanup: optimistic_yield, proper polledTimeout use
- Waveform: int/uint8_t inconsistency and implied stop PWM
-
digitalWrite() in
enablePhaseLockedWaveformmode: need IRAM_ATTR on allstopPWM()impls - Added IRAM_ATTR to _stopPWM() so that digitalWrite() would work inside ISR. Fixes #8043
- WString: return bool instead of unsigned char
- ArduinoWiFiServer with send-to-all-clients functionality
- WiFi: clean up AP SSID setter & getter, support 32 chars
- ESP is singleton w/o data members, make all functions static
- boards: wemos d1 clones: new entry with menus for flash mode
- Fix a warning in libraries/ESP8266WiFi/src/WiFiClientSecureBearSSL.cpp