Skip to content

Commit

Permalink
hw/bsp/p-nucleo-wb55: Update to use common startup code
Browse files Browse the repository at this point in the history
This modifies p-nucleo-wb55 and p-nucleo-wb55-dongle to
use common startup code

Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
  • Loading branch information
kasjer committed Apr 16, 2024
1 parent 74cab08 commit ae7d321
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 1,018 deletions.
29 changes: 0 additions & 29 deletions hw/bsp/p-nucleo-wb55-usbdongle/boot-p-nucleo-wb55.ld

This file was deleted.

7 changes: 1 addition & 6 deletions hw/bsp/p-nucleo-wb55-usbdongle/bsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ bsp.url: https://www.st.com/en/evaluation-tools/p-nucleo-wb55.html
bsp.maker: "STMicroelectronics"
bsp.arch: cortex_m4
bsp.compiler: compiler/arm-none-eabi-m4
bsp.linkerscript:
- "hw/bsp/p-nucleo-wb55-usbdongle/p-nucleo-wb55.ld"
- "@apache-mynewt-core/hw/mcu/stm/stm32wbxx/stm32wb55.ld"
bsp.linkerscript.BOOT_LOADER.OVERWRITE:
- "hw/bsp/p-nucleo-wb55-usbdongle/boot-p-nucleo-wb55.ld"
- "@apache-mynewt-core/hw/mcu/stm/stm32wbxx/stm32wb55.ld"
bsp.linkerscript: autogenerated
bsp.downloadscript: "hw/scripts/download.sh"
bsp.debugscript: "hw/bsp/p-nucleo-wb55-usbdongle/p-nucleo-wb55_debug.sh"

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*
* SPDX-License-Identifier: Apache-2.0
*/

RAM_SHARED (rwx) : ORIGIN = 0x20030000, LENGTH = 10K
29 changes: 0 additions & 29 deletions hw/bsp/p-nucleo-wb55-usbdongle/p-nucleo-wb55.ld

This file was deleted.

1 change: 1 addition & 0 deletions hw/bsp/p-nucleo-wb55-usbdongle/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ pkg.deps:
- "@apache-mynewt-core/hw/mcu/stm/stm32wbxx"
- "@apache-mynewt-core/libc"
- "@apache-mynewt-core/hw/scripts"
- "@apache-mynewt-core/boot/startup"
Loading

0 comments on commit ae7d321

Please sign in to comment.