Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for LPC80x, LPC83x and LPC84x #22

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 14, 2018

  1. Configuration menu
    Copy the full SHA
    75855cc View commit details
    Browse the repository at this point in the history
  2. Increase RAM base for LPC80x and LPC84x devices.

    LPC84x ISP reserves RAM below 0x10000600 (UART mode).
    LPC80x ISP reserves RAM below 0x100003a8.
    starblue committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    c9f6883 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Configuration menu
    Copy the full SHA
    8b6cc7c View commit details
    Browse the repository at this point in the history
  2. ReceiveComPortBlock: corrected select timeout code.

    A select timeout now correctly decrements the timeout counter, instead
    of aborting the read.
    Oozlum committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    054671e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Fixed layout.

    starblue committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    8dd9b3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c6bba5 View commit details
    Browse the repository at this point in the history