Skip to content

Commit c6999e8

Browse files
committed
Add .mbed for bms
1 parent 5bde96e commit c6999e8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
env:
1515
# The list of projects to run on. This should just run for each dir that includes a mbed_app.json
16-
PROJECTS: bms fakedir
16+
PROJECTS: bms
1717

1818
steps:
1919
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ mbed_settings.py
1313
# Default Build Directory
1414
.build/
1515
BUILD/
16-
.mbed
1716
venv/
1817

1918
# Mbedls

bms/.mbed

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
TARGET=lpc1768
2+
TOOLCHAIN=GCC_ARM
3+
ROOT=.

0 commit comments

Comments
 (0)