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

1546 Commits

Author SHA1 Message Date
Oleg Hahm
bfbd765f39 Merge pull request #174 from thomaseichinger/ADC
ADC module of the mc1322x MCU
2013-09-23 04:43:21 -07:00
Martin
dea48c84c1 fix prevent possible access above array boardes 2013-09-23 12:41:39 +02:00
Martin
04aa86f8ec fix prevent access to unallocated buffer 2013-09-23 12:32:37 +02: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
da9965f6eb Merge pull request #213 from OlegHahm/cc10x_ng_includes
added missing includes in cc110x_ng files
2013-09-20 03:09:48 -07:00
Oleg Hahm
d651cb2a68 Merge pull request #200 from LudwigOrtmann/fix_padding_refactor_native_tap
fix frame padding, refactor native tap
2013-09-19 15:12:42 -07:00
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
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
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