Christian Mehlis
8264a4aee1
minimize stacksize of the idle thread
2013-09-27 14:11:25 +02:00
Zakaria Kasmi
4fb64f8e91
revise error messages and fixed encoding
2013-09-26 23:54:45 +02:00
Zakaria Kasmi
4f4501f09d
small changes + coding conventions + updated files descriptions.
2013-09-26 23:47:46 +02:00
Oleg Hahm
1acfee5991
Merge pull request #99 from zkasmi/i2c
...
full abstracted i2c driver for LPC2387
2013-09-26 14:41:59 -07:00
Thomas Eichinger
b749e59276
added a basic implementation of the ASM module featuring
...
* CTR encryption
* CBC-MAC mode
* CTR-CBC-MAC mode
* structure for ASM registers
2013-09-26 23:39:58 +02:00
Oleg Hahm
7e66308192
Merge pull request #215 from OlegHahm/msp430-stack_sizes
...
adjusted default stack sizes for msp430
2013-09-24 05:47:58 -07:00
Oleg Hahm
bfbd765f39
Merge pull request #174 from thomaseichinger/ADC
...
ADC module of the mc1322x MCU
2013-09-23 04:43:21 -07:00
Thomas Eichinger
040fb1539c
moved GPIO implementation from boards to RIOT since ADC implementation depends on it
2013-09-20 14:55:34 +02:00
Oleg Hahm
0a02b060a8
adjusted default stack sizes for msp430
...
* stack size for idle thread was too small
* main stack gets initialized with KERNEL_CONF_STACKSIZE_DEFAULT +
KERNEL_CONF_STACKSIZE_PRINTF, leading to a huge main thread stack
2013-09-19 13:51:09 +02:00
Ludwig Ortmann
9544f617c2
fix frame padding, refactor native tap
2013-09-18 10:13:39 +02:00
Zakaria Kasmi
86818f599b
I2C Driver, Coding conventions
2013-09-17 14:35:23 +02:00
Oleg Hahm
d284db620d
Merge pull request #178 from OlegHahm/telosb
...
Telosb support
2013-09-16 15:34:57 -07:00
Oleg Hahm
5f537c38ac
changed to _types.h definition for ssize_t
2013-09-12 23:17:27 +02:00
Oleg Hahm
43eea48d25
added define for calloc in msp430-common
2013-09-12 16:08:40 +02:00
Oleg Hahm
a50db45909
added header for msp430 to define missing ssize_t
2013-09-12 14:33:37 +02:00
Ludwig Ortmann
b3a8fdc026
Fix uninitialized packet members
...
also cast packet data explicitly
2013-09-04 21:02:57 +02:00
Ludwig Ortmann
f8c3e02ae6
fix nativenet payload pointer
2013-09-04 20:39:56 +02:00
Ludwig Ortmann
c2fcbb787e
Fix some clang warnings in native
...
also cleans up a bit
2013-08-30 17:03:34 +02:00
Ludwig Ortmann
b298ab33c5
initialize rx_buffer_next explicitly
2013-08-29 17:03:22 +02:00
Ludwig Ortmann
c6180a6e4f
fix NATIVE_MAX_DATA_LENGTH
2013-08-29 16:16:47 +02:00
Ludwig Ortmann
2633967708
make tapsetup.sh more verbose
2013-08-29 16:16:47 +02:00
Ludwig Ortmann
74b1a74525
documentation for nativenet interface
2013-08-29 16:16:47 +02:00
Ludwig Ortmann
37c3059e1c
clean up nativenet, add src addr
2013-08-29 16:16:46 +02:00
Milan Babel
09b0baad66
fixed hwtimer on msp430
2013-08-23 22:03:04 +02:00
Thomas Eichinger
659e1c2041
added support for the ADC module of the mc1322x MCU
2013-08-23 12:05:11 +02:00
Ludwig Ortmann
846bcc01a8
Change interface cb parameter to function pointer
2013-08-21 15:13:23 +02:00
Ludwig Ortmann
395a033de6
fix unused parameter warning in posix-rtc.c
2013-08-21 15:13:09 +02:00
Ludwig Ortmann
6fba4d7ced
fix unused startup parameter warnings
2013-08-21 15:13:09 +02:00
Ludwig Ortmann
747d33e666
fix warning for sa.sa_sigaction assignments
2013-08-21 15:13:09 +02:00
Oleg Hahm
ebc0b9b552
renamed and moved some defines
2013-08-19 19:00:48 +02:00
Ludwig Ortmann
c1a5a3b5af
fix hwtimer_arch_set_absolute return value
2013-08-18 11:25:43 +02:00
Ludwig Ortmann
52b4370e7d
fix register_interrupt callback parameter
2013-08-18 11:25:43 +02:00
Christian Mehlis
f784d24fd5
add debug statement
2013-08-17 20:17:15 +02:00
Oleg Hahm
6d130a45ac
updated license headers
...
(No code changes!)
2013-08-16 10:20:23 +02:00
Oleg Hahm
c3dcaa05a7
Merge pull request #146 from LudwigOrtmann/nativenet_osx_hack
...
Preliminary OSX support hack
2013-08-15 10:46:13 -07:00
Oleg Hahm
2d4de90a9c
added missing header guards
2013-08-15 19:39:29 +02:00
Ludwig Ortmann
1bed4e459a
Preliminary OSX support hack
2013-08-15 17:04:03 +02:00
Ludwig Ortmann
708ece68cc
cc1100 -> nativenet
2013-08-15 14:05:26 +02:00
Ludwig Ortmann
a634709c00
native cc1100x_ng network
...
not properly passing received data to transceiver atm
2013-08-15 14:05:26 +02:00
Oleg Hahm
38ae187b61
added prototype for msp430_cpu_init()
2013-08-15 10:31:54 +02:00
authmillenon
e2c201f2e0
Merge branch 'remove_carriage_returns' of github.com:authmillenon/RIOT into authmillenon-remove_carriage_returns
...
Conflicts:
sys/net/destiny/in.h
sys/net/destiny/socket.h
sys/net/destiny/tcp.h
sys/net/destiny/tcp_hc.c
sys/net/destiny/tcp_hc.h
sys/net/destiny/tcp_timer.c
sys/net/destiny/udp.c
sys/net/destiny/udp.h
2013-08-15 10:30:02 +02:00
authmillenon
a3b754b662
Remove carriage returns
...
Git for windows handles those by itself
2013-08-15 10:17:15 +02:00
Oleg Hahm
ec1d7b9bdf
Merge pull request #139 from OlegHahm/default_stacksize
...
Default stacksize
2013-08-14 15:21:48 -07:00
Oleg Hahm
3ad55cce8b
changed default stacksize
...
* the default stacksize no longer set for a thread using printf
* the stacksize for the main thread therefore adds the necessary space
2013-08-14 18:04:25 +02:00
Ludwig Ortmann
f3bbede59b
fix printfs in hwtimer_cpu.c
2013-08-14 17:16:50 +02:00
Oleg Hahm
366d25ae38
Merge pull request #112 from OlegHahm/msb430_uart0
...
Changes according to the pull requests from dc5e7d7e1f
introducnig uart for MSB430 and changing the name of the terminal variable.
2013-08-13 08:57:59 -07:00
Oleg Hahm
88b8ccf3e8
Merge pull request #108 from OlegHahm/unmaintained_libs
...
removed unmaintained code
2013-08-13 00:44:25 -07:00
Oleg Hahm
540515bd98
removed unmaintained tracelog library
2013-08-12 22:38:18 +02:00
Oleg Hahm
5bf958ce20
removed unmaintained syslog library
2013-08-12 22:38:18 +02:00
Oleg Hahm
31646237b1
removed unmaintained code for LPC214x MCU
2013-08-12 22:37:59 +02:00