Skip to content

Releases: ams-OSRAM/OSP_aospi

1.0.0

21 May 09:02
Compare
Choose a tag to compare
  • aospi_init() can now be configured for physical layer type A (was only type B).
  • Example aospi_mcua.ino added to show how to use physical layer type A (with reconfigure documentation).
  • Added OSP32 v12 names for LEDs (e.g. L1.0 aka OUT0).
  • The SPI slave driver upgraded to v0.6.8 to make it compile with esp32 board lib 3.2.0.

0.5.9

22 Apr 13:41
Compare
Choose a tag to compare
  • The SPI slave driver is patched to make it compile with esp32 board lib 3.2.0.

0.5.8

21 Feb 16:39
Compare
Choose a tag to compare
  • The SPI slave driver upgraded to v0.6.5 to make it compile with esp32 board lib 3.1.1.
  • Added USE mode note to aospi_bringup.ino.
  • Text corrections in python\telegram\readme.md and examples\aospi_bringup\readme.md.

0.5.7

29 Nov 14:03
Compare
Choose a tag to compare
  • Added example aospi_bringup.ino.
  • Text correction in readme.md; added level shifter pull-ups issue.

0.5.6

22 Oct 15:12
Compare
Choose a tag to compare
  • Telegram dissector (python\telegram) now shows casting mode.
  • Replaced clock tapping mechanism in aospi.cpp; from ISR to polling (faster).

0.5.5

16 Oct 15:18
Compare
Choose a tag to compare
  • Added telegram dissector with CRC computation (in Python).

0.5.4

08 Oct 08:58
Compare
Choose a tag to compare
  • src/slave/* line endings changed from LF to CR+LF.
  • Prefixed modules.drawio.png with library short name.
  • Moved domain from github.com/ams-OSRAM-Group to github.com/ams-OSRAM.

0.5.2

10 Sep 16:03
Compare
Choose a tag to compare
  • Changes in readme.md.
  • Fixed Bug in aospi_txrx; function aospi_dirmux_set_loop() no longer needs parameter.
  • Added BEHAVIOR section to explanation in examples.

0.5.1

05 Sep 14:30
Compare
Choose a tag to compare
  • API section in readme now shows parameter names.
  • Text updates in readme.md.
  • Text update in documentation of aospi_txrx_hops().

0.5.0

28 Aug 21:01
Compare
Choose a tag to compare
  • Added new api functions aospi_txrx_us() and aospi_txrx_hops().
  • Added example aospi_time.ino, using the new api functions.
  • Added round trip timing trace picture.
  • Added links in readme.md for all example sketches.
  • Extended "System overview" (and detailed the image).
  • Fixed warning on printf format specifier in aospi_txrx.ino.