Skip to content

Commit

Permalink
re-install teensy build dependencies after building fprime projects
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Mar 30, 2024
1 parent b41427d commit 0cc5518
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,24 @@
msg: "CMake Version Error: Expected {{ cmake_version }} | Found {{ installed_cmake_version.stdout }}"
when: installed_cmake_version.stdout != cmake_version

-
# Install Teensy programming tools
# See https://github.com/knickish/teensy_docker.git
hosts: localhost
connection: local
tags:
- install_fprime_tools
- install_cross_compile_toolchain
- install_arduino_tools
- build_led_blinker
- build_baremetal_reference

tasks:
- name: Install Teensy build dependencies
apt:
name: avr-libc, binutils-avr, cmake, g++, gcc, gcc-avr, git, libfontconfig1, libusb-dev, libxft-dev, make, unzip, vim, wget, xz-utils
update_cache: yes

-
# re-install Python packages with pip
hosts: localhost
Expand Down

0 comments on commit 0cc5518

Please sign in to comment.