Releases: pmnxis/billmock-app-rs
Releases · pmnxis/billmock-app-rs
0.4.0
0.3.2
0.3.1
- Factory Reset EEPROM (coin/credit count only and whole area) by SVC button (0.5 series hardware only) ( #49 )
- Indicate NDA crate is enabled in MP tool, and MP fingerprint ( #48 )
- Indicate card terminal version and warn to display ( #51 )
- Up to date document ( 06fb086 )
This is GM version for first mass-production batch.
0.3.0
0.2.2
0.2.1
0.2.0
Change Log
- HW version 0.4 / mini tested ( #27 )
- Initial EEPROM module Novella for wear-leveling & struct member safety ( #28 )
card-terminal-adapterinstead of previous tarits/impl for better card terminal usage ( #29 ) .- Move images mdbook images to other repository ( #24 ) .
Bug fix
- Reading UART with DMA was not guaranteed grab clean raw data. Fix with re adjust buffer start offset by using timeout.
0.1.2
Change Log
StartButtonDecideSerialToVendfeature (#6)- HW 0.4 version update (but there's no significant changes for SW side) (https://github.com/pmnxis/BillMock-HW-RELEASE/blob/master/sch/BillMock-HW-0v4.pdf)
- Basic ACK/NACK for Serial Card Device (#8)
MutualInhibitfor complex inhibit signal control (#10)- LED Blinker to check Player 1 and 2 vend signal output (#12)
- Busy signal output to counter side machine checking my state, and required
OneShotHigh(#14) AppMode0V3::BypassJamAndExtraSerialPaymentis deprecated (c8359f3)
Bug Fix
- Fix mutex-deadlock occurrence from UART-RX (9db0be2)