Skip to content

Commit

Permalink
Merge pull request #27 from flightng/target-unification
Browse files Browse the repository at this point in the history
[Target Update]: Target name unification
  • Loading branch information
shanggl authored Feb 4, 2023
2 parents 410007c + 0e7af54 commit 212aa64
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/main/target/NEUTRONRCF435MINI/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 212aa64

Please sign in to comment.