Releases: ams-OSRAM/OSP_aospi
Releases · ams-OSRAM/OSP_aospi
1.0.0
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
- The SPI slave driver is patched to make it compile with esp32 board lib 3.2.0.
0.5.8
- 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
andexamples\aospi_bringup\readme.md
.
0.5.7
- Added example
aospi_bringup.ino
. - Text correction in
readme.md
; added level shifter pull-ups issue.
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
.