705 Commits (b74579915677a7c30bbc59b95705b6059ed68d55)
 

Author SHA1 Message Date
Gareth McMullin b745799156 Merge pull request #171 from gsmcmullin/v2_usb_uart_check 8 years ago
Gareth McMullin 7730d3b198 Don't enable usb uart on v2 when debugging 8 years ago
Gareth McMullin 3fa2e6163a Merge pull request #170 from gsmcmullin/happy_gecko 8 years ago
Gareth McMullin 15268ac663 EFM32HP (happy gecko) support 8 years ago
Gareth McMullin 5e8794627a Merge pull request #168 from Gussy/stm32f303-targets 8 years ago
Angus Peart 4212d7a394 add STM32F303 targets 8 years ago
Gareth McMullin e279844532 Merge pull request #167 from gsmcmullin/stm32l4_buffered 8 years ago
Gareth McMullin bcf3caf20e cortexa: Disable AHB memory access to avoid issues with L2 cache. 8 years ago
Gareth McMullin 3b7edc325d Merge pull request #165 from gsmcmullin/gdb_tcp_buffering 8 years ago
Gareth McMullin cebe4f8f1c Merge pull request #164 from gsmcmullin/cortexa_resume_fix 8 years ago
Gareth McMullin f40883f2b2 cortexa: Wait for instruction complete on resume, and timeout if no response. 8 years ago
Gareth McMullin f947465fe4 libftdi: Disable Nagle algorithm and buffer sends internally. 8 years ago
Gareth McMullin 917c107ded Use `git-describe --always --dirty` when generating `version.h` 8 years ago
Gareth McMullin c9a72bf97b Add build output link to readme 8 years ago
Gareth McMullin 7c83536c14 Don't break build if no tags in history 8 years ago
Gareth McMullin 7b575bd7c6 Fix Travis deployment. 8 years ago
Gareth McMullin d48465c527 Merge pull request #163 from gsmcmullin/travis_publish 8 years ago
Gareth McMullin cbc21114c1 First attempt at publishing Travis builds to Amazon S3. 8 years ago
Gareth McMullin 39a0e26f4b Merge pull request #161 from esden/compile_fixes 8 years ago
Piotr Esden-Tempski fdeb6471a8 Added missing #include guard. 8 years ago
Piotr Esden-Tempski 4348f0d135 Fixed double const. 8 years ago
Piotr Esden-Tempski 2d37de773c Fixed #include guard. 8 years ago
Gareth McMullin fe4bae7942 Merge pull request #160 from esden/jtagtap_next_params 8 years ago
Piotr Esden-Tempski 8a009ca6ae Corrected jtagtap_next signature. 8 years ago
Gareth McMullin 25a6450af0 Merge pull request #158 from rogerclarkmelbourne/master 8 years ago
Roger Clark 3b74d91c69 Add support for nRF51822QFAAH1 8 years ago
Gareth McMullin 3abb4afdf6 Merge pull request #153 from gsmcmullin/restore_leds 8 years ago
Gareth McMullin 2e9660910c STM32L4: Use buffered flash model. 8 years ago
Gareth McMullin 517881f551 Merge pull request #154 from gsmcmullin/cortexa_breakpoints 8 years ago
Gareth McMullin 1f3576928c Merge pull request #151 from gsmcmullin/self_semihost 8 years ago
Gareth McMullin 9a8cef04e0 Clean up debug format strings. 8 years ago
Gareth McMullin 966f360515 debug: Use semihosting if available or output via usbuart. 8 years ago
Gareth McMullin ba8f77abf8 cortexa: Fix hardware breakpoints. 8 years ago
Gareth McMullin 40f960db4d Restore LED behaviour. 8 years ago
Gareth McMullin 45e322b9a3 Handle usart errors. 8 years ago
Gareth McMullin ca364a889e Fix #145 8 years ago
Gareth McMullin df7ad91692 Merge pull request #146 from joshgrob/nRF51/52_update 8 years ago
Gareth McMullin 779e0b5d15 Print sizes in memory map using 32-bit formatting for newlib-nano. 8 years ago
jgrob-an fd4b8a02c0 Adding new ConfigID value for nRF52832 QFAA B00 8 years ago
Gareth McMullin f131460168 Don't use zx format with printf. Doesn't work with newlib. 8 years ago
Gareth McMullin de603f4bd8 Merge pull request #143 from gsmcmullin/work 8 years ago
Gareth McMullin 9a45d89b4a target: Remove target_check_error from external interface. 8 years ago
Gareth McMullin 97f3fc6155 Reorder target.h 8 years ago
Gareth McMullin 9aacc18f60 target: Restructure internal break/watch handling. 8 years ago
Gareth McMullin 9136cf4c98 target: target_halt_wait and target_check_hw_wp replaced with target_halt_poll. 8 years ago
Gareth McMullin ab06243e93 target: Use size_t instead of unsigned in syscall interface. 8 years ago
Gareth McMullin 26fab877da target: Provide errno definitions and fallback for unimplemented syscalls. 8 years ago
Gareth McMullin 82cb6c8e83 target: Use target_addr for flash routines. 8 years ago
Gareth McMullin aeaca988c3 target: Use new target_addr type consistently in external interface. 8 years ago
Gareth McMullin f9bdaf06a4 Move flash stubs to target directory and update readme. 8 years ago