Skip to content

Commit

Permalink
Add tubeszb MGM24PA bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerivec committed Nov 5, 2024
1 parent b32427a commit 1af5d3f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions manifests/tubeszb/tubeszb-mgm24-bootloader.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: TubesZB MGM24PB Bootloader
device: MGM240PA32VNN
base_project: src/bootloader
filename: "{manifest_name}_{gecko_bootloader_version}"
sdk: "simplicity_sdk:2024.6.2"
toolchain: "12.2.1.20221205"

gbl:
fw_type: gecko-bootloader
gecko_bootloader_version: dynamic
baudrate: 115200

c_defines:
SL_SERIAL_UART_FLOW_CONTROL: 1

SL_SERIAL_UART_PERIPHERAL: USART0
SL_SERIAL_UART_PERIPHERAL_NO: 0

SL_SERIAL_UART_TX_PORT: gpioPortA
SL_SERIAL_UART_TX_PIN: 6

SL_SERIAL_UART_RX_PORT: gpioPortA
SL_SERIAL_UART_RX_PIN: 5

SL_SERIAL_UART_CTS_PORT: gpioPortA
SL_SERIAL_UART_CTS_PIN: 7

SL_SERIAL_UART_RTS_PORT: gpioPortA
SL_SERIAL_UART_RTS_PIN: 8

SL_GPIO_ACTIVATION_POLARITY: LOW
SL_BTL_BUTTON_PORT: gpioPortA
SL_BTL_BUTTON_PIN: 0
2 changes: 1 addition & 1 deletion manifests/tubeszb/tubeszb-mgm24PB-bootloader.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: TubesZB MGM24PB Bootloader
name: TubesZB MGM24PB Bootloader
device: MGM240PB32VNN
base_project: src/bootloader
filename: "{manifest_name}_{gecko_bootloader_version}"
Expand Down

0 comments on commit 1af5d3f

Please sign in to comment.