Switch over Demos, Bootloaders and Projects to the new and improved build system.
This commit is contained in:
parent
e309f42af3
commit
56e792c95b
97 changed files with 3142 additions and 57520 deletions
|
@ -452,7 +452,7 @@ static void CDC_Task(void)
|
|||
else if (Command == 'e')
|
||||
{
|
||||
/* Clear the application section of flash */
|
||||
for (uint32_t CurrFlashAddress = 0; CurrFlashAddress < BOOT_START_ADDR; CurrFlashAddress += SPM_PAGESIZE)
|
||||
for (uint32_t CurrFlashAddress = 0; CurrFlashAddress < (uint32_t)BOOT_START_ADDR; CurrFlashAddress += SPM_PAGESIZE)
|
||||
{
|
||||
boot_page_erase(CurrFlashAddress);
|
||||
boot_spm_busy_wait();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue