Skip to content

issues Search Results · repo:arduino/ArduinoCore-API language:C++

Filter by

145 results
 (100 ms)

145 results

inarduino/ArduinoCore-API (press backspace or delete to remove)

Description Update various API implementations that use c-style pointer casting and other c-style approaches to use modern C++ casts. Is this a breaking change? The function signatures would remain ...
enhancement
  • bmourit
  • Opened 
    2 days ago
  • #250

Always true condition in IPAddress string-to-ipv6 conversion https://github.com/arduino/ArduinoCore-API/blob/master/api/IPAddress.cpp#L204 *address is checked to be : so it cannot be \0. I m not really ...
bug
  • bertmelis
  • Opened 
    5 days ago
  • #249

I m surprised there is no function for converting integers to binary arrays. There are workarounds, but why is that the case?
enhancement
  • jsnkan
  • Opened 
    on Feb 24
  • #247

API component There should be consideration for improving the Wire library. Description I propose a lower-level version of the Wire library that is more tethered to what s actually happening on the ...
enhancement
  • tay10r
  • Opened 
    on Jan 18
  • #244

API component SPI API Description SPI API add virtual void transfer(const void *tx_buffer, void *rx_buffer, size_t count); Expand SPI API and Functionality for High Speed Devices Is this a breaking ...
enhancement
  • ag88
  • Opened 
    on Jan 10
  • #243

Description #include Wire.h long lastms; volatile int x = 0; volatile int y = 0; #define STM void receiveEvent(int howMany) { x = Wire.read(); } void requestEvent() { y = 1; } void setup() { ...
bug
invalid
  • AndKe
  • 3
  • Opened 
    on Nov 30, 2024
  • #241

Description replacing multiple occurrences of a string with a smaller string only works for an odd number of occurrences Environment Boards platform name Raspberry Pi Pico/RP2040 boards platform from ...
bug
duplicate
  • rspierce
  • 1
  • Opened 
    on Nov 30, 2024
  • #240

Description String Object: len is of type unsigned int. method that apply to position into the String or its size are expecting an unsigned int, this is the case with: charAt() substring() remove() reserve() ...
bug
  • artofit
  • Opened 
    on Oct 24, 2024
  • #239

The CAN specification reserves a bit in the arbitration header to signal if the frame is a Remote Transfer Request (RTR) frame or a normal Data frame. This is the bit that follows the 11 identifier bits ...
enhancement
  • fastbike
  • 1
  • Opened 
    on May 1, 2024
  • #230

API component IPAddress Description The toString() for an IPv6 type address has a different output from printTo(), and does not follow the RFC 5952 canonical format. It has an unnecessarily long fixed ...
enhancement
  • sgryphon
  • Opened 
    on Dec 15, 2023
  • #228
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub