Releases: ams-OSRAM/OSP_aospi
Releases · ams-OSRAM/OSP_aospi
2.0.0
- Added
aospi_phy_t aospi_phy_get()used inaocmd_version_main(). - Added
aospi_tx_last()andaospi_rx_last()for theosp fieldscommand. - Added timescale overview.
- Improved
aospi_txrx_us()andaospi_txrx_hops()documentation. - Added 8µs idle time between telegrams; default can be changed with
aospi_idletime_us_set(). - Improved report of
aospi_time.ino. - Added printing warnings for telegrams with PSI of 5 (since not supported by RGBI); use
aospi_warnings_set()andaospi_warnings_get(). - Fixed bug in Telegram dissector (
python\telegram): removed duplicatesetpwm/setpwmchn.
1.0.1
- Textual corrections in multiple examples.
- Added link to examples.
- Debug feature: zap unreliable bytes in reception buffer to 00.
1.0.0
aospi_init()can now be configured for physical layer type A (was only type B).- Example
aospi_mcua.inoadded 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.mdandexamples\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.pngwith library short name. - Moved domain from
github.com/ams-OSRAM-Grouptogithub.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.