Skip to content

Conversation

@jpconstantineau
Copy link
Contributor

Making these changes from the comments here

Memory size was indicated incorrectly for the bootloaderconfig section.

Also bringing the minor update that @braingram added to the UF2 include file in PR #198 .
As such, this should also close PR #198

Comment on lines 11 to 12
204, 0x80000, // FLASH_BYTES = 0x100000/2=0x80000
205, 0x20000, // RAM_BYTES = 0x40000/2=0x20000
Copy link
Member

Choose a reason for hiding this comment

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

the comment does not need to have the /2= just simply state the value for 833. Please also correct the comment column alignment as well.

Comment on lines 25 to 29
#if defined(NRF52833_XXAA)
#define USER_FLASH_END 0x2D000
#else
#define USER_FLASH_END 0xAD000
#endif
Copy link
Member

Choose a reason for hiding this comment

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

why would you change the computation ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Honestly - I am just trying to get the changes that other people got stuck in with other things. I'll revert this one and clean up the other comment.

Copy link
Member

@hathach hathach left a comment

Choose a reason for hiding this comment

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

look good, thank you for your PR

@hathach hathach merged commit 7f912dd into adafruit:master Dec 21, 2021
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.

3 participants