aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-04Whitespace fixes.Gareth McMullin
2012-08-10Add a copy of DEMCR to Cortex-M private data to preserve over 'run'.Gareth McMullin
2012-07-27Corrected upgrade tool to use our new usb ids.Gareth McMullin
2012-07-05Correct stepping over programmed breakpoints.Gareth McMullin
Fixes issue #2.
2012-07-05cortexm: Moved all static data to the heap.Gareth McMullin
2012-07-05cortexm: Poll for S_RESET_ST in DHCSR to detect release from reset.Gareth McMullin
2012-07-05ADIv5 AP and DP are now allocated on the heap and reference counted.Gareth McMullin
They are unref'd and free'd automatically when the target list is destroyed.
2012-07-05libftdi: Fixed delay function.Gareth McMullin
2012-07-01Add delay after reset request.Gareth McMullin
Hopefully this fixes problems observed with failing vFlashWrite.
2012-06-30Signal on halt is now returned by target_halt_wait().Gareth McMullin
Fault unwinding is now handled internally in target implementation. GDB server doesn't need to know about it.
2012-06-30Allow user to specify JTAG IR lengths.Gareth McMullin
This allows the use of devices that shift out values other than 0x01 from IR.
2012-06-28Fixed build for stlink platform.Gareth McMullin
2012-06-28Clear target error on attaching.Gareth McMullin
Fixes possible lock-up on devices booting from blank flash.
2012-06-27Made cur_target, last_target static in gdb_main.c.Gareth McMullin
Added target destroy notify mechanism.
2012-06-26Added option byte programming commands for STM32F1.Gareth McMullin
2012-06-26Fixed crash on monitor commands with no attached target.Gareth McMullin
2012-06-26Added 'erase_mass' command for STM32F1 and cleaned up some magic numbers.Gareth McMullin
2012-06-25Added 'vector_catch' command to control trapped vectors on Cortex-M.Gareth McMullin
2012-06-25Made SAM3X monitor commands static.Gareth McMullin
2012-06-24Added monitor commands to set GPNVM bits on SAM3X.Gareth McMullin
2012-06-24Added mechanism for target driver to add new monitor commands.Gareth McMullin
2012-06-24Added target.c for common target routines.Gareth McMullin
2012-06-24Updated lmi, nxp and stm32f4 drivers to use adiv5_target_ap().Gareth McMullin
2012-06-23Added flash erase function for Atmel SAM3X.Gareth McMullin
2012-06-22First cut at an Atmel SAM3X driver.Gareth McMullin
2012-06-21Check target error after target specific probes.Gareth McMullin
2012-06-18Renamed target_flash_write_words to target_flash_write.Gareth McMullin
Buffer from GDB may not be aligned or integer number of words. Corrected alignment in in STM32F1 driver.
2012-06-18Removed target header files containing a single prototype.Gareth McMullin
Target probe prototypes are all in target.h now.
2012-06-18Renamed Cortex-M driver appropriately since it support M0, M3 and M4F.Gareth McMullin
2012-06-18Cleaned up STM32F1 driver and renamed appropriately.Gareth McMullin
2012-06-18Cleaned up access to ADIv5 AP in Cortex-M driver.Gareth McMullin
2012-06-18Cleaned up access to ADIv5 AP for target.Gareth McMullin
2012-06-10Updated HACKING file to new libftdi platform name.Gareth McMullin
2012-06-10Added stlink platform for Discovery boards and ST's ST-Link hardware.Gareth McMullin
2012-06-10Moved stm32 generic platform files out of native platform dir.Gareth McMullin
2012-06-10Made jtagtap.c and swdptap.c STM32 generic.Gareth McMullin
2012-06-10Renamed platforms to 'native' and 'libftdi' and moved into 'platforms' dir.Gareth McMullin
2012-06-10Indicate UART activity on yellow LED.Gareth McMullin
2012-06-10Removed incorrect directory references in Makefile.Gareth McMullin
2012-06-10Use the same LED for run/idle. Reserve spare LED for UART.Gareth McMullin
Enable AFIO to fix EXTI for USB VBUS detect.
2012-06-03Removed a stray printf.Gareth McMullin
2012-05-27Added missing stm32/usbuart.h.Gareth McMullin
2012-05-26Separated USB UART interface into separate file.Gareth McMullin
2012-05-26Improve USB UART handling. Fix interrupt priorities.Gareth McMullin
2012-05-26Update Windows drivers to use new USB IDs.Gareth McMullin
2012-05-26Use our new USB VID/PID. Thanks OpenMoko, Inc.Gareth McMullin
DFU now uses the same short serial number as application.
2012-05-26Fixed and cleaned up build for libftdi platform.Gareth McMullin
2012-05-24HACKING: Corrected libftdi instructions.Gareth McMullin
2012-05-23Report target voltage on scan.Gareth McMullin
ADC is used on mini hardware, standard hardware reports ok/absent.
2012-05-23Detect hardware version. Disable UART on mini h/w under debug.Gareth McMullin