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

200 Commits

Author SHA1 Message Date
Zakaria Kasmi
1eb14f57c6 initial support for the avs-extrem-board 2013-09-30 17:13:11 +02:00
Oleg Hahm
f241349538 added missing LICENSE file 2013-08-27 18:12:57 +02:00
Martin Lenders
30864da469 Merge pull request #23 from LudwigOrtmann/issue_147
implement uart0_puts properly
2013-08-19 08:06:37 -07:00
Ludwig Ortmann
141bec6427 improve uart0_puts 2013-08-18 11:22:23 +02:00
Ludwig Ortmann
ca6f20f384 implement uart0_puts properly 2013-08-18 11:22:23 +02:00
Oleg Hahm
eeb8c60e7e Merge pull request #24 from LudwigOrtmann/RIOT_issue_145
harmonize LED implementation
2013-08-15 15:52:51 -07:00
Ludwig Ortmann
ac222754ce harmonize LED implementation
fix https://github.com/RIOT-OS/RIOT/issues/145
2013-08-15 23:51:49 +02:00
Oleg Hahm
92c5ca8d81 Merge pull request #22 from OlegHahm/minor_release_fixes
added prototype for msp430_init_dco()
2013-08-15 06:54:45 -07:00
Oleg Hahm
49c5e41edd Merge pull request #21 from LudwigOrtmann/native_cc1100_tap
native cc110x_ng support
2013-08-15 06:08:40 -07:00
Oleg Hahm
22f5bcdbc3 added prototype for msp430_init_dco() 2013-08-14 23:48:01 +02:00
Ludwig Ortmann
d7264418e8 native cc110x_ng support 2013-08-13 18:02:14 +02:00
Oleg Hahm
dc5e7d7e1f Merge pull request #19 from OlegHahm/msb430_uart
Msb430 uart
2013-08-13 08:48:29 -07:00
Oleg Hahm
8552c04c06 corrected and translated comments 2013-08-13 10:41:50 +02:00
Oleg Hahm
b3e77ec39b Merge pull request #20 from mehlis/gitignore
add .gitignore
2013-08-12 11:35:42 -07:00
Christian Mehlis
4eb96382be add .gitignore 2013-08-12 17:59:46 +02:00
Oleg Hahm
7a2cc4ae09 minor changes:
* renamed terminal program variable
* added terminal program for MSB-430 platforms
* changed default JTAG for MSB-430 platforms from uif to olimex
2013-08-09 15:48:53 +02:00
Oleg Hahm
d89940624d added interrupt handler for UART1 (->uart0 & stdin) to MSB-430(h) 2013-08-09 15:46:41 +02:00
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