Skip to content

Pull requests: arduino/ArduinoCore-sam

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

Make USART IRQ handler WEAK
#152 opened Aug 20, 2025 by NitrofMtl Loading… updated Aug 20, 2025
fast serialUSB read function readBlock
#3 opened Jan 24, 2017 by facchinm Loading… updated May 29, 2024
fix the conflicting prototyping of link() function
#91 opened Oct 4, 2019 by yanghao Loading… updated Dec 10, 2023
Draft: Add SAM4E 4S support
#141 opened Sep 30, 2023 by chepo92 Draft updated Oct 7, 2023
attachInterrupt with std::function
#8 opened Jan 24, 2017 by facchinm Loading… updated Jul 7, 2022
Show "Global variables use ..." during build of SAM boards
#137 opened May 2, 2022 by ollie1400 Loading… updated May 2, 2022
Fix inconsistent function signature in CDC.cpp
#136 opened Mar 15, 2022 by echtzeit-dev Loading… updated Apr 5, 2022
Some build rule fixes (fix use of libstdc++ and printf)
#111 opened Sep 29, 2020 by matthijskooijman Loading… updated Jan 24, 2022
Add rounding to Baud Rate Divisor calculation. Permits operation at …
#55 opened Aug 2, 2018 by WestfW Loading… updated Dec 25, 2021
Serial attach interrupt
#95 opened Nov 23, 2019 by gicking Loading… updated Dec 24, 2021
Updated tools to newer version (same versions as Arduino-samd).
#131 opened Dec 4, 2021 by josefwegner Loading… updated Dec 23, 2021
Added rules for pluggable discoveries and monitors
#128 opened Oct 14, 2021 by cmaglie Loading… updated Oct 14, 2021
Fix the problem of unusable programming port for some Due boards
#123 opened Jul 20, 2021 by zhengqi-wang Loading… updated Aug 6, 2021
Tone implementation
#108 opened Jun 26, 2020 by mkhrenov Loading… updated Jun 23, 2021
USB: Check on the number of bytes to send to not send more than expected
#56 opened Aug 23, 2018 by sylvainpelissier Loading… updated Apr 18, 2021
Correct SET_INTERFACE request
#59 opened Sep 4, 2018 by sylvainpelissier Loading… updated Apr 18, 2021
making UART/USART handler weak to allow custom external handlers
#1 opened Jan 24, 2017 by facchinm Loading… updated Apr 11, 2021
Update uotghs_host.c
#66 opened Apr 22, 2019 by martinzw Loading… updated Apr 10, 2021
added weak attribute to UART handlers
#92 opened Oct 17, 2019 by anklimov Loading… updated Apr 10, 2021
Optimised USB receive code - interrupts, no locking, block transfers,…
#34 opened May 14, 2017 by borisbarbour Loading… updated Apr 9, 2021
Send a ZLP if data size is multiple of the endpoint size for USB sends
#2 opened Jan 24, 2017 by facchinm Loading… updated Apr 9, 2021
Make init() run before C++ static initializers
#4 opened Jan 24, 2017 by facchinm Loading… updated Apr 9, 2021
Add virtual keyword to virtual method override, for clarity
#5 opened Jan 24, 2017 by facchinm Loading… updated Apr 9, 2021
Increase buffer size for converting floats + doubles to String's
#32 opened Feb 9, 2017 by facchinm Loading… updated Apr 9, 2021
ProTip! Type g i on any issue or pull request to go back to the issue listing page.