Oleg Hahm
232e205137
moved boards into subdirectory
2013-11-06 10:11:57 -08:00
Oleg Hahm
663e15ff1d
Merge pull request #39 from authmillenon/refactor_net_module
...
Changes according PR #282
2013-11-06 09:01:16 -08:00
Oleg Hahm
d5d001a1d3
Merge pull request #18 from thomaseichinger/mc1322x
...
mc1322x moved radio implementation
2013-11-06 09:00:18 -08:00
Thomas Eichinger
f047706217
mc1322x moved radio implementation
2013-11-06 12:42:39 +01:00
authmillenon
a5b42fe14a
Changes according PR #282
2013-11-03 16:08:55 +01:00
Oleg Hahm
dfd6da0136
Merge pull request #38 from haukepetersen/avsextrem-fix
...
Fixed typo in avsextre/include/board.h include
2013-11-01 03:30:56 -07:00
Hauke Petersen
745fb5e52f
Fixed typo in avsextre/include/board.h include
2013-11-01 11:11:21 +01:00
Oleg Hahm
e35e24f002
Merge pull request #36 from OlegHahm/include_fixes
...
fixed missing inttypes includes for all platforms
2013-10-29 12:31:35 -07:00
Oleg Hahm
6d109e9849
added missing header guard to native board.h
2013-10-29 17:15:40 +01:00
Oleg Hahm
c9c4b7fbde
Merge pull request #30 from thomaseichinger/uart_fixes
...
fix for the mc1322x uart
2013-10-29 04:13:47 -07:00
Oleg Hahm
ec3234a8f7
fixed missing stdint includes for all platforms
...
* plus some minor include and prototype fixes for wsn430
2013-10-29 10:39:31 +01:00
Oleg Hahm
61eff40481
Merge pull request #32 from mehlis/radio-packet
...
define radiopacket_length_t in board.h
2013-10-28 03:22:33 -07:00
LudwigOrtmann
54fe19845c
Merge pull request #34 from LudwigOrtmann/fix_native_handle_uart0_input
...
switch thread instead of exiting context, handle EOF
2013-10-27 03:12:50 -07:00
Ludwig Ortmann
1e19ca247a
handle stdin EOF
2013-10-26 22:29:43 +02:00
Ludwig Ortmann
3362fe1de0
switch thread instead of exiting context
...
lpm_sleep is always being called from within a thread context, not
from an isr context, therefore it should use thread_yield instead of
cpu_switch_context_exit.
2013-10-26 14:45:51 +02:00
Thomas Eichinger
8ae50ef8f4
fix: compilation with -mthumb flag for certain files
2013-10-22 12:37:16 +02:00
Thomas Eichinger
5ac8e9a2a5
adjust objcopy flags
2013-10-21 13:06:33 +02:00
Thomas Eichinger
ab59944366
fixes uart implementation
2013-10-21 13:06:32 +02:00
Christian Mehlis
e2ca03bcdb
define radiopacket_length_t in board.h
2013-10-20 17:54:31 +02:00
Oleg Hahm
fbec959f13
Merge pull request #29 from OlegHahm/objcopy_flags
...
added objcopy flags to makefiles for all platforms
2013-10-18 07:16:44 -07:00
Oleg Hahm
e1d5c8c8c6
added objcopy flags to makefiles for all platforms
2013-10-18 16:16:26 +02:00
LudwigOrtmann
7d19d27a4b
Merge pull request #28 from LudwigOrtmann/Makefile.dep
...
fix native/Makefile.dep
2013-10-10 05:05:28 -07:00
Ludwig Ortmann
0dd268345e
fix Makefile.dep
...
remove cc1100 cruft
model ltc4150 dependency
2013-10-10 13:54:15 +02:00
Oleg Hahm
02fdebbeb5
Merge pull request #26 from OlegHahm/telosb
...
Telosb support
2013-10-09 05:52:28 -07:00
Kévin Roussel
7033885356
Updated the MCU frequency from 800 KHz to (a more likely) 8 MHz.
2013-10-09 14:51:32 +02:00
Kévin Roussel
5d73fbe196
Force Git to ignore backup files
2013-10-09 14:51:32 +02:00
Oleg Hahm
fee5ad923b
Merge pull request #25 from thomaseichinger/ADC
...
GPIO implementation was moved to RIOT/cpu/mc1322x
2013-09-30 08:25:38 -07:00
Zakaria Kasmi
93c153a37f
fixed encoding and coding conventions
2013-09-30 17:21:42 +02:00
Zakaria Kasmi
9f96225400
drivers for the AVSEXTREM board.
2013-09-30 17:13:19 +02:00
Zakaria Kasmi
24a35b573a
updated Makefiles for MSB-A2 and AVSEXTREM
...
* updated Makefilde dep, add the gpioint dependency to use cc110x on MSBA2
board
* updated CFLAGS Variable
2013-09-30 17:13:19 +02:00
Zakaria Kasmi
f5e419b4cb
updated board common initialization
2013-09-30 17:13:18 +02:00
Zakaria Kasmi
1eb14f57c6
initial support for the avs-extrem-board
2013-09-30 17:13:11 +02:00
Oleg Hahm
5ae8378f29
fixed interrupt implementation ( #27 )
...
removed TIMERB0 interrupt (since we don't use SFD information for now)
enable FIFOP interrupt in init_interrupts()
2013-09-17 00:23:57 +02:00
Oleg Hahm
df8c4a5ae6
added board dependent part of the cc2420 for TelosB
2013-09-17 00:23:57 +02:00
Oleg Hahm
21dff81239
implemented stdin for TelosB
2013-09-17 00:23:57 +02:00
Oleg Hahm
1ada39d7fd
initial commit for TelosB support
2013-09-17 00:23:52 +02:00
Oleg Hahm
f241349538
added missing LICENSE file
2013-08-27 18:12:57 +02:00
Thomas Eichinger
7cde32f452
GPIO implementation was moved to RIOT/cpu/mc1322x since ADC module implementation depends on it
2013-08-23 15:08:35 +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