added warning for when firmware gets to big thus overwriting bootloader.

This commit is contained in:
Martin Preuss
2026-03-28 17:43:08 +01:00
parent 6ea1e97835
commit 59d1ef7666
15 changed files with 79 additions and 2 deletions

View File

@@ -319,6 +319,12 @@ test:
.equ netInterfaceData = com2w_iface
deviceCodeEnd:
.if deviceCodeEnd >= BOOTLOADER_ADDR
.warning "Code reaches into boot loader!"
.endif
.dseg