GitHub / arduino/ArduinoCore-API issues and pull requests
#257 - Add SPI bus mode support (controller/peripheral)
Issue -
State: closed - Opened by iabdalkader 2 months ago
- 1 comment
Labels: enhancement
#256 - Missing virtual destrucor
Issue -
State: open - Opened by ondra-novak 2 months ago
Labels: bug
#255 - add implementation for random/randomSeed
Pull Request -
State: open - Opened by wxyyy0117 3 months ago
#254 - Instead of using a counter, we use the head and tail markers
Pull Request -
State: open - Opened by Michael121977 4 months ago
#253 - Introducing ErrorCode
Pull Request -
State: open - Opened by andreagilardoni 4 months ago
#251 - In stream.cpp add readln, to simplify reading Windows and Linux text files
Issue -
State: open - Opened by zingzog 6 months ago
Labels: enhancement
#250 - Use modern C++ casts instead of current C-style casting approaches
Issue -
State: open - Opened by bmourit 8 months ago
Labels: enhancement
#249 - Always true condition in IPAddress string-to-ipv6 conversion
Issue -
State: open - Opened by bertmelis 8 months ago
Labels: bug
#248 - integer to binary array conversion
Pull Request -
State: closed - Opened by jsnkan 9 months ago
- 1 comment
#248 - integer to binary array conversion
Pull Request -
State: closed - Opened by jsnkan 9 months ago
- 1 comment
#246 - Catch2 update
Pull Request -
State: closed - Opened by andreagilardoni 9 months ago
- 2 comments
Labels: bug
#246 - Catch2 update
Pull Request -
State: open - Opened by andreagilardoni 9 months ago
- 2 comments
Labels: bug
#244 - API Improvement - Wire Library
Issue -
State: open - Opened by tay10r 10 months ago
Labels: enhancement
#243 - SPI API add void transfer(const void *tx_buf, void *rx_buf, size_t count);
Issue -
State: open - Opened by ag88 11 months ago
Labels: enhancement
#242 - chore: set boolean as deprecated
Pull Request -
State: open - Opened by fpistm 11 months ago
#242 - chore: set boolean as deprecated
Pull Request -
State: open - Opened by fpistm 11 months ago
- 1 comment
#241 - Bug in I2C slave STM32F103
Issue -
State: closed - Opened by AndKe 12 months ago
- 1 comment
Labels: bug
#240 - `String::replace` buggy in certain cases
Issue -
State: closed - Opened by rspierce 12 months ago
- 1 comment
Labels: bug, duplicate
#239 - String object, len is of type unsigned int, however indexOf() and lastIndexOf() return int
Issue -
State: open - Opened by artofit about 1 year ago
Labels: bug
#238 - Added 9N1 support to HardwareSerial.h
Pull Request -
State: open - Opened by vashadow about 1 year ago
#238 - Added 9N1 serial definitions to support 9-bit UART
Pull Request -
State: open - Opened by vashadow about 1 year ago
- 3 comments
Labels: enhancement
#237 - Provide very bare-bones minimal success/error codes for CAN API.
Pull Request -
State: open - Opened by aentinger about 1 year ago
Labels: enhancement
#237 - Provide very bare-bones minimal success/error codes for CAN API.
Pull Request -
State: open - Opened by aentinger about 1 year ago
- 5 comments
Labels: enhancement
#236 - Move analogReference enum to ArduinoCore-API
Pull Request -
State: closed - Opened by rubenstar over 1 year ago
- 3 comments
Labels: enhancement
#235 - Fix spell check false positive by ignoring word
Pull Request -
State: closed - Opened by per1234 over 1 year ago
Labels: bug
#234 - Use the LGPL 2.1 or later license on all files
Pull Request -
State: closed - Opened by pillo79 over 1 year ago
- 1 comment
Labels: enhancement
#233 - Stream - new virtual method `clear()` to clear the receive buffer
Pull Request -
State: open - Opened by JAndrassy over 1 year ago
#231 - api: Add DMAPool.
Pull Request -
State: closed - Opened by iabdalkader over 1 year ago
Labels: enhancement
#230 - Feature Request - add "remote" member to the CanMsg class to denote Remote Transfer Request (RTR) frames
Issue -
State: open - Opened by fastbike over 1 year ago
#229 - Adding UNDEFINED pin status
Pull Request -
State: open - Opened by isidromv over 1 year ago
#229 - Adding UNDEFINED pin status
Pull Request -
State: open - Opened by isidromv over 1 year ago
- 1 comment
Labels: enhancement
#225 - Rewrite IPAddress without union
Pull Request -
State: open - Opened by safocl about 2 years ago
- 8 comments
Labels: bug
#218 - Added missing virtual destructors
Pull Request -
State: open - Opened by andreagilardoni about 2 years ago
- 12 comments
Labels: bug
#186 - Detecting errors in String operations
Issue -
State: open - Opened by BojanJurca over 2 years ago
- 1 comment
#181 - Added stream insertion operator.
Pull Request -
State: open - Opened by jfjlaros almost 3 years ago
- 17 comments
Labels: enhancement
#179 - Retrieve current pin mode
Issue -
State: open - Opened by mikaelpatel almost 10 years ago
- 4 comments
Labels: enhancement
#130 - Adding digitalToggle to core?
Issue -
State: open - Opened by RobTillaart almost 5 years ago
- 6 comments
#106 - refactor the use of g_APinDescription ?
Issue -
State: open - Opened by WestfW almost 6 years ago
- 1 comment
#100 - IPAddress - Ethernet library compatibility fixes
Pull Request -
State: closed - Opened by JAndrassy about 6 years ago
- 1 comment
#99 - attachInterrupt implementation remarks
Issue -
State: open - Opened by matthijskooijman about 6 years ago
- 1 comment
#98 - Simplify Interrupts.h
Pull Request -
State: closed - Opened by leg0 about 6 years ago
- 2 comments
#97 - Strings without null-termination
Pull Request -
State: closed - Opened by matthijskooijman about 6 years ago
- 12 comments
#96 - How to include this repo in a core?
Issue -
State: closed - Opened by matthijskooijman about 6 years ago
- 11 comments
#95 - Convert existing cores
Issue -
State: open - Opened by matthijskooijman about 6 years ago
#94 - shiftIn and shiftOut do not work with SPI_MODE 3 and 4
Issue -
State: open - Opened by AndySymons over 7 years ago
- 4 comments
#93 - Should provide DMA library
Issue -
State: open - Opened by matthijskooijman over 6 years ago
- 8 comments
#92 - Wire.requestFrom with 5 params is undocumented & exists only on AVR & SAM, not SAMD & megaAVR
Issue -
State: open - Opened by PaulStoffregen over 6 years ago
- 2 comments
#91 - extension request: preemptive multithreading lib for M0, M3, M4 (like std::thread, ftrias/TeensyThreads, ESP32)
Issue -
State: open - Opened by dsyleixa over 6 years ago
- 7 comments
#90 - SPI library does not have functions for sending or receiving data blocks
Issue -
State: open - Opened by eurol about 7 years ago
- 3 comments
#89 - Add flushReceiveBuffer() to HardwareSerial
Issue -
State: open - Opened by RobTillaart almost 8 years ago
- 14 comments
#88 - Improvements for Stream.cpp in methods "parseInt" and "parseFloat"
Issue -
State: open - Opened by fcebron almost 8 years ago
- 3 comments
#87 - Client.h irregularities
Issue -
State: closed - Opened by JAndrassy almost 8 years ago
- 4 comments
#86 - String relational operators are members.
Issue -
State: open - Opened by BillyDonahue almost 8 years ago
#85 - Use of macros for math functions causes unexpected results when argument has side effect
Issue -
State: open - Opened by iacopobaroncini about 8 years ago
- 6 comments
Labels: bug
#84 - Make String::copy public
Issue -
State: open - Opened by coogle over 8 years ago
- 2 comments
#83 - Ability to set speed in shiftIn & shiftOut
Issue -
State: open - Opened by lemio over 8 years ago
- 1 comment
#82 - Why not using abs() from stdlib?
Issue -
State: open - Opened by NicoHood about 8 years ago
- 1 comment
#81 - floor() and ceil() return integer values, not double (float)
Issue -
State: open - Opened by tofrnr about 8 years ago
- 5 comments
#80 - Add 9bit support to HardwareSerial
Issue -
State: open - Opened by svatoun over 8 years ago
#79 - VirtualPins
Issue -
State: open - Opened by neu-rah over 8 years ago
#78 - Trouble with static buffer sizes within the RingBuffer libray
Issue -
State: open - Opened by DieterBurandt almost 9 years ago
#77 - toggle();
Issue -
State: closed - Opened by Testato over 8 years ago
- 17 comments
#76 - round() macro in Arduino.h
Issue -
State: open - Opened by Koepel over 8 years ago
- 28 comments
#75 - serial.write(byte)0)
Issue -
State: open - Opened by ghost over 8 years ago
- 10 comments
#73 - Official freeRam() command
Issue -
State: open - Opened by Testato about 9 years ago
- 16 comments
Labels: enhancement
#72 - Serial.print(x, BIN) doesn't print correct binary values for int8_t type
Issue -
State: open - Opened by qub1750ul about 9 years ago
- 2 comments
#71 - map() for float data type
Issue -
State: open - Opened by rch33 over 9 years ago
- 18 comments
#70 - Feature request: String::isInt() and String::isFloat() for more robust String parsing/conversion
Issue -
State: open - Opened by Ben-Rheinland over 9 years ago
- 1 comment
#69 - Add API to advance millis() and micros()
Issue -
State: open - Opened by matthijskooijman over 9 years ago
- 2 comments
#68 - return value from micros() is inconistent on AVR vs SAM
Issue -
State: closed - Opened by bperrybap over 9 years ago
- 2 comments
#67 - Print, Stream and HardwareSerial Serial_ interface classes
Issue -
State: closed - Opened by mattbaker-digital over 9 years ago
- 1 comment
Labels: enhancement, wontfix
#66 - Unexpected behaviour of print(char, HEX) and print(int, HEX)
Issue -
State: open - Opened by nharrand almost 10 years ago
- 6 comments
#65 - IPAddress conversion to uint32_t has wrong endianness
Issue -
State: closed - Opened by jhannemann almost 10 years ago
- 3 comments
Labels: wontfix
#64 - Issues with Print::print() and partial writes
Issue -
State: open - Opened by cmaglie about 10 years ago
- 14 comments
#63 - Alternate SPI configuration with SPI transaction function
Issue -
State: open - Opened by jbhome over 10 years ago
- 2 comments
#62 - Suggest adding I2C_writeAnything to Wire library
Issue -
State: open - Opened by nickgammon over 10 years ago
- 7 comments
#61 - Suggest adding SPI_writeAnything to SPI library
Issue -
State: open - Opened by nickgammon over 10 years ago
- 7 comments
#60 - ANSI-C-like fprintf(), fscanf()
Issue -
State: open - Opened by shiftleftplusone over 10 years ago
- 2 comments
Labels: enhancement
#59 - String class buffer overflow prevention
Issue -
State: closed - Opened by RobTillaart over 10 years ago
- 3 comments
#58 - Add variadic print(String...) function
Issue -
State: open - Opened by NicoHood over 10 years ago
- 25 comments
Labels: enhancement
#57 - Multi-target versions of Stream::find() and Stream::findUntil().
Issue -
State: open - Opened by damellis almost 11 years ago
#56 - [Feature request] Add to Serial.write() the hability of sending byte structs
Issue -
State: open - Opened by q2dg over 10 years ago
- 4 comments
#55 - HardwareSerial::write(long/int) is incorrect/dangerous!
Issue -
State: open - Opened by cider101 over 11 years ago
- 3 comments
#54 - Add (nonblocking) read(buf, len) to Stream class
Issue -
State: open - Opened by matthijskooijman over 11 years ago
- 9 comments
#53 - Add printf patch to print?
Issue -
State: closed - Opened by JulyJim about 11 years ago
- 1 comment
Labels: duplicate
#52 - SPI transaction API insufficient?
Issue -
State: open - Opened by matthijskooijman about 11 years ago
- 6 comments
#51 - map() function equation wrong
Issue -
State: open - Opened by st42 about 11 years ago
- 21 comments
Labels: bug
#50 - Add a way for Stream objects to indicate that the end of the stream has been reached
Issue -
State: open - Opened by amcewen over 12 years ago
#49 - String class plus plus
Issue -
State: open - Opened by frankq over 12 years ago
- 6 comments
#48 - class String constant opeator [] should return const reference!
Issue -
State: open - Opened by LiangZuoting over 12 years ago
- 5 comments
#47 - Suggestion to add constants RAND_MAX, AD_MAX, DA_MAX
Issue -
State: closed - Opened by btor about 12 years ago
- 1 comment
#46 - Templated map() function
Issue -
State: open - Opened by thiagohersan about 12 years ago
- 2 comments
#45 - add peek(size_t pos) Stream/HardwareSerial
Issue -
State: open - Opened by cider101 over 11 years ago
- 1 comment
#44 - Add more readable name for isnan() from math.h [imported]
Issue -
State: open - Opened by cmaglie about 13 years ago
#43 - accept() function missing from the new Server base class. [imported]
Issue -
State: open - Opened by cmaglie about 13 years ago
#42 - Way to specify number of digits / places when printing hex, octal, and binary numbers. [imported]
Issue -
State: open - Opened by cmaglie about 13 years ago
- 1 comment
#41 - Add support for printf, stdio, etc. [imported]
Issue -
State: closed - Opened by cmaglie about 13 years ago
- 1 comment
Labels: duplicate
#40 - Serial.print as HEX should ALWAYS print 2 chars per byte; it omits leading zeroes [imported]
Issue -
State: open - Opened by cmaglie about 13 years ago
- 11 comments
#39 - Only one pin interrupt on nRF52840 devices
Issue -
State: closed - Opened by ohazi about 6 years ago
- 3 comments
#38 - Add null pointer test to String destructor
Pull Request -
State: closed - Opened by jrowberg over 6 years ago