aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-05-23DFU: Erase option bytes before writing.Gareth McMullin
2012-05-22DFU: Protect bootloader sectors if needed.Gareth McMullin
Check address bounds on erase/set address.
2012-05-19Added Windows libusb driver for Trace port interface.Gareth McMullin
Converted windows driver inf file to utf-8 encoding.
2012-05-19Remove dependencies on make clean.Gareth McMullin
2012-05-19Don't clobber watchpoints used for trace.Gareth McMullin
2012-04-29Fixed some issues with trace port capture.Gareth McMullin
Process last capture even on timeout. Prevents last bit getting lost. On timeout, don't allow next edge to resync decoder. Timeout on 6 bit periods instead of 5. Set systick interrupt to low priority.
2012-04-22Fixed TRACESWO capture.Gareth McMullin
'mon traceswo' reports serial number and interface/endpoint no for libusb. Interrupt priorities set so TIM3 for trace is highest priority. Increased trace endpoint packet size to 64. Buffer many trace packets into a single usb packet. Stall on overflow. Fixed stop bit detection in TIM3 interrupt handler.
2012-04-22Correct jtag port init to not interfere with usb vbus detect.Gareth McMullin
2012-04-20Cleaned up traceswo capture routine.Gareth McMullin
2012-04-18Added capture of SWO, passed to host over a vendor specific USB interface.Gareth McMullin
2012-04-18Added .gitignoreGareth McMullin
2012-04-12Added a Makefile for generation of some hardware outputs.Gareth McMullin
2012-04-02hardware: Removed solder paste openings on fiducials.Gareth McMullin
2012-03-25Added new mini hardware design.Gareth McMullin
2012-03-24Monitor USB VBUS to control D+ pull-up resistor.Gareth McMullin
2012-03-24Windows driver now supports 64-bit.Gareth McMullin
2012-03-18Added Windows driver setup info for DFU interfaces.Gareth McMullin
These use libusb and work with the uploader in the upgrade dir.
2012-03-18Fixed some issues in Windows DFU uploader.Gareth McMullin
2012-02-12Report FP registers as feature "org.gnu.gdb.arm.vfp".Gareth McMullin
This allows GDB to synthesise single precision registers S0-S32.
2012-02-12Added FP register support.Gareth McMullin
2012-02-12Made command handlers static.Gareth McMullin
2012-02-12Accept partial match of monitor commands.Gareth McMullin
2012-02-08stm32f4: Fixed chunk padding for flash programming.Gareth McMullin
2012-01-30Fixed hexprog.py to work with current firmware 'g' packet.Gareth McMullin
2012-01-27Merge pull request #1 from mbolivar/masterGareth McMullin
Add note about gschem to README.
2012-01-27Add note that schematic is created in gschem.Marti Bolivar
This will help avoid confusion about which EDA toolchain should be used to view and edit it. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>