-
-
Notifications
You must be signed in to change notification settings - Fork 133
Pull requests: arduino/ArduinoCore-API
Pull requests list
Fix spell check false positive by ignoring word
bug
#235
by per1234
was merged May 29, 2024
Loading...
api/DMAPool: Add missing header for unique ptr.
bug
#232
by iabdalkader
was merged May 6, 2024
Loading...
Fix #217 when compiling with newer compiler versions
bug
#224
by jboynes
was merged Nov 6, 2023
Loading...
Fix #217 issue with compiling with newer compiler
bug
duplicate
#223
by jboynes
was closed Nov 3, 2023
Loading...
Fix: do not call "memcpy" if there is a) no data to copy, or b) the src pointer is null.
bug
#217
by aentinger
was merged Sep 27, 2023
Loading...
Replace use of deprecated sprintf in IPAddress
bug
#210
by jboynes
was merged Sep 13, 2023
Loading...
Allow tests to run on systems with case-insensitive filesystems and newer compilers.
bug
#208
by jboynes
was merged Sep 8, 2023
Loading...
Do not rely on the actual value returned from strcmp in tests, only the sign.
bug
#205
by jboynes
was merged Sep 8, 2023
Loading...
Fix of empty string printed in case of a 64-bit unsigned integer.
bug
#203
by aentinger
was merged Sep 4, 2023
Loading...
Fixed string::replace doesn't replace multiple occurrences of longer string with shorter one
bug
#200
by PiotrekB416
was merged Sep 4, 2023
Loading...
Fix format specifier for printing CAN message ID in CanMsg.h.
bug
#198
by haydenroche5
was merged Sep 4, 2023
Loading...
Fix stack buffer overflow in String::getBytes() test
bug
#193
by tttapa
was merged Aug 1, 2023
Loading...
HardwareSPI needs to be a abstract base class
bug
#127
by aentinger
was merged Nov 25, 2020
Loading...
ProTip!
Exclude everything labeled
bug
with -label:bug.