Releases: ams-OSRAM/OSP_aospi
Releases · ams-OSRAM/OSP_aospi
0.5.7
0.5.6
- Telegram dissector (
python\telegram
) now shows casting mode. - Replaced clock tapping mechanism in
aospi.cpp
; from ISR to polling (faster).
0.5.5
- Added telegram dissector with CRC computation (in Python).
0.5.4
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
togithub.com/ams-OSRAM
.
0.5.2
- Changes in
readme.md
. - Fixed Bug in
aospi_txrx
; functionaospi_dirmux_set_loop()
no longer needs parameter. - Added BEHAVIOR section to explanation in examples.
0.5.1
- API section in readme now shows parameter names.
- Text updates in
readme.md
. - Text update in documentation of
aospi_txrx_hops()
.
0.5.0
- Added new api functions
aospi_txrx_us()
andaospi_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 inaospi_txrx.ino
.
0.4.2
- Added "System overview" to
readme.md
. - Small update to
dirosp32.drawio.png
.
0.4.1
- Corrected landing page link in readme.md from aotop to OSP_aotop.
- Updated the two timing diagrams (telegram and chain).
- Remove "oalib" from
sentence=
inlibrary.properties
. - Check with
AORESULT_ASSERT(aospi_inited)
inaospi.cpp
test getters & setters. - Tab2spaces in
aospi.cpp
. - Text updates in
readme.md
. - Fixed typos
@parm
to@param
0.4.0
- Arduino name changed from
OSP 2-wire SPI - aospi
toOSP 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
toextras
. - Small corrections in readme.md.
- Added (for board testing)
aospi_outoena_set()
/aospi_outoena_get()
andaospi_inoena_set()
/aospi_inoena_get()
.