Skip to content

Changes

Summary

  1. iCE1usb: Add support to configure CRC4 mode for TX/RX (details)
  2. Update ice1usb_proto.h (details)
  3. iCE1usb: Transmit LOS events to clients (details)
  4. iCE1usb: Transmit AIS events to clients (details)
  5. ctl: When setting Sa bits, other bits must remain set to '1' (details)
Commit 240cf59581cd06f5febf0f7fa253259583ff3432 by Sylvain Munaut
iCE1usb: Add support to configure CRC4 mode for TX/RX

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: I9b627a9617af4ae9ed98214d672c7d0391f801eb
The file was modified src/e1d.h
The file was modified src/usb.c
The file was modified src/vty.c
Commit fbaa9c296177ab2defd939cac98ed9eda9bb3c4e by Sylvain Munaut
Update ice1usb_proto.h

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: I8e041b3d94723eba9d3d30b9f03815d46dacf995
The file was modified src/ice1usb_proto.h
Commit a700573548fc8491683b9a06fe0f8bda2ac30cb3 by Sylvain Munaut
iCE1usb: Transmit LOS events to clients

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: I8822d24c25f8ba0bb70e9f717ca04dbf0e656e71
The file was modified src/usb.c
Commit 21e5cac177896df14d697e35a6e9ca13638f0057 by Sylvain Munaut
iCE1usb: Transmit AIS events to clients

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: I4a35a2ab2537cbc9ecec381ab5078c1b08067925
The file was modified src/usb.c
Commit 2c0f3fd1e362b1e8f01c4ed15c7173fb1642d7de by Sylvain Munaut
ctl: When setting Sa bits, other bits must remain set to '1'

Some of the other bits will be used 'as-is'.
For instance the bit 0 (MSB) will be copied from this if operating
in nocrc4 mode.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: Id482c6a114e7bf051d157e81038f015e9d26fa99
The file was modified src/ctl.c