Skip to content

Releases: ams-OSRAM/OSP_aospi

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.

0.4.2

09 Aug 15:54
Compare
Choose a tag to compare
  • Added "System overview" to readme.md.
  • Small update to dirosp32.drawio.png.

0.4.1

05 Aug 09:13
Compare
Choose a tag to compare
  • Corrected landing page link in readme.md from aotop to OSP_aotop.
  • Updated the two timing diagrams (telegram and chain).
  • Remove "oalib" from sentence= in library.properties.
  • Check with AORESULT_ASSERT(aospi_inited) in aospi.cpp test getters & setters.
  • Tab2spaces in aospi.cpp.
  • Text updates in readme.md.
  • Fixed typos @parm to @param

0.4.0

12 Jul 20:19
Compare
Choose a tag to compare
  • Arduino name changed from OSP 2-wire SPI - aospi to OSP 2wireSPI aospi.
  • Added link for traces.
  • Added blue slave line in BiDir diagram (dirbidir.drawio.png) and green dashed OSP32 border line in OPS32 diagram (dirosp32.drawio.png).
  • Renamed dir extra to extras.
  • Small corrections in readme.md.
  • Added (for board testing) aospi_outoena_set()/aospi_outoena_get() and aospi_inoena_set()/aospi_inoena_get().