Commit Graph

1477 Commits

Author SHA1 Message Date
Uwe Hermann 9385e69344 Fix incorrect location of the board files of recent OpenOCD versions. 2009-07-17 19:19:08 +02:00
Uwe Hermann f3ac624f22 Add common.h, currently containing MMIO accessor functions. 2009-07-17 19:01:45 +02:00
Uwe Hermann e79dc2d65e Add README for the example project. 2009-07-17 13:55:25 +02:00
Uwe Hermann 0fe49aadec Document 'make V=1' usage. 2009-07-16 18:33:32 +02:00
Uwe Hermann caeba0c631 Rename INCLUDEDIR to INCDIR for brevity. 2009-07-16 15:55:26 +02:00
Uwe Hermann b6f7fa5715 Add missing .PHONY target. 2009-07-16 15:54:41 +02:00
Uwe Hermann bdba3af3a6 Create bin, hex, srec, and list files for the example project. 2009-07-16 15:49:28 +02:00
Uwe Hermann dc4a6a66ba Add .gitignore file. 2009-07-16 15:21:59 +02:00
Uwe Hermann 3a2c63129e Use a Linux kernel style build output printing.
Example:

$ make install
  BUILD   lib
  CC      gpio.o
  AR      libopenstm32.a
  BUILD   example
  CC      blink.o
  LD      blink
  INSTALL headers
  INSTALL lib

$ make clean
  CLEAN   blink.o
  CLEAN   blink
  CLEAN   gpio.o
  CLEAN   libopenstm32.a
2009-07-16 15:15:26 +02:00
Uwe Hermann 1c459b8c48 Add 'make V=1' support for the example blink code. 2009-07-16 14:59:06 +02:00
Uwe Hermann f0661cb343 Make default build silent, use 'make V=1' for verbose build. 2009-07-16 14:55:22 +02:00
Uwe Hermann 0efee48451 Add first example project (framework) using libopenstm32.
This is intended as a small blink example for the Olimex STM32-H103 board.
It doesn't do anything useful (yet), but it builds fine.

There's a sample Makefile and a preliminary ld script (which probably
needs some more work).
2009-07-16 14:29:00 +02:00
Uwe Hermann c62ca6143d Make gpio number argument 'unsigned int', there are no negative GPIOs. 2009-07-16 14:23:25 +02:00
Uwe Hermann 0fa4cbbdad Add some more GPIO related #defines.
This includes GPIO port base addresses, MODE[1:0] values, and CNF[1:0]
values.
2009-07-16 14:22:46 +02:00
Uwe Hermann e7567c835c Add memorymap.h with some peripheral base addresses. 2009-07-16 14:20:18 +02:00
Uwe Hermann 0a8135395a Add dummy gpio.c implementation and final Makefile.
The whole lib should now build and install fine. It's not yet tested
on hardware, though.
2009-07-16 03:27:05 +02:00
Uwe Hermann 1b2f6456bf Add some initial gpio.h #defines. 2009-07-16 03:20:12 +02:00
Uwe Hermann 75bb51fadf Add top-level include file intended for lib users. 2009-07-16 02:40:10 +02:00
Uwe Hermann ae6f321816 Add a stdint.h include file for u16, u32, etc. 2009-07-16 02:14:17 +02:00
Uwe Hermann 74620a94d0 Add initial top-level Makefile. 2009-07-16 01:55:48 +02:00
Uwe Hermann 1b708b68b6 Drop 's' from https, no need for encryption here. 2009-07-16 01:30:45 +02:00
Uwe Hermann 43d2a53127 Mention how PREFIX can be used to override the toolchain. 2009-07-16 01:23:48 +02:00
Uwe Hermann e5c5371997 Add some more info to the README. 2009-07-16 00:01:41 +02:00
Uwe Hermann b201bf19cb Add COPYING file. 2009-07-15 22:27:39 +02:00
Uwe Hermann e86ae96e1b Test. 2009-07-15 22:21:14 +02:00
Uwe Hermann 66785734bd Add README header. 2009-07-15 22:07:00 +02:00
Uwe Hermann 446beb7a88 Add initial README. 2009-07-15 18:59:07 +02:00