-
Notifications
You must be signed in to change notification settings - Fork 3
Release: v6.0 #5
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
base: dsPIC33A-M6
Are you sure you want to change the base?
Conversation
4621b40 to
a64390e
Compare
| customers to explore the capabilities of the dsPIC33A Digital | ||
| Signal Controller (DSC) family and also the PIC32A MCU family. | ||
| This board requires a DIM (Daughter Interface Module): | ||
| dsPIC33AK128MC106 or dsPIC33AK512MPS512 |
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.
dsPIC33AK128MC106, dsPIC33AK512MPS512, etc
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.
We haven't tested in other boards, can we plan to make this change after we get a chance to do that
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.
I am not sure if we should mention all the supported boards here as it will become a long list. Where else can the list of boards be added? I think that, here we just need to give a hint to the user on what is needed instead of a comprehensive list.
Modified cmake for deletion logic of symlink Signed-off-by: Muhammed Zamroodh <muhammed.zamroodh@ignitarium.com>
Highlights:
- HW timer for Sys timer made configurable
- arch swap and isr code cleaned up
- Added board documentation
Fixes:
- Wrong RAM size for 128k device
- Busywait implementation fixed
- Fix register pollution bug
- Fix for Configs breaking other board builds
- Other minor fixes
Signed-off-by: Muhammed Zamroodh <muhammed.zamroodh@ignitarium.com>
a64390e to
26d472b
Compare
Highlights:
- HW timer for Sys timer made configurable
- arch swap and isr code cleaned up
- Added board documentation
Fixes:
- Wrong RAM size for 128k device
- Busywait implementation fixed
- Fix register pollution bug
- Fix for Configs breaking other board builds
- Other minor fixes