Skip to content

Commit 212aa64

Browse files
authored
Merge pull request #27 from flightng/target-unification
[Target Update]: Target name unification
2 parents 410007c + 0e7af54 commit 212aa64

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-22.04
4040
strategy:
4141
matrix:
42-
targets: [ EMSRPROTO1, EMSRPROTO2, EMSRPROTO3, NEUTRONRCF435AIO, NEUTRONRCF435MINI ]
42+
targets: [ EMSRPROTO1, EMSRPROTO2, EMSRPROTO3, NEUTRONRCF435MINI, NEUTRONRCF435SE ]
4343
steps:
4444
- name: Code Checkout
4545
uses: actions/checkout@v2

src/main/target/NEUTRONRCF435MINI/target.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
#pragma once
2222

23-
#define TARGET_BOARD_IDENTIFIER "NEUTRONRCF435MINI"
24-
#define USBD_PRODUCT_STRING "NERC"
23+
#define TARGET_BOARD_IDENTIFIER "NERC"
24+
#define USBD_PRODUCT_STRING "NEUTRONRCF435MINI"
2525
/**********swd debuger reserved *****************
2626
*
2727
* pa13 swdio

src/main/target/NEUTRONRCF435AIO/target.h src/main/target/NEUTRONRCF435SE/target.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#pragma once
2222

2323
#define TARGET_BOARD_IDENTIFIER "NERC"
24-
#define USBD_PRODUCT_STRING "NEUTRONRCF435AIO"
24+
#define USBD_PRODUCT_STRING "NEUTRONRCF435SE"
2525
/**********swd debuger reserved *****************
2626
*
2727
* pa13 swdio

0 commit comments

Comments
 (0)