aboutsummaryrefslogtreecommitdiff
path: root/src/lpc11xx.c
AgeCommit message (Collapse)Author
2014-07-30Merge remote-tracking branch 'origin/lpc8xx'Gareth McMullin
Conflicts: src/lpc11xx.c
2014-03-08Add support for LPC11U14 (tested) and related U-series microcontrollers ↵Jared Boone
(untested).
2014-03-08LPC812 supportGareth McMullin
2014-01-29Added support for the LPC1115FBD48/303 (ID determined experimentally)Richard Eoin Meadows
2014-01-23Merge pull request #35 from burgrp/upstreamGareth McMullin
Fix in checksum calculation condition
2014-01-22Fix in checksum calculation conditionPavel Burgr
2014-01-10LPC: Cleanup regs_size (in bytes).Allen Ibara
Also use sizeof() to make it clear why we multiple and divide by 4.
2013-10-05Bugfix: Always apply the vector table magic number correctly.Richard Eoin Meadows
Previously when the flash write length was less than the Chunk size the 2nd chunk write would re-calculate and apply an incorrect magic number
2013-06-17Rename lpc11xx driver.Gareth McMullin