Skip to content

Releases: liquid-rocketry-illinois/RCP-Target

v1.1.4

23 Oct 04:38
v1.1.4
ee2d5cd

Choose a tag to compare

Release Notes

Minor Changes

  • Fixed interrupts/noInterrupts symbols again

v1.1.3

26 Sep 19:22
v1.1.3
e0fce7e

Choose a tag to compare

Release Notes

Minor Changes

  • Fixed includes for AVR
  • Fixed interrupts/noInterrupts for AVR

v1.1.2

26 Sep 18:59
v1.1.2
98c4b08

Choose a tag to compare

Release Notes

Minor Changes

  • Switched from cstdint to stdint.h to support AVR

v1.1.1

26 Sep 01:54
v1.1.1
ac1d82a

Choose a tag to compare

Release Notes

Minor Changes

  • Added function to start a procedure from within the target

v1.1.0

25 Sep 04:01
v1.1.0
66aa677

Choose a tag to compare

Release Notes

Major Changes

  • Changed callback names to clarify their exact scope

Bugfixes

  • Fixed writing to devices from within the target (eg. during a procedure) not updating the host with new state

v1.0.5

04 Sep 02:23
v1.0.5
df2e17d

Choose a tag to compare

Release Notes

Minor Changes

  • Fixed location of procedure templates for compiling

v1.0.4

04 Sep 01:53
v1.0.4
60246a2

Choose a tag to compare

Release Notes

Minor Changes

  • Fixed fill-in procedures array location

v1.0.3

31 Aug 05:02
v1.0.3
6629c5e

Choose a tag to compare

Release Notes

Minor Changes

  • Added actual support for BoolSensors
  • Added weak function to allow actually specifying tests

v1.0.2

29 Aug 23:28
v1.0.2
a390f72

Choose a tag to compare

Release Notes

Minor Changes

  • Fixed when version generator script would run

v1.0.1

29 Aug 23:14
v1.0.1
029f9b5

Choose a tag to compare

Release Notes

Major Changes

  • Fixed library not compiling in platformio since it wont add header paths
  • Added postinstall script for platformio to generate the version info on install