-
Notifications
You must be signed in to change notification settings - Fork 3k
17q2 l4 flash #4058
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
17q2 l4 flash #4058
Conversation
and FlashIAP tests ok as well
|
NUCLEO_L432KC doesn't seem to like device_has FLASH 👍 travis |
@sg- Fix pushed - should be fixed now |
return 0; | ||
} | ||
} | ||
|
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.
The doxygen comments are unnecessary (=maintenance) in code files if functions are public, the header file should contain those. In this case it does. Just document what is not there, any target specific differences
Those defines are already available in STM32 L4 SDK and don't need to be (re)defined here.
@0xc0170 right - was useful when writing the first implementation and I forgot to remove them - done now |
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
{ | ||
uint32_t page = 0; | ||
|
||
if (Addr < (FLASH_BASE + FLASH_BANK_SIZE)) |
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.
nit: code style in GetPage
@0xc0170 happy with changes ? |
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
@mazimkhan Lot of PR within the last 2-3 days are red due to CAM CI (I checked, an exception). Can you have a look ? I restarted one to see if it is solved now. |
retest uvisor |
1 similar comment
retest uvisor |
This PR activates FLASH for L4 targets.
Flash hal tests running ok.