aboutsummaryrefslogtreecommitdiff
path: root/src/nrf51.c
AgeCommit message (Collapse)Author
2015-03-01Clean up includes everywhere.Gareth McMullin
All source files include general.h first and before anything else. This inlcludes platform.h and platform_support.h No header file needs to include to include any of these, but should include any others needed for it's own declarations.
2015-01-09Fix to move stubs into rodata.Marc Singer
o Stubs were declared as globals which means they will be initialized data. No need for this. Now, stubs are static const and are only present in the program image.
2014-07-30Merge branch 'nrf51-uicr' of https://github.com/richardeoin/blackmagic into ↵Gareth McMullin
richardeoin-nrf51-uicr Conflicts: src/nrf51.c
2014-06-11Support erasing + flashing the User Information Configuration Registers (UICRs)Richard Eoin Meadows
2014-06-11Added monitor commands for reading various nRF51 device parametersRichard Eoin Meadows
2014-05-01Nordic nRF51 series supportMike