1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

143 Commits

Author SHA1 Message Date
217f18588d Merge pull request #13 from mehlis/fix_old_style_warning
fixed old-style-declaration warning
2013-07-18 09:27:01 -07:00
LudwigOrtmann
d97bfca7e0 Merge pull request #14 from mehlis/rename_kernel_intern
rename kernel_intern.h
2013-07-18 07:25:07 -07:00
Christian Mehlis
4997e61566 fixed old-style-declaration warning
board_init.c:7:1: warning: 'static' is not at beginning of declaration
[-Wold-style-declaration]
2013-07-18 16:06:02 +02:00
Christian Mehlis
6ce0ad25a7 rename kernel_intern.h
german "intern" to english "internal"
2013-07-18 16:04:24 +02:00
LudwigOrtmann
c401abe333 Merge pull request #12 from LudwigOrtmann/master
moved native internal functions declarations
2013-07-15 12:14:05 -07:00
Ludwig Ortmann
c380603a5d moved native internal functions declarations 2013-07-15 20:57:12 +02:00
Oliver Hahm
13738e7dd0 * fixed include path 2013-06-25 15:31:54 +02:00
Oliver Hahm
0c9bc11a4a * fixed includes for msba2 2013-06-12 16:27:17 +02:00
Oliver Hahm
c31648e2e4 moved native board drivers into separate directory
split up drivers to avoid building unnecessary files
2013-06-12 16:23:34 +02:00
Ludwig Ortmann
0ac14625f3 make stdin/stdout customizable stub 2013-06-12 15:41:29 +02:00
Oliver Hahm
79b97c9946 * added missing msp430_common module to Makefile 2013-06-11 11:37:29 +02:00
Oliver Hahm
a241da6bf7 * fixed includes for msb-a2 2013-06-10 16:15:38 +02:00
Oleg
313da8046d Merge pull request #9 from overflowed/master
added support for senslab wsn430 boards
2013-06-07 08:09:10 -07:00
Milan Babel
c7e62daebf Merge branch 'master' of github.com:overflowed/boards 2013-06-06 09:16:00 +02:00
Milan Babel
bdecdc5bf9 added wsn430-v1.4
also made some minor changes to shared wsn430-common files
2013-06-06 09:13:10 +02:00
Milan Babel
70a9c5f2d1 added support for board wsn430-v1_3b 2013-06-06 08:55:41 +02:00
LudwigOrtmann
d5676a113b Merge pull request #6 from mehlis/master
minor fixes
2013-06-03 00:03:55 -07:00
Christian Mehlis
b159234fee remove unused struct 2013-06-02 12:42:49 +02:00
Christian Mehlis
a6b41814b9 add missing include 2013-06-02 12:42:10 +02:00
Christian Mehlis
1cea4fa074 minor: fix warning from mkdir 2013-06-02 12:41:27 +02:00
Oleg
39f01d2626 Merge pull request #5 from LudwigOrtmann/master
OSX support, uart0 support for native
2013-05-30 08:25:54 -07:00
Ludwig Ortmann
c660c56bbd native board putchar implementation 2013-05-15 16:04:48 +02:00
Ludwig Ortmann
63971962d1 lose superflouse -lrt CFLAG 2013-05-15 10:44:57 +02:00
Ludwig Ortmann
c27196411e Merge remote-tracking branch 'upstream/master' 2013-05-15 10:19:06 +02:00
Ludwig Ortmann
a860087f50 native board uart0 import 2013-05-14 17:42:08 +02:00
Oliver Hahm
0fe0018da7 * added missing include paths to msb-430 Makefiles 2013-04-18 02:31:02 +02:00
Oliver Hahm
d4fc6e1b76 * replaced string by variable for archive name 2013-04-17 18:03:32 +02:00
Ludwig Ortmann
cbe8feb3dd make native ltc4150 posix rt independent 2013-04-15 20:11:15 +02:00
Oleg Hahm
364dbaa406 * made path to pyterm absolute in Makefile for MSB-A2 2013-04-11 13:29:34 +02:00
Oleg Hahm
af36e54b49 * merged fix for lpc2k_pgm for MacOS from feuerware 2013-04-11 13:23:40 +02:00
Oleg Hahm
b3b7ea928d * added an install target 2013-04-10 16:21:44 +02:00
Oleg Hahm
3c481c7548 * changed arm-prefix from arm-elf to arm-none-eabi 2013-04-10 16:21:17 +02:00
Oleg Hahm
9f27cf54bc * fixed the broken bugfix from defd7cef13 2013-04-10 16:07:40 +02:00
Ludwig Ortmann
34b2dc31e5 adapted native Makefiles to core restructuring 2013-04-10 12:52:19 +02:00
Oliver Hahm
a623d14286 * fixed flasher flags for MSB-A2
* added required include for msb-430-common
2013-04-09 11:25:04 +02:00
Oliver Hahm
a9caa84826 * initial commit for yet not working redbee support 2013-04-02 10:06:17 +02:00
Oliver Hahm
b0d9e4f86f * removed unnecessary line from msba2 Makefile 2013-04-01 00:09:56 +02:00
Oliver Hahm
519144f40a * changed MCU name to adapt to current msp430-gcc version 2013-04-01 00:00:42 +02:00
Oleg
f4869abc21 Merge pull request #4 from mikoff/master
chronos support updated
2013-03-31 13:06:20 -07:00
mikoff
212d840a1f modified and cleaned some files to build RIOT for chronos 2013-03-30 21:37:56 +01:00
Oliver Hahm
0de960b038 * adapted Makefiles to core restructuring 2013-03-23 18:42:11 +01:00
Oleg Hahm
1b2d192556 * fixed bindir creation in msba2 Makefile 2013-03-21 17:49:59 +01:00
Oleg
07e8a7e25b Merge pull request #3 from LudwigOrtmann/master
patch native board for current Makefile structure
2013-03-21 09:07:49 -07:00
Ludwig Ortmann
3b8adabdbd migrate to current Makefile structure 2013-03-19 22:02:22 +01:00
Oliver Hahm
5b472cd310 Merge branch 'master' of github.com:RIOT-OS/boards 2013-03-19 17:59:10 +01:00
Oliver Hahm
1604de8c55 * added msba2-common/include to INCLUDE path for msba2 2013-03-19 17:57:43 +01:00
Oleg Hahm
ed854eb130 Merge branch 'master' of github.com:RIOT-OS/boards 2013-03-18 19:37:05 +01:00
Oleg Hahm
defd7cef13 * fixed lpc2k_pgm (was broken in d901708543) 2013-03-18 19:35:39 +01:00
Oleg
6f8650a9f7 Merge pull request #2 from LudwigOrtmann/master
Native board doxygen integration
2013-03-13 21:18:03 -07:00
Ludwig Ortmann
6bdc257369 add doxygen documentation 2013-03-13 21:45:28 +01:00