Skip to content

Commit

Permalink
Deprecate custom _Keys buils
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Aug 5, 2020
1 parent 9639b7a commit 11b3982
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 5,816 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Backup*
# CC2530DB

CC2530DB/CHDTECH_DEV
CC2530DB/FREEPAD*
CC2530DB/DIYRuZ_*
Source/version.c
!.vscode/
.vscode/settings.json
Expand Down
4 changes: 2 additions & 2 deletions .release-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ git:
requireCleanWorkingDir: false
github:
release: true
assets: ["firmwares/FreePad_*_Keys.hex"]
draft: true
assets: ["firmwares/DIYRuZ_*.hex"]
draft: false
2 changes: 1 addition & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"configurations": [{
"name": "Mac",
"forcedInclude": ["${workspaceRoot}/Source/preinclude.h"],
"defines": ["HAL_BOARD_FREEPAD_20", "HAL_UART=TRUE"],
"defines": ["HAL_BOARD_FREEPAD", "HAL_UART=TRUE"],
"includePath": [
"${workspaceRoot}",
"${env:ZSTACK_PATH}/Components/mac/include/",
Expand Down
Loading

0 comments on commit 11b3982

Please sign in to comment.