Skip to content

Releases: MrGreensWorkshop/RasPiPicoSDK-PicoBiosPostCodeReader

v1.6.1

29 Jun 22:54
Compare
Choose a tag to compare

Features / Fixes

  • license information added to the source code

Full Changelog: v1.6.0...v1.6.1

v1.6.0

08 Jun 02:25
Compare
Choose a tag to compare

Features / Fixes

  • Disable pull-ups and pull-downs.
    RPI Pico has pull-downs enabled on GPIOs at start-up.
    LPC bus specs say it should be pull-ups on LAD pins (which exist on the motherboard).
    To not mess up the LPC bus, all pull-ups and pull-downs are disabled.
  • LED pin initialization is set in the same manner, making it easy to understand for beginners.

Full Changelog: v1.4.0...v1.6.0

v1.5.0

08 Jun 02:25
Compare
Choose a tag to compare

Features / Fixes

  • Defining pin bases and counts. (Refactoring)

Full Changelog: v1.4.0...v1.5.0

v1.4.0

08 Jun 02:25
Compare
Choose a tag to compare

Features / Fixes

  • Abort frame support

Full Changelog: v1.3.0...v1.4.0

v1.3.0

08 Jun 02:25
Compare
Choose a tag to compare

Features / Fixes

  • Filter LPC I/0 frame with start, cycle/dir and address

Full Changelog: v1.2.0...v1.3.0

v1.2.0

08 Jun 02:25
Compare
Choose a tag to compare

Features / Fixes

  • POST code output to the LEDs

Full Changelog: v1.1.0...v1.2.0

v1.1.0

08 Jun 02:25
Compare
Choose a tag to compare

Features / Fixes

  • LPC bus sniffer
  • POST code output to USB CDC

Full Changelog: v1.0.0...v1.1.0