4 Commits (7da29d3d5fe2eb94e4e36802cb5a33b9652baad5)

Author SHA1 Message Date
Karl Palsson b063c18a0c ti msp432: consistent makefile 5 years ago
Karl Palsson 7be50a5e75 make: use $(PREFIX)gcc instead of $(PREFIX)-gcc 5 years ago
Dmitry Rezvanov a63d0499de msp432/e4: Add GPIO support 6 years ago
Dmitry Rezvanov 2adefd95fe msp432/e4: new target 6 years ago
Karl Palsson bc70d3b459 add USB mass storage class code where it was ommitted 7 years ago
Karl Palsson b860319785 make: use std=c99 everywhere by default. 8 years ago
Tido Klaassen aad8d06c3f make: rename CFLAGS in target Makefiles to TGT_CFLAGS 9 years ago
Karl Palsson 6d658c20b8 make: use shared DEBUG_FLAGS (-gdb3) by default 10 years ago
Frantisek Burian 6de1b50c4e [BUILD] Fix the correct make behavior if compiling inside tree 11 years ago
Alexandru Gagniuc 52d34c814b Global: Allow overriding float-abi flags 12 years ago
Alexandru Gagniuc 2fda5282ab lm4f: Implement a basic USB driver 12 years ago
Alexandru Gagniuc 8112861b60 lm4f: Add basic UART implementation 12 years ago
Piotr Esden-Tempski b0233ae6fb Added more warning CFLAGS to all makefiles. 12 years ago
Alexandru Gagniuc 7957cffaa3 lm4f: Add API for controlling the system run clock sources 12 years ago
Alexandru Gagniuc 03d04ad10a lm4f: Add API for enabling/disabling peripherals clock source 12 years ago
Alexandru Gagniuc c1381bf54a lm4f: Compile with FPU support 12 years ago
Alexandru Gagniuc 326c945b55 lm4f: Add lm4f support files copied from lm3s 12 years ago
chrysn 99d7b21032 define platform specific constants for all chips 12 years ago
Tomaz Solc fc4047e4b4 Add assert macros to aid in debugging. 12 years ago
Piotr Esden-Tempski 3441bba1c4 Changed local build target for library and linker files. 12 years ago
Piotr Esden-Tempski 789ae97212 Some additional LGPL3+ license change cleanups. 13 years ago
Piotr Esden-Tempski 03a4a18ed6 Switched all makefiles to arm-none-eabi default. 13 years ago
Fergus Noble 551d069ed3 Change default prefix in Makefiles to arm-none-eabi for compatability with summon toolchain out the box. 13 years ago
Gareth McMullin 7faea389e8 Added dependency generation. Abort loops on error. 14 years ago
Uwe Hermann 447c333cec Minor cosmetics, whitespace. 14 years ago
Gareth McMullin 769a932f3e Added initial support for the LuminaryMicro LM3S family. 14 years ago
Uwe Hermann 48b514d3ef s/libopenstm32/libopencm3/ is some Makefiles. 14 years ago
Uwe Hermann 8e5acecc6e More path and name changes. 14 years ago
Uwe Hermann 7c53b252a3 Add missing files. 14 years ago
Uwe Hermann bcce98da54 Move STM32 examples to examples/stm32 subdir. 14 years ago
Uwe Hermann 8faf33275a Makefile output cosmetic improvements. 15 years ago
Uwe Hermann 20ff2d9a7b Drop unused comments. 15 years ago
Uwe Hermann 87df73edf2 Print "Entering directory" only upon "make V=1". 15 years ago
Uwe Hermann 9928fb0820 Add missing Makefile snippets for pwmleds. 15 years ago
Uwe Hermann 94ccc164db Use --no-print-directory option of 'make'. 15 years ago
Uwe Hermann da8d9de6b0 Rename example directory names to all-lowercase. 15 years ago
Piotr Esden-Tempski 699ec0fb15 Added fancyblink example for the MB525 eval board. 15 years ago
Piotr Esden-Tempski 3a4f36d80f Moved all examples to a board specific folder. 15 years ago
Uwe Hermann d20c3454fa Add a simple USART example project which sends some bytes. 16 years ago
Uwe Hermann 0f0ef60378 Add a 'fancyblink' example, currently mostly a copy of miniblink. 16 years ago
Uwe Hermann 05ccc0614a Move the 'blink' example into a 'miniblink' subdirectory. 16 years ago
Uwe Hermann db0e59da96 Rename example subdir to examples, we'll have more than one. 16 years ago
Uwe Hermann 83f5c58eb9 Switch the license to GPL, version 3 or later. 16 years ago
Uwe Hermann 915d5bff90 Implement the simplest possible (working) blinking LED example application. 16 years ago
Uwe Hermann 526cb01aaa Silence OpenOCD per default, use V=1 for more verbose output. 16 years ago
Uwe Hermann 8d2190a86a Have *.o files depend on Makefile, in case we change gcc -O values there. 16 years ago
Uwe Hermann 10890b3f15 Don't use OpenOCD's "resume" command, only "reset" will work correctly. 16 years ago
Uwe Hermann d7ec6a2983 Make 'flash' target a bit more generic and drop absolute paths. 16 years ago
Uwe Hermann cf7d4df189 Make OpenOCD location easily configurable by using a variable. 16 years ago
Uwe Hermann e04cec3b5d Add 'make flash' target using recent OpenOCD versions. 16 years ago