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

1136 Commits

Author SHA1 Message Date
d5a62b3910 Merge pull request #214 from OlegHahm/sc_heap_fix
include sc_heap only when building for LPC boards
2013-09-19 07:48:17 -07: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
Oleg Hahm
9ac5a26600 include sc_heap only when building for LPC boards 2013-09-19 13:47:23 +02:00
Oleg Hahm
d937e59a91 added missing includes in cc110x_ng files 2013-09-19 12:29:57 +02:00
zkasmi
ceedb9b496 Converting tabs to spaces. 2013-09-18 16:38:14 +02:00
zkasmi
4a614b8a35 add the heap command to the shell command list + coding conventions. 2013-09-18 16:38:14 +02:00
Oleg Hahm
53de5ce7d9 Merge pull request #189 from authmillenon/fix_makefiles
Add capability to Makefiles to use PROJBINDIR
2013-09-18 06:23:37 -07:00
authmillenon
7fea5f15cc Add capability to Makefiles to use PROJBINDIR
Fixes bug in build-system that does not allow you to use other
PROJBINDIR than $(CURDIR)/bin
2013-09-18 15:12:58 +02:00
Ludwig Ortmann
9544f617c2 fix frame padding, refactor native tap 2013-09-18 10:13:39 +02:00
Oleg Hahm
3e75b3828b fixed casting of TCP flag in cc110x driver 2013-09-17 19:52:36 +02:00
Oleg Hahm
8bc99f4ca7 Merge pull request #203 from LudwigOrtmann/getting_started_native_network
Add native network README link to getting started.
2013-09-17 10:24:35 -07:00
Ludwig Ortmann
b926309380 Add native network README link to getting started. 2013-09-17 14:42:45 +02:00
Zakaria Kasmi
86818f599b I2C Driver, Coding conventions 2013-09-17 14:35:23 +02:00
Oleg Hahm
e69acfbba1 Remove the optionnal parameter for hello-world 2013-09-17 14:08:10 +02:00
Oleg Hahm
d284db620d Merge pull request #178 from OlegHahm/telosb
Telosb support
2013-09-16 15:34:57 -07:00
Oleg Hahm
09e406cda3 Merge pull request #195 from OlegHahm/msp430_types
Add Msp430 types
2013-09-16 15:32:36 -07:00
Christian Mehlis
b12c3b5577 Merge pull request #194 from mehlis/master
add check for a not existing thread
2013-09-15 01:11:25 -07:00
Oleg Hahm
5f537c38ac changed to _types.h definition for ssize_t 2013-09-12 23:17:27 +02:00
Oleg Hahm
a6a96c7110 added missing malloc includes 2013-09-12 16:09:18 +02:00
Oleg Hahm
43eea48d25 added define for calloc in msp430-common 2013-09-12 16:08:40 +02:00
Oleg Hahm
b26153dba9 included cpu.h in destiny to provide ssize_t 2013-09-12 14:33:58 +02:00
Oleg Hahm
a50db45909 added header for msp430 to define missing ssize_t 2013-09-12 14:33:37 +02:00
Christian Mehlis
21ffebc197 add check for a not existing thread 2013-09-11 19:58:54 +02:00
Christian Mehlis
afe1015c14 Merge pull request #188 from LudwigOrtmann/native_fix_uninitialized_packet_members
Fix uninitialized packet members
2013-09-04 12:05:01 -07:00
Ludwig Ortmann
b3a8fdc026 Fix uninitialized packet members
also cast packet data explicitly
2013-09-04 21:02:57 +02:00
Christian Mehlis
5ecfb4cc20 Merge pull request #186 from LudwigOrtmann/transceiver_init_buffer
initalize transceiver_buffer properly
2013-09-04 11:49:28 -07:00
Christian Mehlis
f318bde38b Merge pull request #187 from LudwigOrtmann/nativenet_fix_packet
fix nativenet payload pointer init
2013-09-04 11:48:54 -07:00
Ludwig Ortmann
031b53872d initalize transceiver_buffer properly 2013-09-04 20:40:58 +02:00
Ludwig Ortmann
f8c3e02ae6 fix nativenet payload pointer 2013-09-04 20:39:56 +02:00
LudwigOrtmann
eda02903ea Merge pull request #184 from LudwigOrtmann/support_project_dependencies
Add PROJDEPS to PROJBINDIR target
2013-09-02 07:07:12 -07:00
Ludwig Ortmann
3065c5c118 add PROJDEPS to PROJBINDIR target
This enables issues like https://github.com/RIOT-OS/projects/issues/26
to be fixed.
2013-08-31 12:40:16 +02:00
Christian Mehlis
16dbafe319 Merge pull request #182 from LudwigOrtmann/make_clang_happy
Fix some clang warnings in native
2013-08-31 00:25:35 -07:00
LudwigOrtmann
2afd3936bd Merge pull request #183 from LudwigOrtmann/fix_sc_heap_unused_warning_spelling
fix spelling & warning of _heap_handler parameter
2013-08-30 08:20:40 -07:00
Ludwig Ortmann
a714597482 fix spelling & warning of _heap_handler parameter 2013-08-30 17:14: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
Christian Mehlis
3fd05417ec Merge pull request #181 from LudwigOrtmann/nativenet_init_rx_buffer_next_explicitly
initialize rx_buffer_next explicitly
2013-08-29 08:11:04 -07:00
Ludwig Ortmann
b298ab33c5 initialize rx_buffer_next explicitly 2013-08-29 17:03:22 +02:00
Oleg Hahm
53557a591e Merge pull request #170 from LudwigOrtmann/nativenet_cleanup_and_srcaddr
clean up nativenet, add src addr
2013-08-29 07:31:57 -07: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
Oleg Hahm
fc9b53c726 Merge pull request #177 from OlegHahm/cc2420_fixes
Cc2420 fixes
2013-08-28 15:57:03 -07:00
Christian Mehlis
460f682405 Merge pull request #176 from mehlis/bloom-bytes
Bloom bytes
2013-08-28 10:00:57 -07:00
Christian Mehlis
2e44523b51 change the bloom filter to filter arrays of bytes
current implementation of the bloom filter only
handles c strings, this commits changes the hash
functions to work on byte arrays.

additionally I did:
	added to more hashes
	moved hashes in its own sys folder
2013-08-27 13:30:33 +02:00
Oleg Hahm
2bfdd1fed0 added missing initialization for cc2420 abort counter 2013-08-27 00:02:35 +02:00
Oleg Hahm
b3a9b8e6ea use debug instead of printf 2013-08-27 00:02:35 +02:00
Christian Mehlis
c1fe799487 Merge pull request #168 from mehlis/random
add mersenne twister
2013-08-26 13:22:30 -07:00
Christian Mehlis
0dc5437e31 fixes for PRNG 2013-08-26 22:18:02 +02:00
René Kijewski
49876c15f7 Update on @mehlis' Mersene twister code
* Consistent naming
* C99 style variable definition
* Code de-duplication through mathematical conversions
* Less magic numbers (higher powers of twoof two))
2013-08-26 22:18:02 +02:00