Skip to content

Commit 64c6b71

Browse files
committed
bsp lpc13
1 parent 80be1aa commit 64c6b71

File tree

5 files changed

+16
-48
lines changed

5 files changed

+16
-48
lines changed

.github/workflows/build_arm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- 'broadcom_32bit'
3636
- 'imxrt'
3737
- 'kinetis_k32 kinetis_kl'
38-
- 'lpc11 lpc15 lpc18'
38+
- 'lpc11 lpc13 lpc15 lpc18'
3939
- 'lpc54 lpc55'
4040
- 'mm32 msp432e4'
4141
- 'nrf'
@@ -102,15 +102,15 @@ jobs:
102102
run: find examples/ -path "*stm32l412nucleo/*.elf" -exec mv {} . \;
103103

104104
- name: Upload Artifacts for rp2040
105-
if: contains(matrix.family,'rp2040') && github.repository_owner == 'hathach')
105+
if: contains(matrix.family,'rp2040') && github.repository_owner == 'hathach'
106106
uses: actions/upload-artifact@v3
107107
with:
108108
name: rp2040
109109
path: |
110110
*.elf
111111
112112
- name: Upload Artifacts for stm32l412nucleo
113-
if: contains(matrix.family, 'stm32l4') && github.repository_owner == 'hathach')
113+
if: contains(matrix.family, 'stm32l4') && github.repository_owner == 'hathach'
114114
uses: actions/upload-artifact@v3
115115
with:
116116
name: stm32l4
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
DEPS_SUBMODULES += hw/mcu/nxp/lpcopen
2+
3+
CFLAGS += \
4+
-DCFG_TUSB_MEM_SECTION='__attribute__((section(".data.$$RAM2")))'
5+
6+
# All source paths should be relative to the top level.
7+
LD_FILE = $(BOARD_PATH)/lpc1347.ld
8+
9+
# For flash-jlink target
10+
JLINK_DEVICE = LPC1347
11+
12+
# flash using jlink
13+
flash: flash-jlink

hw/bsp/lpcxpresso1347/board.mk

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)