Skip to content
Snippets Groups Projects
  1. Feb 22, 2012
  2. Dec 01, 2011
    • da1l6's avatar
      CardReader: Improve Error condition user feedback. · 2e7c200c
      da1l6 authored
      Display control error messages on Cardreader display
      Reset Cardreader display after 4 seconds of idle to make sure the display is clean
      when a new user inserts a card.
      Detect a dead portal control and display an error message.
      2e7c200c
  3. Nov 12, 2011
  4. Nov 06, 2011
  5. Oct 11, 2011
    • da1l6's avatar
      Adapt to run on final 2.0 hardware. · fa824725
      da1l6 authored
      Cardreader: Switch card power in software
      Cardreader: Cleanup some dead code
      Cardreader: Change IO Pins and Clockgen Timer to match new hardware.
      Cardreader: Update LCD lib and set 4 bit mode pins.
      Cardreader: Fix racecondition where serial interfaces bytes can get lost while processing an LCD command. The sender will now be notified when the commadn is complete.
      Control: Support low battery shutdown override in new UPS.
      Control: Support diabling keyslots
      Control: Re-enable IDLE sleep mode.
      Control: Change Cardreader power request pin polarity (high = power needed)
      Control: Support RNG power software control (currently always on, to be changed).
      Control: Update shell help command, to list all commands.
      fa824725
  6. Feb 13, 2011
    • da1l6's avatar
      Rework of card reader protocol and code. It now uses a generic transport... · ac1a9395
      da1l6 authored
      Rework of card reader protocol and code. It now uses a generic transport protocol with error checking (CRC16).
      Rework card reader interface, it now drives the LCD and card remotely.
      Switch key storage to external EEPROM.
      Cache only the first 4 byte of key hashes in RAM, not the full hash.
      Replace old single char commands with a management CLI. Currently a hardcoded login is used. This is subject to change.
      Use an external hardware RNG for random numbers. Thanks to StuC for building this nice piece of Hardware.
      Disable power save modes for now.
      Enable Brown out detection to avoid accidental door commands on power fail
      Update schematics.
      ac1a9395
  7. Jan 12, 2011
    • da1l6's avatar
      CardReader: Make LCD init more reliable. · 6a85d7d9
      da1l6 authored
      CardReader: Add timeout to LCD busy waits.
      CardReader: Discard host receive buffer after waking up.
      CardReader: Enable card clock only when needed.
      6a85d7d9
  8. Jan 08, 2011
Loading