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

Adapt arduino-usbserial to LUFA changes 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 Component: Firmware Limited to the contents of the firmwares folder in the core packages feature request A request to make an enhancement (not a bug fix)
#18 by rafl was closed Sep 17, 2019 Loading...
Don't set TWSTO in tw_stop for slave transactions. This fixes non-working Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Library: Wire The Wire Arduino library
#27 by wallclimber21 was closed Aug 26, 2015 Loading... Release 1.6.6
Wire library support for TWI General Call 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
#49 by edbaafi was closed Sep 17, 2019 Loading...
Repeated Start fix I2C slave Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Library: Wire The Wire Arduino library Type: Bug
#66 by helenarobotics was closed Aug 26, 2015 Loading... Release 1.6.6
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...
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...
Make the bootloader build for atmega328 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)
#124 by iMartyn was closed Feb 8, 2017 Loading...
328 notp 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)
#125 by iMartyn was closed Jul 14, 2015 Loading... Release 1.6.6
Fixdefines 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)
#126 by iMartyn was closed Jul 14, 2015 Loading... Release 1.6.6
Solution for: Leonardo keyboard API only allows ASCII input Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Core Related to the code for the standard Arduino API Component: USB Device Opposed to USB Host. Related to the USB subsystem (SerialUSB, HID, ...) feature request A request to make an enhancement (not a bug fix)
#1391 by yahesh was closed Sep 21, 2015 Loading... Release 1.6.6
Ide 1.5.x Cleaned up a few warnings and fixed strict-aliasing 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)
#1399 by penguin359 was closed Nov 23, 2016 Loading...
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...
Use of eeprom_update_byte instead of eeprom_write_byte Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) feature request A request to make an enhancement (not a bug fix) Library: EEPROM The EEPROM Arduino library
#1459 by leomil72 was closed Jul 6, 2015 Loading... Release 1.6.6
fix for issue #1295 "leonardo as keyboard does not wake windows 7 from sleep" Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Core Related to the code for the standard Arduino API Component: USB Device Opposed to USB Host. Related to the USB subsystem (SerialUSB, HID, ...) feature request A request to make an enhancement (not a bug fix)
#1488 by nospam2000 was closed Oct 7, 2015 Loading... Release 1.6.6
delayMicroseconds(): added support for 1Mhz, 12Mhz and 24Mhz 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)
#1678 by cano64 was closed May 22, 2015 Loading... Release 1.6.5
Overhaul USB HID for Leonardo and Micro Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: Core Related to the code for the standard Arduino API Component: USB Device Opposed to USB Host. Related to the USB subsystem (SerialUSB, HID, ...) feature request A request to make an enhancement (not a bug fix)
#1803 by obra was closed Sep 21, 2015 Loading... Release 1.6.6
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...
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...
Enable immediate evaluation of a Serial rx Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: HardwareSerial The hardware serial functionality of the core libraries feature request A request to make an enhancement (not a bug fix)
#1995 by bluesign2k was closed Jul 18, 2016 Loading...
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...
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...
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...
Enable Keyboard library to send key scancodes. Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: USB Device Opposed to USB Host. Related to the USB subsystem (SerialUSB, HID, ...) feature request A request to make an enhancement (not a bug fix)
#2356 by jclopes was closed Oct 29, 2015 Loading... Release 1.6.6
Made Servo library output frequency no longer hardcoded Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) feature request A request to make an enhancement (not a bug fix) Library: Servo The Servo Arduino library
#2446 by BrettFolkins was closed May 23, 2016 Loading...
Add USB Serial Port Callbacks Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Component: USB Device Opposed to USB Host. Related to the USB subsystem (SerialUSB, HID, ...) feature request A request to make an enhancement (not a bug fix) USB: CDC serial Serial interface used by MCUs with native USB (e.g. Leonardo) to communicate with the computer
#2469 by embmicro was closed Nov 4, 2015 Loading... Release 1.6.7
Previous 1 3 4
Previous
ProTip! Type g i on any issue or pull request to go back to the issue listing page.

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