13 Commits (7da29d3d5fe2eb94e4e36802cb5a33b9652baad5)

Author SHA1 Message Date
Karl Palsson 9a05dcb6c0 ld scripts: drop duplication of standard sections 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
Paul Fertser 283d8cc7d2 Makefile: fix build for directories with spaces 10 years ago
Frantisek Burian db3dc42dd6 [CM3:DWT] Add the file to library build process for each target 11 years ago
Karl Palsson bad5580492 [make] Use less shell variables 12 years ago
Fergus Noble 4d15da995e Adding basic support for v7m sync primatives and mutex convenience functions. 12 years ago
chrysn c243724676 platform-independent makefile: fix old "stm32" reference 12 years ago
chrysn 75c2165827 build common .o files everywhere (fixes issue #29) 12 years ago
Ken Sarkies 0834f41383 stm32f1: 12 years ago
Piotr Esden-Tempski 11727f56c9 Minor build system fixes. 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 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