forked from bitcraze/crazyradio2-bootloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all boards are now required pinconfig for storing bootloader ID in cf…
…2 format
- Loading branch information
Showing
18 changed files
with
342 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#include "boards.h" | ||
#include "uf2/configkeys.h" | ||
|
||
__attribute__((used, section(".bootloaderConfig"))) | ||
const uint32_t bootloaderConfig[] = | ||
{ | ||
/* CF2 START */ | ||
CFG_MAGIC0, CFG_MAGIC1, // magic | ||
5, 100, // used entries, total entries | ||
|
||
204, 0x100000, // FLASH_BYTES = 0x100000 | ||
205, 0x40000, // RAM_BYTES = 0x40000 | ||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2 | ||
209, 0xada52840, // UF2_FAMILY = 0xada52840 | ||
210, 0x20, // PINS_PORT_SIZE = PA_32 | ||
|
||
0, 0, 0, 0, 0, 0, 0, 0 | ||
/* CF2 END */ | ||
}; |