-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
52 lines (35 loc) · 1.05 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Embedded C++ Platform Project
=============================
The embedded C++ Platform Project has just started as
base for tiny Atmel AVR firmware. It tries to help
the hobby developers with templates, drivers and build
scripts to aid and ease development of applications
running on embedded systems.
Features
--------
Build Scripts
~~~~~~~~~~~~~
As base for the build scripts, the `waf meta build system`_
was used. Currently the following targets are supported:
- Atmel AVR8
All Targets supported by GCC compiler toolchain
- ARM
- Hilscher netX50 (Very Very Preliminary)
- Atmel ATSAM4S
.. _`waf meta build system`: http://code.google.com/p/waf/
Devices
~~~~~~~
Important part of embedded softwares are drivers to external
components. Currently implemented are:
- SDCard Driver for SPI Mode
- MCP3204 ADC Driver (SPI Mode)
Protocols
~~~~~~~~~
Some initial work has been done to support the following protocols:
- USB, USB HID (Descriptors)
Authors
-------
Currently only me: Andreas Messer <andi@bastelmap.de>
References
----------
.. target-notes::