File tree Expand file tree Collapse file tree 5 files changed +16
-48
lines changed
lpc13/boards/lpcxpresso1347 Expand file tree Collapse file tree 5 files changed +16
-48
lines changed Original file line number Diff line number Diff line change 35
35
- ' broadcom_32bit'
36
36
- ' imxrt'
37
37
- ' kinetis_k32 kinetis_kl'
38
- - ' lpc11 lpc15 lpc18'
38
+ - ' lpc11 lpc13 lpc15 lpc18'
39
39
- ' lpc54 lpc55'
40
40
- ' mm32 msp432e4'
41
41
- ' nrf'
@@ -102,15 +102,15 @@ jobs:
102
102
run : find examples/ -path "*stm32l412nucleo/*.elf" -exec mv {} . \;
103
103
104
104
- 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'
106
106
uses : actions/upload-artifact@v3
107
107
with :
108
108
name : rp2040
109
109
path : |
110
110
*.elf
111
111
112
112
- 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'
114
114
uses : actions/upload-artifact@v3
115
115
with :
116
116
name : stm32l4
Original file line number Diff line number Diff line change
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
File renamed without changes.
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments