Earle F. Philhower, III
Earle F. Philhower, III
Only minor differences between the ESP8266 and RP2040 cores, bracketed with `#ifdef`s. One new[]/delete[] error detected by GCC and fixed here.
### Discussed in https://github.com/earlephilhower/arduino-pico/discussions/2149 Originally posted by **rpineau** May 7, 2024 Fisrt some background : I have a system where a "rotator" Arduino Due controls an observatory dome and a...
Decorate an unused parameter in the timer API and fill in all structure elements in a PIO API call that generate warnings under GCC 12. Fixes #1785
GCC 12 is generating the following warnings on the 2.0.0 SDK release. It's only cosmetic, but when a project builds with `-Werror` this will cause a failure. ```` /home/earle/Arduino/hardware/pico/rp2040//pico-sdk/src/rp2_common/hardware_timer/include/hardware/timer.h: In...
Fixes #715. Good catch, @EternityForest
PSRAM not accessible by the core after a `flash_range_erase` or `flash_range_program`. Inspection of the QMI interface before and after a call to these SDK functions shows that the 2nd memory...
License was spelled two different, incorrect ways in the contrib.md file.
Very minor thing, but I imagine since the release a couple weeks back that this is no longer "early access" anymore. :smile: > # Raspberry Pi RP2350 Pico SDK Examples...