Simple mbed library with macros

Dependents:   SimpleTimer SimpleUART SimpleTimer Stoppuhr1

Changes

RevisionDateWhoCommit message
21:ce11d7ff88af 2010-11-27 Alkorin Added some Ethernet/IP structures default tip
20:113941bced4e 2010-11-17 Alkorin Added missing parenthesis
19:f4f258dc34cf 2010-11-17 Alkorin Removed leading semicolon to timers\ macros
18:aa026d9f7fc0 2010-11-17 Alkorin Changed #define header to avoid conflict with other .h files
17:36a0cb1929c2 2010-11-17 Alkorin Fixed some typos
16:73f0f5d18800 2010-11-14 Alkorin Fixed a typo in SERIAL_PUTCHAR
15:66150de7876b 2010-11-14 Alkorin Added timers
14:23c6d41cb377 2010-11-13 Alkorin Added website to license header
13:89420fa6f561 2010-11-13 Alkorin Set inline fonction as extern to avoid symbol declaration
12:e9f331a5c932 2010-11-13 Alkorin Use __INLINE #define instead of inline
11:20e2539b6c2b 2010-11-13 Alkorin Added __IRQ #define to be able to compile with gcc
10:0f79cde3f231 2010-11-13 Alkorin Added EXTERN_C #define to be able to compile with C-only compilers
9:9cb955772c69 2010-11-13 Alkorin Added some parenthesis to avoid warnings from gcc
8:f8b47457fdcf 2010-11-13 Alkorin Added License
7:8443cecf62d1 2010-11-13 Alkorin All UARTs should now work
6:9e1310782abf 2010-11-13 Alkorin Fixed a bug in SERIAL_SETBAUD
5:b3aa0a49e21f 2010-11-13 Alkorin Almost working UART
4:afddc4848b6c 2010-11-09 Alkorin Added interrupt names and default handlers (from CMSIS)
3:0b94bf95c552 2010-11-08 Alkorin Use CMSIS Cortex-M3 Core Peripheral Access Layer Header File instead of hardcoded addresses
2:e6b2d22fbf75 2010-11-08 Alkorin Some code cleaning
1:1033948951f0 2010-11-08 Alkorin Added Peripheral memory map
0:aa3c3d1a5918 2010-11-07 Alkorin 1st publish