-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update headers #522
Update headers #522
Conversation
Build is failing, need to resolve before merging. |
Sorry, I missed this. |
@recalci be liberal in what you include, for the sake of simplicity, and common code, you can include additional definitions that are not actually in the processor. That's better than having a swiss cheese of application. |
/***************** Bit definition for AFIO_EXTICR1 register *****************/ | ||
#define AFIO_EXTICR1_EXTI0 ((uint16_t)0x00000003) /* EXTI 0 configuration */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh oops! Thanks for fixing!
Understood. I'll adjust it to align with your guidance. |
Additionally, remove CH32V30x_D8C related macro
Update all peripheral headers except USB and USBPD.
Update all peripheral headers except USB.
70bc484
to
b662618
Compare
Merged. Thank you for the work. |
Added a version table.
Updated v003, v10x, and x035 to their latest versions.