Skip to content

Commit

Permalink
Add Subtree pico uart bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
devinatkin committed Dec 12, 2024
1 parent 2db6724 commit fe430fe
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: CI
name: CI Pico Bridge

on:
- push
- pull_request
push:
paths:
- 'Software/pico-uart-bridge/**'

jobs:
CI:
Expand All @@ -22,12 +23,13 @@ jobs:
- name: 'Configure'
run: |
cd Software/pico-uart-bridge
mkdir -p build
cmake -B build
- name: 'Build'
run: |
make -C build
make -C Software/pico-uart-bridge/build
- name: 'Upload binary'
uses: actions/upload-artifact@v4
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ sunxi-pio
version.h
*.o
*.swp
.vscode
build
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[submodule "Software/buildroot"]
path = Software/buildroot
url = https://gitlab.com/buildroot.org/buildroot.git
ignore = all

[submodule "pico-sdk"]
path = Software/pico-uart-bridge/pico-sdk
url = https://github.com/raspberrypi/pico-sdk.git
ignore = all
2 changes: 0 additions & 2 deletions Software/pico-uart-bridge/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions Software/pico-uart-bridge/.gitmodules

This file was deleted.

0 comments on commit fe430fe

Please sign in to comment.