Skip to content

Commit

Permalink
Merge pull request #26 from fprime-community/up/v3.5.0-ptrs
Browse files Browse the repository at this point in the history
Updating pointers
  • Loading branch information
LeStarch authored Nov 8, 2024
2 parents c3b53ff + d0962dc commit 545f507
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/baremetal_ci_teensy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

env:
run_job_select: "fsw-gds"
build_binary: ${{ github.workspace }}/build-artifacts/teensy41/BaremetalReference/bin/BaremetalReference.hex
build_binary: ${{ github.workspace }}/build-artifacts/teensy41/BaremetalReference/bin/BaremetalReference.elf.hex
gds_args: --comm-adapter uart --uart-device /dev/ttyACM0
dict_path: ${{ github.workspace }}/build-artifacts/teensy41/BaremetalReference/dict/BaremetalReferenceTopologyAppDictionary.xml
test_path: BaremetalReference/test/int/baremetal_ref_integration_test.py
Expand All @@ -31,17 +31,12 @@ jobs:
run: |
python3 -m venv ./fprime-venv
. ./fprime-venv/bin/activate
pip3 install -r ${{ inputs.fprime_location }}./fprime/requirements.txt
pip3 install -r ${{ inputs.fprime_location }}./lib/fprime/requirements.txt
- name: "Platform Specific Requirements Install"
run: |
mkdir -p ~/.local/bin
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/.local/bin sh
cd ~/.local/bin
git clone https://github.com/SterlingPeet/arduino-cli-cmake-wrapper.git
cd arduino-cli-cmake-wrapper
git checkout update/refactor
pip3 install .
export PATH=~/.local/bin:$PATH
. ./fprime-venv/bin/activate
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=$VIRTUAL_ENV/bin sh
pip install arduino-cli-cmake-wrapper==0.2.0a1
cd ${{ github.workspace }}
arduino-cli config init
arduino-cli config add board_manager.additional_urls https://www.pjrc.com/teensy/package_teensy_index.json
Expand Down
2 changes: 1 addition & 1 deletion lib/fprime-baremetal

0 comments on commit 545f507

Please sign in to comment.