Highlights
- 1 discussion answered
Pinned
791 contributions in the last year
Less
More
Contribution activity
May 2021
Created 33 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 16 other pull requests in 5 repositories
earlephilhower/arduino-pico
11
merged
- 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 10 pull requests in 3 repositories
esp8266/Arduino 8 pull requests
-
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