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

1533 Commits

Author SHA1 Message Date
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
Christian Mehlis
d46ac9db0c Merge pull request #207 from authmillenon/refactor_ieee802154
Refactor ieee802154
2013-09-30 05:12:02 -07:00
Martin Lenders
038e03ad3e Enforce naming convention for ieee802154 2013-09-30 13:21:54 +02:00
Martin Lenders
db60557c47 Remove definition of unimplemented ieee802154 function 2013-09-30 13:20:46 +02:00
Martin Lenders
e843727ed4 Relocate ieee802154_frame.h 2013-09-30 13:20:46 +02:00
1a749a32ff Merge pull request #224 from mehlis/msba2-idle
minimize stacksize of the idle thread
2013-09-27 08:01:21 -07:00
Oleg Hahm
5fbf73cb96 Merge pull request #206 from OlegHahm/cc110x_casting
fixed casting of TCP flag in cc110x driver
2013-09-27 07:58:57 -07:00
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
9f2e7c80b8 check if reading the high and the low byte are failed. 2013-09-26 23:54:43 +02:00
Zakaria Kasmi
e49318e856 SRF08 driver, new handling of failed sensor initialization. 2013-09-26 23:54:34 +02:00
Zakaria Kasmi
c7d35903e1 SRF02 driver, new handling of failed sensor initialization. 2013-09-26 23:47:49 +02:00
Zakaria Kasmi
f61785de06 LM75A driver, new handling of failed sensor initialization. 2013-09-26 23:47:49 +02:00
Zakaria Kasmi
11b34f0f0b SRF08 driver, ranging function supports various modes. 2013-09-26 23:47:49 +02:00
Zakaria Kasmi
af48f588c9 SRF08 driver, updated rangig function getting the number of echos 2013-09-26 23:47:49 +02:00
Zakaria Kasmi
6d3a56420e SRF08 driver, new functionality + changes. 2013-09-26 23:47:49 +02:00
Zakaria Kasmi
8e7b9cd7dd SRF02 driver, new functionality. 2013-09-26 23:47:48 +02:00
Zakaria Kasmi
3f539ee104 Updated Makfile for the LM75A Driver 2013-09-26 23:47:48 +02:00
Zakaria Kasmi
71cab78275 Driver for the LM75A Digital temperature sensor and thermal watchdog 2013-09-26 23:47:48 +02:00
Zakaria Kasmi
4f4501f09d small changes + coding conventions + updated files descriptions. 2013-09-26 23:47:46 +02:00
Zakaria Kasmi
2c3fce7212 Driver for the SRF08 Ultrasonic Ranger 2013-09-26 23:47:24 +02:00
Zakaria Kasmi
7084bcad22 Driver for the SRF02 Ultrasonic Ranger 2013-09-26 23:47:24 +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
852d3977ef Merge pull request #221 from BytesGalore/sixlopan_fixes
Sixlowpan fixes
2013-09-26 14:11:59 -07:00
Oleg Hahm
747d4c9fc2 Merge pull request #225 from mehlis/master
add missing inttypes include for PRI macros
2013-09-26 14:09:37 -07:00
Christian Mehlis
9ace6b4807 add missing inttypes include for PRI macros 2013-09-26 21:10:57 +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
Martin
f7c41cfe8e applied coding convention and changed error printout to DEBUG(...) 2013-09-24 07:35:50 +02:00
Oleg Hahm
8feaac3856 renamed SUCCESS constant in sixlowerror 2013-09-23 18:01:23 +02:00
Martin
a6d86fc7f9 added debug switch for printing 802154_fcf_frame 2013-09-23 15:09:16 +02:00
Martin
adf1e7003d fix IPv6 link local address determination 2013-09-23 14:56:15 +02: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
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