Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Pull requests: arduino/Arduino

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Check for valid pin properly (fixes #4605) Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Core Related to the code for the standard Arduino API Type: Duplicate Another item already exists for this topic
#4649 by cousteaulecommandant was closed Sep 19, 2019 Loading... updated Jun 13, 2025 Next
Check for valid pin properly (fixes #4605) Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Core Related to the code for the standard Arduino API Type: Duplicate Another item already exists for this topic
#4618 by cousteaulecommandant was closed Mar 3, 2016 Loading... updated Jun 13, 2025
Added digitalWrite(pin, TOGGLE) Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Core Related to the code for the standard Arduino API feature request A request to make an enhancement (not a bug fix)
#111 by Lauszus was closed Oct 15, 2013 Loading... updated Mar 19, 2025
TWI timeout Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) feature request A request to make an enhancement (not a bug fix) Library: Wire The Wire Arduino library Type: Bug
#1842 by DanNixon was closed Sep 17, 2016 Loading... updated Feb 15, 2023
Bump AVR c++ standard to 2014 from 2011 Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) c++14 Related to switching to use of the C++14 standard Component: Compilation Related to compilation of Arduino sketches Component: Toolchain The tools used for compilation and uploading to Arduino boards Type: Wontfix Arduino has decided that it will not resolve the reported issue or implement the requested feature
#7090 by xloem was closed Sep 20, 2019 Loading... updated Jan 26, 2023
Allow "update" to be used for EERef's operator= Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Library: EEPROM The EEPROM Arduino library Type: Duplicate Another item already exists for this topic
#7486 by Artoria2e5 was closed Sep 20, 2019 Loading... updated Sep 3, 2022
Use "{archive_file_path}" in link command Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Type: Bug Type: Duplicate Another item already exists for this topic
#7544 by jantje was closed May 11, 2018 Loading... updated Sep 3, 2022
Make Wire library error safe Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) feature request A request to make an enhancement (not a bug fix) Library: Wire The Wire Arduino library
#2489 by MauroMombelli was closed Feb 2, 2021 Loading... updated Feb 2, 2021
Fix compilation warnings Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.)
#6446 by jtentor was closed Sep 20, 2019 Loading... updated Sep 23, 2019
Unblock write operation in HardwareSerial class for multythreading Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: HardwareSerial The hardware serial functionality of the core libraries
#7360 by slavaza was closed Sep 20, 2019 Loading... updated Sep 20, 2019
Improve judgement of Mega 2560 boot-loader entering programming mode Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Bootloader The bootloader is the program used to load the uploaded program into the microcontroller's memory Type: Wontfix Arduino has decided that it will not resolve the reported issue or implement the requested feature
#5711 by jimaobian was closed Sep 20, 2019 Loading... updated Sep 20, 2019
Add support to use AVR dude to upload .eep files on sketch upload Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Waiting for feedback More information must be provided before we can proceed
#4963 by fulda1 was closed Sep 20, 2019 Loading... updated Sep 20, 2019
Update Mega2560 maximum sketch size Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) in progress Work on this item is in progress
#6048 by bigjohnson was closed Sep 20, 2019 Loading... updated Sep 20, 2019
Use usbasp-clone protocol for programmer "usbasp". Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Avrdude 6.3 Specific to AVRDUDE version 6.3 in progress Work on this item is in progress
#6124 by jbtronics was closed Sep 20, 2019 Loading... updated Sep 20, 2019
Adding the TIM0 interrupt callback function Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.)
#6719 by diymat was closed Sep 20, 2019 Loading... updated Sep 20, 2019
Added SERIAL_PORT_MONITOR define Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.)
#7023 by giampiero7 was closed Sep 20, 2019 Loading... updated Sep 20, 2019
Deprecate binary.h in favor of binary literals Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) c++14 Related to switching to use of the C++14 standard Component: Core Related to the code for the standard Arduino API
#7064 by cousteaulecommandant was closed Sep 20, 2019 Loading... updated Sep 20, 2019
Fix operator new Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Core Related to the code for the standard Arduino API feature request A request to make an enhancement (not a bug fix)
#108 by kibergus was closed Sep 17, 2019 Loading... updated Sep 19, 2019
Make init() run before C++ static initializers Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Architecture: SAM Applies only to the SAM microcontrollers (Due)
#5592 by eric-wieser was closed Sep 19, 2019 Loading... updated Sep 19, 2019 Next
declare timer0_fract non static and volatile to make it available for linking Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) feature request A request to make an enhancement (not a bug fix)
#5676 by kfessel was closed Sep 19, 2019 Loading... updated Sep 19, 2019 Next
Added idle mode to the delay function Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Core Related to the code for the standard Arduino API feature request A request to make an enhancement (not a bug fix)
#2240 by Zorph was closed Sep 18, 2019 Loading... updated Sep 18, 2019
Define names for twi errors. Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) feature request A request to make an enhancement (not a bug fix) Library: Wire The Wire Arduino library
#2152 by schonai was closed Sep 18, 2019 Loading... updated Sep 18, 2019
Fix the ATmega8U2 code to support 300 bps Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Bootloader The bootloader is the program used to load the uploaded program into the microcontroller's memory feature request A request to make an enhancement (not a bug fix)
#2119 by supersat was closed Sep 18, 2019 Loading... updated Sep 18, 2019
Support for ATmega169P Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Core Related to the code for the standard Arduino API feature request A request to make an enhancement (not a bug fix)
#1989 by federvieh was closed Sep 18, 2019 Loading... updated Sep 18, 2019
Only disable timer interrupt instead of all interrutps in millis()/micros() Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Core Related to the code for the standard Arduino API feature request A request to make an enhancement (not a bug fix)
#1442 by chaveiro was closed Sep 18, 2019 Loading... updated Sep 18, 2019
Previous 1 3 4
Previous
ProTip! Filter pull requests by the default branch with base:master.

AltStyle によって変換されたページ (->オリジナル) /