Fixed CDC and DFU bootloaders API page erase and write function failures (thanks to Martin Lambert).
This commit is contained in:
		
							parent
							
								
									579fbb68fc
								
							
						
					
					
						commit
						2e27cc2670
					
				
					 5 changed files with 9 additions and 4 deletions
				
			
		|  | @ -35,8 +35,8 @@ BOOT_SEC_OFFSET       = 0x$(shell echo "obase=16; (($(FLASH_SIZE_KB) * 1024) - $ | |||
| # Bootloader linker section flags for relocating the API table sections to
 | ||||
| # known FLASH addresses - these should not normally be user-edited.
 | ||||
| BOOT_SECTION_LD_FLAG  = -Wl,--section-start=.apitable_$(strip $(1))=$(call BOOT_SEC_OFFSET, $(3)) -Wl,--undefined=BootloaderAPI_$(strip $(2)) | ||||
| BOOT_API_LD_FLAGS     = $(call BOOT_SECTION_LD_FLAG, trampolines, Trampolines, (48 + 32 + 8)) | ||||
| BOOT_API_LD_FLAGS    += $(call BOOT_SECTION_LD_FLAG, jumptable,   JumpTable,   (32 + 8)) | ||||
| BOOT_API_LD_FLAGS     = $(call BOOT_SECTION_LD_FLAG, trampolines, Trampolines, 96) | ||||
| BOOT_API_LD_FLAGS    += $(call BOOT_SECTION_LD_FLAG, jumptable,   JumpTable,   32) | ||||
| BOOT_API_LD_FLAGS    += $(call BOOT_SECTION_LD_FLAG, signatures,  Signatures,  8) | ||||
| 
 | ||||
| # Default target
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dean Camera
						Dean Camera