issues
search
arduino
/
ArduinoCore-API
Hardware independent layer of the Arduino cores defining the official API
https://www.arduino.cc/reference/en/
GNU Lesser General Public License v2.1
216
stars
120
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
String object, len is of type unsigned int, however indexOf() and lastIndexOf() return int
#239
artofit
opened
1 month ago
0
Added 9N1 serial definitions to support 9-bit UART
#238
vashadow
opened
1 month ago
3
Provide very bare-bones minimal success/error codes for CAN API.
#237
aentinger
opened
2 months ago
5
Move analogReference enum to ArduinoCore-API
#236
rubenstar
closed
5 months ago
5
Fix spell check false positive by ignoring word
#235
per1234
closed
6 months ago
0
Use the LGPL 2.1 or later license on all files
#234
pillo79
closed
5 months ago
1
Stream - new virtual method `clear()` to clear the receive buffer
#233
JAndrassy
opened
6 months ago
0
api/DMAPool: Add missing header for unique ptr.
#232
iabdalkader
closed
6 months ago
0
api: Add DMAPool.
#231
iabdalkader
closed
6 months ago
0
Feature Request - add "remote" member to the CanMsg class to denote Remote Transfer Request (RTR) frames
#230
fastbike
opened
7 months ago
1
Adding UNDEFINED pin status
#229
isidromv
opened
8 months ago
1
IPAddress toString should use existing printTo algorithm and conform to RFC 5952 canonical format for IPv6 addresses
#228
sgryphon
opened
11 months ago
0
Added two missing macros to the compatibility pgmspace.h
#227
CamelCaseName
closed
1 year ago
5
Making type() function callable when IPAddress is defined const
#226
andreagilardoni
closed
1 year ago
1
Rewrite IPAddress without union
#225
safocl
opened
1 year ago
7
Fix #217 when compiling with newer compiler versions
#224
jboynes
closed
1 year ago
1
Fix #217 issue with compiling with newer compiler
#223
jboynes
closed
1 year ago
9
Add documentation for CAN API to fix #221
#222
jboynes
closed
1 year ago
2
Clarify CAN frame transmit order
#221
jboynes
closed
1 year ago
1
Add String::isEmpty()
#220
alranel
closed
1 year ago
3
Added missing virtual destructors
#218
andreagilardoni
opened
1 year ago
10
Fix: do not call "memcpy" if there is a) no data to copy, or b) the src pointer is null.
#217
aentinger
closed
1 year ago
1
List ArduinoCore-renesas as core using ArduinoCore-API
#215
aentinger
closed
1 year ago
0
Document that C++11 is required
#214
jboynes
closed
1 year ago
0
Remove guards as we already require C++11
#213
jboynes
closed
1 year ago
6
Remove deprecation diagnostic supppression for dtostrf
#212
jboynes
opened
1 year ago
1
Use itoa from samd core to replace use of deprecated sprintf call
#211
jboynes
opened
1 year ago
1
Replace use of deprecated sprintf in IPAddress
#210
jboynes
closed
1 year ago
1
Clean up use of sprintf
#209
jboynes
opened
1 year ago
0
Allow tests to run on systems with case-insensitive filesystems and newer compilers.
#208
jboynes
closed
1 year ago
1
Fix: add test case for CanMsgRingBuffer.
#207
jboynes
closed
1 year ago
1
Test to ascii
#206
jboynes
closed
1 year ago
1
Do not rely on the actual value returned from strcmp in tests, only the sign.
#205
jboynes
closed
1 year ago
1
Intermittent failure with test case String::compareTo(const char *)
#204
jboynes
closed
1 year ago
3
Fix of empty string printed in case of a 64-bit unsigned integer.
#203
aentinger
closed
1 year ago
1
Bump codecov-action to v3, and use token
#202
umbynos
closed
1 year ago
1
Arduino String/Stream add features
#201
PiotrekB416
opened
1 year ago
1
Fixed string::replace doesn't replace multiple occurrences of longer string with shorter one
#200
PiotrekB416
closed
1 year ago
1
String::replace doesn't work when replacing multiple occurencies of longer String by shorter one
#199
kiiv-cz
closed
1 year ago
0
Fix format specifier for printing CAN message ID in CanMsg.h.
#198
haydenroche5
closed
1 year ago
0
Error compiling test_toAscii.cpp with higher language level
#197
jboynes
closed
1 year ago
1
Fix volatile errors when compiling for C++23
#196
jboynes
closed
1 year ago
3
RingBuffer - is inherently unsafe if either store_char or read_char is called from an interrupt.
#195
KurtE
closed
1 year ago
2
Extend CanMsg to allow to distinguish between standard and extended ids …
#194
aentinger
closed
1 year ago
3
Fix stack buffer overflow in String::getBytes() test
#193
tttapa
closed
1 year ago
5
Extend Arduino API by introducing a function called `digitalToogle`.
#192
tetex7
closed
1 year ago
6
add a C++ wraper for the Digital IO calls
#191
tetex7
closed
1 year ago
2
add a C++ wraper for the Digital IO calls
#190
tetex7
closed
1 year ago
1
Add functions stub for compatibility with very minimal libc
#188
facchinm
opened
1 year ago
1
IPAddress: add toString() method
#187
pennam
closed
1 year ago
1
Next