Merge pull request #27 from flightng/target-unification

[Target Update]: Target name unification
This commit is contained in:
EMSR 2023-02-04 15:21:13 +08:00 committed by GitHub
commit 212aa64100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
targets: [ EMSRPROTO1, EMSRPROTO2, EMSRPROTO3, NEUTRONRCF435AIO, NEUTRONRCF435MINI ]
targets: [ EMSRPROTO1, EMSRPROTO2, EMSRPROTO3, NEUTRONRCF435MINI, NEUTRONRCF435SE ]
steps:
- name: Code Checkout
uses: actions/checkout@v2

View File

@ -20,8 +20,8 @@
#pragma once
#define TARGET_BOARD_IDENTIFIER "NEUTRONRCF435MINI"
#define USBD_PRODUCT_STRING "NERC"
#define TARGET_BOARD_IDENTIFIER "NERC"
#define USBD_PRODUCT_STRING "NEUTRONRCF435MINI"
/**********swd debuger reserved *****************
*
* pa13 swdio

View File

@ -21,7 +21,7 @@
#pragma once
#define TARGET_BOARD_IDENTIFIER "NERC"
#define USBD_PRODUCT_STRING "NEUTRONRCF435AIO"
#define USBD_PRODUCT_STRING "NEUTRONRCF435SE"
/**********swd debuger reserved *****************
*
* pa13 swdio