aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-05Add support for the SYS_WRITEC semihosting operation.Benno Leslie
This is implemented in the same manner as QEMU semihosting support, specifically, a SYS_WRITEC results in a single character write to STDERR.
2013-10-05Bugfix: Always apply the vector table magic number correctly.Richard Eoin Meadows
Previously when the flash write length was less than the Chunk size the 2nd chunk write would re-calculate and apply an incorrect magic number
2013-10-05Added internal pull-up to PWR_BR.Marc Singer
o Prevent probe from inadvertently powering target. If PWR_BR is allowed to float, the gate on Q1 (blackmagic_mini) will tend to be close enough to zero to turn the transistor on. We activate the internal pull-up on this IO pin to force the transistor off.
2013-10-04Merge pull request #24 from richardeoin/masterGareth McMullin
New contrib board
2013-10-05FIX: usbd_init compatibility fixBuFran
Updated compatibility with libopencm3 commit 113e5c22e6390ba072148315e83a5faa5ff7ce86
2013-10-05FIX: FLASH_* collision with libopencm3 definitionsBuFran
Resolve collision to FLASH_* from the libopencm3 by adding STM32F1_ prefix to the L1's
2013-10-05FIX: u{8,16,32} -> uint{8,16,32}_t to be compatible with new libraryBuFran
The use of u8, u16, u32 has been deprecated in libopencm3. Update it with standard uint8_t, uint16_t, uint32_t types
2013-10-05[BUILD] Don't throw error on already cleaned outputBuFran
2013-10-05[LIB] Updated to newest libopencm3BuFran
2013-09-04Made assembly notes titlesRichard Eoin Meadows
2013-09-04Tided up README, added note about board being provenRichard Eoin Meadows
2013-09-04Added assembly descriptionsRichard Eoin Meadows
2013-09-04Fixed Assembly photoRichard Eoin Meadows
2013-09-04Added photosRichard Eoin Meadows
2013-09-04Added more description about the BOOT0 pinRichard Eoin Meadows
2013-09-04Added assembly photosRichard Eoin Meadows
2013-09-04Made all the board layers visibleRichard Eoin Meadows
2013-09-04Renamed schematic PDFRichard Eoin Meadows
2013-08-19Fixed line endings in READMERichard Eoin Meadows
2013-08-19Spelling error!Richard Eoin Meadows
2013-08-19Added pdf of schematicRichard Eoin Meadows
2013-08-19Fixed relative link in READMERichard Eoin Meadows
2013-08-19Removed mouse cursor from board image!Richard Eoin Meadows
2013-08-19Fixed image in READMERichard Eoin Meadows
2013-08-19Added image to READMERichard Eoin Meadows
2013-08-19Fixed up READMERichard Eoin Meadows
2013-08-19Wrote README textRichard Eoin Meadows
2013-08-19Added switch on BOOT0Richard Eoin Meadows
2013-08-19Changed text on the end of the board to "ARM Cortex Debug"Richard Eoin Meadows
2013-08-19Added links to parts listRichard Eoin Meadows
2013-08-19Fixed final list of parts listRichard Eoin Meadows
2013-08-19Completed parts listRichard Eoin Meadows
2013-08-19Completed board layoutRichard Eoin Meadows
2013-08-19Schematic provisionally completeRichard Eoin Meadows
2013-08-19Use do {...} while(0) for PLATFORM_FATAL_ERROR() macro.Gareth McMullin
2013-08-19Fixed upgrade tool to build against current libusb-win32.Gareth McMullin
2013-08-18Attempt to fix tableRichard Eoin Meadows
2013-08-18Added LEDsRichard Eoin Meadows
2013-08-18Major components added to parts listRichard Eoin Meadows
2013-08-18Majority of Components in placeRichard Eoin Meadows
2013-08-18Added blank parts listRichard Eoin Meadows
2013-08-18Added EAGLE temporary files to .gitignoreRichard Eoin Meadows
2013-08-18Added new contrib hardware folder including READMERichard Eoin Meadows
2013-06-19Handle SW-DP fault on WDATAERR.Gareth McMullin
2013-06-19Disable ADIv5 timeout while target is running.Gareth McMullin
2013-06-19adiv5_swdp: avoid dead-loop with a sleeping targetPaul Fertser
A sleeping target continues to communicate over SWD properly but consistently returns SWDP_ACK_WAIT. It might be nice to be able to wait for the target to wake up on its own but if it's not going to wake up, BMP becomes absolutely unresponsive. Probably the timeout should be made configurable or some other workaround invented. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2013-06-19native: Enable hard SRST signal.Gareth McMullin
2013-06-18hardware: Correct micro part number to STM32F103CB.Gareth McMullin
2013-06-17Rename lpc11xx driver.Gareth McMullin
2013-06-17Fix warning about implicit cast.Gareth McMullin