void BootloaderAPI_ErasePage(const uint32_t Address)
{
boot_page_erase_safe(Address);
boot_spm_busy_wait();
boot_rww_enable();
}
void BootloaderAPI_WritePage(const uint32_t Address)
{
boot_page_write_safe(Address);
boot_spm_busy_wait();
boot_rww_enable();
}
In your documentation the calculation
#define BOOTLOADER_API_TABLE_SIZE 32
Hi Dean,
You're very generous :) My name is Martin Lambert. When do you think the patch will make it into your public published version?
Regards,
Martin
--
You received this message because you are subscribed to the Google Groups "LUFA Library Support List" group.
To view this discussion on the web visit https://groups.google.com/d/msg/lufa-support/-/ZhAZQJqr-oAJ.
To post to this group, send email to lufa-s...@googlegroups.com.
To unsubscribe from this group, send email to lufa-support...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/lufa-support?hl=en.
Hi Dean,
You're very generous :) My name is Martin Lambert. When do you think the patch will make it into your public published version?
Regards,
Martin
To unsubscribe from this group, send email to lufa-support+unsubscribe@googlegroups.com.