Commit Graph

1131 Commits (46deefe0f8bef203cec2798b8696d66e4800f1ea)
 

Author SHA1 Message Date
Oleg Hahm 46deefe0f8 make Makefiles proof for spaces in $PATH 10 years ago
LudwigOrtmann 1608790246 Merge pull request #229 from LudwigOrtmann/native_fix_syscall_segfault
fix some segfault sources in native
10 years ago
Ludwig Ortmann 47b6e62982 fix native ctxt switches
fix disableIRQ (remove context switch)
fix enableIRQ (make context switch delay-safe)
change interrupts-off signal-catch behaviour from error to warning
add context switch memory location warning
10 years ago
Ludwig Ortmann 43adafe55a native fix cpu_switch_context_exit 10 years ago
Ludwig Ortmann d46a03f030 guard rtc syscall 10 years ago
Christian Mehlis 05acbe0419 Merge pull request #220 from OlegHahm/sixlowerror_relabeling
renamed SUCCESS constant in sixlowerror
10 years ago
Christian Mehlis f34d10e709 Merge pull request #227 from LudwigOrtmann/native_cleanup
Native cleanup
10 years ago
Ludwig Ortmann 24b2cfd95a general clean up
make some variables volatile
remove rx_buffer_next from header
more DEBUG output
fix warnings
coding conventions
change puts to DEBUG
rename end-context/stack
10 years ago
Christian Mehlis d46ac9db0c Merge pull request #207 from authmillenon/refactor_ieee802154
Refactor ieee802154
10 years ago
Martin Lenders 038e03ad3e Enforce naming convention for ieee802154 10 years ago
Martin Lenders db60557c47 Remove definition of unimplemented ieee802154 function 10 years ago
Martin Lenders e843727ed4 Relocate ieee802154_frame.h 10 years ago
kaspar030 1a749a32ff Merge pull request #224 from mehlis/msba2-idle
minimize stacksize of the idle thread
10 years ago
Oleg Hahm 5fbf73cb96 Merge pull request #206 from OlegHahm/cc110x_casting
fixed casting of TCP flag in cc110x driver
10 years ago
Christian Mehlis 8264a4aee1 minimize stacksize of the idle thread 10 years ago
Zakaria Kasmi 4fb64f8e91 revise error messages and fixed encoding 10 years ago
Zakaria Kasmi 9f2e7c80b8 check if reading the high and the low byte are failed. 10 years ago
Zakaria Kasmi e49318e856 SRF08 driver, new handling of failed sensor initialization. 10 years ago
Zakaria Kasmi c7d35903e1 SRF02 driver, new handling of failed sensor initialization. 10 years ago
Zakaria Kasmi f61785de06 LM75A driver, new handling of failed sensor initialization. 10 years ago
Zakaria Kasmi 11b34f0f0b SRF08 driver, ranging function supports various modes. 10 years ago
Zakaria Kasmi af48f588c9 SRF08 driver, updated rangig function getting the number of echos 10 years ago
Zakaria Kasmi 6d3a56420e SRF08 driver, new functionality + changes. 10 years ago
Zakaria Kasmi 8e7b9cd7dd SRF02 driver, new functionality. 10 years ago
Zakaria Kasmi 3f539ee104 Updated Makfile for the LM75A Driver 10 years ago
Zakaria Kasmi 71cab78275 Driver for the LM75A Digital temperature sensor and thermal watchdog 10 years ago
Zakaria Kasmi 4f4501f09d small changes + coding conventions + updated files descriptions. 10 years ago
Zakaria Kasmi 2c3fce7212 Driver for the SRF08 Ultrasonic Ranger 10 years ago
Zakaria Kasmi 7084bcad22 Driver for the SRF02 Ultrasonic Ranger 10 years ago
Oleg Hahm 1acfee5991 Merge pull request #99 from zkasmi/i2c
full abstracted i2c driver for LPC2387
10 years ago
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
10 years ago
Oleg Hahm 852d3977ef Merge pull request #221 from BytesGalore/sixlopan_fixes
Sixlowpan fixes
10 years ago
Oleg Hahm 747d4c9fc2 Merge pull request #225 from mehlis/master
add missing inttypes include for PRI macros
10 years ago
Christian Mehlis 9ace6b4807 add missing inttypes include for PRI macros 10 years ago
Oleg Hahm 7e66308192 Merge pull request #215 from OlegHahm/msp430-stack_sizes
adjusted default stack sizes for msp430
10 years ago
Martin f7c41cfe8e applied coding convention and changed error printout to DEBUG(...) 10 years ago
Oleg Hahm 8feaac3856 renamed SUCCESS constant in sixlowerror 10 years ago
Martin a6d86fc7f9 added debug switch for printing 802154_fcf_frame 10 years ago
Martin adf1e7003d fix IPv6 link local address determination 10 years ago
Oleg Hahm bfbd765f39 Merge pull request #174 from thomaseichinger/ADC
ADC module of the mc1322x MCU
10 years ago
Martin dea48c84c1 fix prevent possible access above array boardes 10 years ago
Martin 04aa86f8ec fix prevent access to unallocated buffer 10 years ago
Thomas Eichinger 040fb1539c moved GPIO implementation from boards to RIOT since ADC implementation depends on it 10 years ago
Oleg Hahm da9965f6eb Merge pull request #213 from OlegHahm/cc10x_ng_includes
added missing includes in cc110x_ng files
10 years ago
Oleg Hahm d651cb2a68 Merge pull request #200 from LudwigOrtmann/fix_padding_refactor_native_tap
fix frame padding, refactor native tap
10 years ago
kaspar030 d5a62b3910 Merge pull request #214 from OlegHahm/sc_heap_fix
include sc_heap only when building for LPC boards
10 years ago
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
10 years ago
Oleg Hahm 9ac5a26600 include sc_heap only when building for LPC boards 10 years ago
Oleg Hahm d937e59a91 added missing includes in cc110x_ng files 10 years ago
zkasmi ceedb9b496 Converting tabs to spaces. 10 years ago