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

183 Commits

Author SHA1 Message Date
Martin Lenders
cb2ea424fc Merge pull request #15 from authmillenon/master
Allow native port to link additional libs from app
2013-07-29 16:19:13 -07:00
Martin Lenders
9a7902740a Allow native port to link additional libs from app
Might come handy for e.g. testing frameworks
2013-07-29 17:55:12 +02:00
Oleg Hahm
f01d4cf2ad Merge branch 'master' of github.com:RIOT-OS/boards into origin-master
Conflicts:
	redbee-econotag/drivers/redbee_uart.c
	redbee-econotag/drivers/redbee_uart1.c
2013-07-29 17:22:43 +02:00
Oleg Hahm
2b15d22ebf Merge branch 'mc1322x' into 'master' 2013-07-29 16:47:18 +02:00
Oleg Hahm
dc0a5bf595 coding convention fixes (mostly due to astyle) 2013-07-29 16:41:43 +02:00
Oleg Hahm
6d5601a70a added gpioint as dependency for original cc110x driver 2013-07-29 16:00:52 +02:00
Oleg Hahm
4a48f10e27 split up CFLAGS for bootload and the rest 2013-07-24 22:12:12 +02:00
Oleg Hahm
0d8d305c77 Merge remote-tracking branch 'oleg/master' into oleg-master 2013-07-24 22:06:41 +02:00
Oleg Hahm
b4ee555d17 coding convention fixes 2013-07-24 22:04:19 +02:00
Oleg Hahm
c99539c5cb do not omit exported CFLAGS 2013-07-24 22:04:19 +02:00
Christian Mehlis
a256a7767a fixed old-style-declaration warning
board_init.c:7:1: warning: 'static' is not at beginning of declaration
[-Wold-style-declaration]
2013-07-24 22:04:19 +02:00
Christian Mehlis
0c02095a42 rename kernel_intern.h
german "intern" to english "internal"
2013-07-24 22:04:19 +02:00
Ludwig Ortmann
fdbf28fd44 moved native internal functions declarations 2013-07-24 22:04:19 +02:00
Oliver Hahm
5b696d038e * fixed include path 2013-07-24 22:04:19 +02:00
Oliver Hahm
4c60661434 * fixed includes for msba2 2013-07-24 22:04:19 +02:00
Oliver Hahm
c6061b8b40 moved native board drivers into separate directory
split up drivers to avoid building unnecessary files
2013-07-24 22:04:19 +02:00
Ludwig Ortmann
eda5afc09d make stdin/stdout customizable stub 2013-07-24 22:04:19 +02:00
Oliver Hahm
95ba2fc3ea * added missing msp430_common module to Makefile 2013-07-24 22:04:19 +02:00
Oliver Hahm
abb028767c * fixed includes for msb-a2 2013-07-24 22:04:19 +02:00
Milan Babel
25b6ed699c added wsn430-v1.4
also made some minor changes to shared wsn430-common files
2013-07-24 22:04:19 +02:00
Milan Babel
bc27516d2f added support for board wsn430-v1_3b 2013-07-24 22:04:19 +02:00
Christian Mehlis
4115c4421b remove unused struct 2013-07-24 22:04:19 +02:00
Christian Mehlis
17048fd311 add missing include 2013-07-24 22:04:18 +02:00
Christian Mehlis
163c00ebd7 minor: fix warning from mkdir 2013-07-24 22:04:18 +02:00
Ludwig Ortmann
f0dbd8cf75 native board putchar implementation 2013-07-24 22:04:18 +02:00
Ludwig Ortmann
3d54e76b90 lose superflouse -lrt CFLAG 2013-07-24 22:04:18 +02:00
Ludwig Ortmann
d3b806ea41 native board uart0 import 2013-07-24 22:04:18 +02:00
Ludwig Ortmann
c5f8eee291 make native ltc4150 posix rt independent 2013-07-24 22:04:18 +02:00
Ludwig Ortmann
cf2e1644b8 adapted native Makefiles to core restructuring 2013-07-24 22:04:18 +02:00
Oleg Hahm
68649c9e86 Merge remote-tracking branch 'oleg/mc1322x' into oleg-master 2013-07-24 21:33:46 +02:00
Thomas Eichinger
f839f18b11 bug fixes for mc1322x MACA 2013-07-24 15:51:07 +02:00
Oleg Hahm
9760b93d5c do not omit exported CFLAGS 2013-07-24 11:01:05 +02:00
Thomas Eichinger
667cb2fd85 small fixes 2013-07-23 16:03:52 +02:00
Thomas Eichinger
ea6b167938 * fixed some warnings in redbee_uart.c
* fixed a missing variabl declaration in redbee_uart1.c
2013-07-23 10:39:57 +02:00
Thomas Eichinger
8494d2827c implementation of the non volatile memory driver 2013-07-23 09:45:40 +02:00
Thomas Eichinger
e7965250c5 implementation of the radio driver for the mc1322x 2013-07-23 09:44:31 +02:00
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