Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
SpenceKonde
/
DxCore
Public
Notifications
You must be signed in to change notification settings
Fork
63
Star
237
Code
Issues
23
Pull requests
14
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Add AVR DU-series support: USB CDC/HID stack, bootloader, and core peripherals
- #637
#637
Draft
ws-asahi
wants to merge 41 commits into
SpenceKonde:master
SpenceKonde/DxCore:master
from
ws-asahi:feat/avr64du32-usb-cdc
ws-asahi/DxCore:feat/avr64du32-usb-cdc
Copy head branch name to clipboard
Conversation
Commits
41
(41)
Checks
Files changed
Draft
Add AVR DU-series support: USB CDC/HID stack, bootloader, and core peripherals
#637
ws-asahi
wants to merge 41 commits into
SpenceKonde:master
SpenceKonde/DxCore:master
from
ws-asahi:feat/avr64du32-usb-cdc
ws-asahi/DxCore:feat/avr64du32-usb-cdc
Copy head branch name to clipboard
Commits
Commits on May 30, 2026
feat(avr-du): add interrupt-driven USB CDC stack for AVR DU series
Show description for 59e8ee0
ws-asahi
committed
59e8ee0
View commit details
Copy full SHA for 59e8ee0
Browse repository at this point
feat(avr-du): add USB CDC bootloader for AVR64DU32
Show description for 7e0485c
ws-asahi
committed
7e0485c
View commit details
Copy full SHA for 7e0485c
Browse repository at this point
feat(avr-du): add AVR64DU32 Curiosity Nano board and boards.txt entries
Show description for 36f03bd
ws-asahi
committed
36f03bd
View commit details
Copy full SHA for 36f03bd
Browse repository at this point
feat(avr-du): add PluggableUSB bridge and HID library
Show description for f80198d
ws-asahi
committed
f80198d
View commit details
Copy full SHA for f80198d
Browse repository at this point
docs(avr-du): add MIT license headers to USB stack sources
Show description for b61a572
ws-asahi
committed
b61a572
View commit details
Copy full SHA for b61a572
Browse repository at this point
feat(avr-du): add USB CDC bootloader sources and docs
Show description for 5581f77
ws-asahi
committed
5581f77
View commit details
Copy full SHA for 5581f77
Browse repository at this point
Fix for ArduinoJoystickLibrary
ws-asahi
committed
338beb2
View commit details
Copy full SHA for 338beb2
Browse repository at this point
fix(avr-du): default generic avrdu FLMAP to unlocked
Show description for f746b92
ws-asahi
committed
f746b92
View commit details
Copy full SHA for f746b92
Browse repository at this point
chore: ignore megaavr/platform.local.txt
Show description for a2da598
ws-asahi
committed
a2da598
View commit details
Copy full SHA for a2da598
Browse repository at this point
Commits on May 31, 2026
fix to my merging operation failed
ws-asahi
committed
f1cf484
View commit details
Copy full SHA for f1cf484
Browse repository at this point
feat: include "usb_ep_types.h" in PluggableUSB.h and USBAPI.h
ws-asahi
committed
c939eab
View commit details
Copy full SHA for c939eab
Browse repository at this point
fix: change endpoint type from unsigned int to uint8_t and add usb_auto_init declaration
ws-asahi
committed
6382df4
View commit details
Copy full SHA for 6382df4
Browse repository at this point
Commits on Jun 2, 2026
Fix Serial(USB-CDC) streaming problem
ws-asahi
committed
79fa6da
View commit details
Copy full SHA for 79fa6da
Browse repository at this point
Fix to mistake to update bootloader source codes
ws-asahi
committed
5338862
View commit details
Copy full SHA for 5338862
Browse repository at this point
Fix to access EEPROM by USB-CDC
ws-asahi
committed
989d95b
View commit details
Copy full SHA for 989d95b
Browse repository at this point
Fix document name AVR064 -> AVR061
ws-asahi
committed
0d0bafb
View commit details
Copy full SHA for 0d0bafb
Browse repository at this point
Commits on Jun 3, 2026
Marge AVR64DU32 & more to DxCore hex storage directory
ws-asahi
committed
754780b
View commit details
Copy full SHA for 754780b
Browse repository at this point
Commits on Jun 9, 2026
Add build all du hexes
ws-asahi
committed
f3502e1
View commit details
Copy full SHA for f3502e1
Browse repository at this point
Commits on Jun 10, 2026
Fix sample program "PWMTest.ino" problems for DU-series
ws-asahi
committed
0f3fa37
View commit details
Copy full SHA for 0f3fa37
Browse repository at this point
Commits on Jun 12, 2026
Fix USB-HID functions with "HID-Project"
ws-asahi
committed
ffd0e3a
View commit details
Copy full SHA for ffd0e3a
Browse repository at this point
Fix DU analogRead problem (the read range is 8bit)
ws-asahi
committed
18819d0
View commit details
Copy full SHA for 18819d0
Browse repository at this point
Change built-in led pin to PA7/PD6 from PF2(CuriosityNano onboard LED)
ws-asahi
committed
21e2765
View commit details
Copy full SHA for 21e2765
Browse repository at this point
Organize the insertion point of the avrduusb
ws-asahi
committed
fd6f4d2
View commit details
Copy full SHA for fd6f4d2
Browse repository at this point
Add avrduusb VID/PID definitions
ws-asahi
committed
348b261
View commit details
Copy full SHA for 348b261
Browse repository at this point
Change PID definitions 0xDA33/0xDA32 -> 0x0001/0x0002
ws-asahi
committed
aadaf92
View commit details
Copy full SHA for aadaf92
Browse repository at this point
Commits on Jun 17, 2026
Add AVR DU support to Logic.h
ws-asahi
committed
a37ea48
View commit details
Copy full SHA for a37ea48
Browse repository at this point
Add AVR DU support to Comparator.h
ws-asahi
committed
b992fa9
View commit details
Copy full SHA for b992fa9
Browse repository at this point
Add AVR DU support to Event
ws-asahi
committed
d7d9b22
View commit details
Copy full SHA for d7d9b22
Browse repository at this point
Commits on Jun 18, 2026
Add IADDescriptor to USB stack for MIDIUSB
ws-asahi
committed
b46e462
View commit details
Copy full SHA for b46e462
Browse repository at this point
ISR-shared connection-state vars need volatile; LTO hoisted the read out of while(!Serial)
ws-asahi
committed
6dc58c4
View commit details
Copy full SHA for 6dc58c4
Browse repository at this point
Commits on Jun 26, 2026
boards: add FLMAP menu for AVR DU boards (lockdefault default, 3 options)
ws-asahi
committed
e481cc3
View commit details
Copy full SHA for e481cc3
Browse repository at this point
Commits on Jul 11, 2026
Event: complete EVSYS v3 support for DU-series (+ core helper fixes)
Show description for 9ef3e21
ws-asahi
committed
9ef3e21
View commit details
Copy full SHA for 9ef3e21
Browse repository at this point
Add menu for selecting VREG (internal USB controler power supply) mode.
ws-asahi
committed
4222638
View commit details
Copy full SHA for 4222638
Browse repository at this point
Commits on Jul 13, 2026
usbcdcboot: app-callable SPM entry + keep .rodata inside the boot section
Show description for 496e863
ws-asahi
committed
496e863
View commit details
Copy full SHA for 496e863
Browse repository at this point
Flash: support writes through the AVR-DU CDC bootloader SPM entry
Show description for bd97516
ws-asahi
committed
bd97516
View commit details
Copy full SHA for bd97516
Browse repository at this point
usbcdcboot: gate the .rodata flag on the compiler, not unconditionally
Show description for 19be772
ws-asahi
committed
19be772
View commit details
Copy full SHA for 19be772
Browse repository at this point
Flash: honour the CDC bootloader's 4 KB boot section in the write guards
Show description for 5e4fdb6
ws-asahi
committed
5e4fdb6
View commit details
Copy full SHA for 5e4fdb6
Browse repository at this point
Flash: fix writeBytes() - dropped trailing byte, corrupted neighbour, lost data pointer
Show description for 67cbe7a
ws-asahi
committed
67cbe7a
View commit details
Copy full SHA for 67cbe7a
Browse repository at this point
Flash: rebuild DU bootloader fixed FLASH problems.
ws-asahi
committed
52ccf75
View commit details
Copy full SHA for 52ccf75
Browse repository at this point
USERSIG: fix for the DU-series 512-byte USERROW
Show description for 1a074bc
ws-asahi
committed
1a074bc
View commit details
Copy full SHA for 1a074bc
Browse repository at this point
USERSIG: add UsersigTest example
Show description for 46cb46c
ws-asahi
committed
46cb46c
View commit details
Copy full SHA for 46cb46c
Browse repository at this point
You can’t perform that action at this time.