aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Expand)Author
2015-04-11lpc: split out common code and rewrite to use new interface.Gareth McMullin
2015-04-03Merge branch 'v1.6-branch'Gareth McMullin
2015-04-03Use git describe for version in generated header file.Gareth McMullin
2015-03-26Remove old STM32L1 driver.Gareth McMullin
2015-03-26Remove unfinished ARM7TDMI driver.Gareth McMullin
2015-03-22Add exception handling mechanism and raise exception on low-level comms failure.Gareth McMullin
2015-03-15Build for stlink with -Os.Gareth McMullin
2015-03-14Use size_t for sizes in flash functions. Fix all sign compare warnings.Gareth McMullin
2015-03-13Fix pointer sign warnings and remove -Wno-pointer-sign.Gareth McMullin
2015-03-08STM32L0x target support.Marc Singer
2015-03-07Quieten build system.Gareth McMullin
2015-03-07Move targets to make bin and hex files to toplevel makefile.Gareth McMullin
2015-03-02Error on any failure on 'make all_platforms'Gareth McMullin
2015-03-02Add a makefile target to build all platforms.Gareth McMullin
2015-03-02Factor out common cdcacm.c from stm32 and tm4c.Gareth McMullin
2015-03-01Move common platform include to a common directory.Gareth McMullin
2015-02-28Factor Morse code functions out of platform code.Gareth McMullin
2015-01-18Complete refactor of samd20 -> samdRichard Meadows
2015-01-06First cut at Freescale Kinetis support.Gareth McMullin
2014-09-03Atmel SAMD20 supportRichard Eoin Meadows
2014-05-01Nordic nRF51 series supportMike
2013-10-05[BUILD] Don't throw error on already cleaned outputBuFran
2013-06-17Rename lpc11xx driver.Gareth McMullin
2013-01-21native/usbuart: Move platform dependant parts to platform.hUwe Bonnes
2012-11-03Recognise LPC43xx dual core devices.Gareth McMullin
2012-10-25Added support for STM32L1.Vegard Storheil Eriksen
2012-06-25Added 'vector_catch' command to control trapped vectors on Cortex-M.Gareth McMullin
2012-06-24Added target.c for common target routines.Gareth McMullin
2012-06-22First cut at an Atmel SAM3X driver.Gareth McMullin
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-10Renamed platforms to 'native' and 'libftdi' and moved into 'platforms' dir.Gareth McMullin
2012-05-19Remove dependencies on make clean.Gareth McMullin
2012-01-08Inline GPIO functions and optimise for speed.Gareth McMullin
2011-12-26Merge commit '4e0cd081b09d9bd3d444062ca1081fa59c31fc0b'Mike Smith
2011-12-26Add support for Cortex-M0, and specifically for the NXP LPC11xx devices.Mike Smith
2011-12-17Implement gdb 'qCRC' packet to support 'compare-sections' command.Gareth McMullin
2011-11-25linux: Set SO_REUSEADDR on gdb server socket.Gareth McMullin
2011-11-12Added preliminary support for the STM32F4.Gareth McMullin
2011-03-11Started halt/resume for ARM7TDMI.Gareth McMullin
2011-03-09Added a skeleton of an ARM7TDMI driver. No support yet.Gareth McMullin
2011-03-08Further cleanup of adiv5*Gareth McMullin
2011-02-18Added git info to version output.Gareth McMullin
2011-02-16Cleaned up CFLAGS and LDFLAGS as well as targets to use the correct flags. No...Piotr Esden-Tempski
2011-02-06Changed CFLAGS and LDFLAGS setting to allow exporting of additional parameter...Piotr Esden-Tempski
2011-02-04Import of working source tree.Gareth McMullin