12 Commits (9217a5f888019236e8fc41f5803310f7ac661360)

Author SHA1 Message Date
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
Piotr Esden-Tempski b0233ae6fb Added more warning CFLAGS to all makefiles. 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
Uwe Hermann bdba3af3a6 Create bin, hex, srec, and list files for the example project. 16 years ago
Uwe Hermann 3a2c63129e Use a Linux kernel style build output printing. 16 years ago
Uwe Hermann 1c459b8c48 Add 'make V=1' support for the example blink code. 16 years ago
Uwe Hermann 0efee48451 Add first example project (framework) using libopenstm32. 16 years ago
Uwe Hermann 0a8135395a Add dummy gpio.c implementation and final Makefile. 16 years ago
Uwe Hermann 74620a94d0 Add initial top-level Makefile. 16 years ago