Skip to content

Support for Microchip Same51#397

Merged
dgarske merged 1 commit intowolfSSL:masterfrom
danielinux:same51
Feb 15, 2024
Merged

Support for Microchip Same51#397
dgarske merged 1 commit intowolfSSL:masterfrom
danielinux:same51

Conversation

@danielinux
Copy link
Copy Markdown
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
Comment thread .gdbinit Outdated
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
Copy Markdown
Member

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
Copy Markdown
Member

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.

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

uint32_t reg;
Copy link
Copy Markdown
Member

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;
      |              ^~~

Comment thread hal/same51.c
@@ -0,0 +1,113 @@
#
# There exist several targets which are by default empty and which can be
Copy link
Copy Markdown
Member

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
Copy Markdown
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
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