Skip to content
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

Support for Microchip Same51 #397

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Support for Microchip Same51 #397

merged 1 commit into from
Feb 15, 2024

Conversation

danielinux
Copy link
Member

@danielinux danielinux commented Dec 22, 2023

  • hal support
  • Dual-bank swapping
  • update Target.md
  • Add build test

@danielinux danielinux marked this pull request as ready for review January 3, 2024 12:07
@danielinux danielinux requested a review from dgarske January 31, 2024 08:07
.gdbinit Outdated
@@ -1,6 +1,7 @@
tar rem:3333
file wolfboot.elf
add-symbol-file test-app/image.elf
#add-symbol-file test-app/image.elf
add-symbol-file /home/dan/src/wolfboot/IDE/MPLabX/wolfBoot_usbUpdateApp.X/dist/default/production/wolfBoot_usbUpdateApp.X.production.elf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider reverting this.

@@ -0,0 +1,113 @@
#
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please consider using IDE/MPLABX to match our other libraries and Microchip naming.

hal/same51.c Outdated
void hal_init(void)
{

uint32_t reg;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hal/same51.c:280:14: error: unused variable 'reg' [-Werror=unused-variable]
  280 |     uint32_t reg;
      |              ^~~

hal/same51.c Show resolved Hide resolved
@@ -0,0 +1,113 @@
#
# There exist several targets which are by default empty and which can be
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a README.md for how to use these MPLABX projects.

@danielinux
Copy link
Member Author

danielinux commented Feb 15, 2024

Thanks for the review, @dgarske . I have addressed the comments + re-created the two MPLAB projects + provided extended documentation. This is now ready to consider for merging.

@dgarske dgarske merged commit 22f5c09 into wolfSSL:master Feb 15, 2024
78 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants