aboutsummaryrefslogtreecommitdiff
path: root/src/nrf51.c
AgeCommit message (Collapse)Author
2015-04-11nrf51: use new flash interface.Gareth McMullin
2015-03-29nrf51: use cortexm_run_stub.Gareth McMullin
2015-03-29nrf51: Use generated stub.Gareth McMullin
2015-03-28Consistently use 'target *t' for target var.Gareth McMullin
2015-03-28target: Remove pc_read/pc_write methods.Gareth McMullin
2015-03-15Replace adiv5_ap_mem* functions with inline wrappers to target mem*.Gareth McMullin
2015-03-15Consolidate target_mem_read* and target_mem_write* methods.Gareth McMullin
There are now only mem_read and mem_write, that must handle all alignments. These methods return void, errors must be checked with target_check_error.
2015-03-14Use size_t for sizes in flash functions. Fix all sign compare warnings.Gareth McMullin
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