You need to sign in or sign up before continuing.
- Oct 01, 2014
-
-
Martine Lenders authored
-
Hinnerk van Bruinehsen authored
tests: fix mutex_unlock_and_sleep pids
-
Hinnerk van Bruinehsen authored
-
Martine Lenders authored
unittests: make: Fix unittests for branch changes
-
- Sep 30, 2014
-
-
René Kijewski authored
travis: remove comment obsoleted by #1742
-
Hinnerk van Bruinehsen authored
-
Hinnerk van Bruinehsen authored
Travis: reverted forcing travis to install `gcc-arm-none-eabi=4-*`
-
BytesGalore authored
-
Oleg Hahm authored
auto_init: Initialize link-layer addresses from CPU ID
-
Martine Lenders authored
-
Martine Lenders authored
-
Hauke Petersen authored
Initial Stm32f4 spi driver
-
Peter Kietzmann authored
-
Hauke Petersen authored
board/iot-lab_M3: cleanup of SPI and radio driver
-
Hauke Petersen authored
cpu/board: cleanup for clock init on iot-lab_M3
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
- moved all board specific code to low-level driver calls - moved some functions from the board dir into at86rf231.c - added doxygen headers
-
Hauke Petersen authored
- removed board specific code - added interface definitions to board.h
-
Hauke Petersen authored
- made config more versatile - added pin configuration to spi_init()
-
Hauke Petersen authored
-
- Sep 29, 2014
-
-
René Kijewski authored
Add backspace functionality in shell
-
Oleg Hahm authored
rpl: mute RPL
-
- Sep 28, 2014
-
-
Oleg Hahm authored
make: only depend on directories that don't exist
-
Ludwig Knüpfer authored
pkg/Makefile.http: There were two recipes for clean.
-
Ludwig Knüpfer authored
Only add/replace changed members to the archive.
-
Ludwig Knüpfer authored
This fixes an error which was introduced by commit 346313bf The timestamp of directories is updated when a file inside a directory is changed. Therefore, make decides a target needs to be rebuilt, whenever that target depends on its parent directory, because the directory is always newer than the file inside. http://www.gnu.org/savannah-checkouts/gnu/make/manual/html_node/Prerequisite-Types.html Occasionally, however, you have a situation where you want to impose a specific ordering on the rules to be invoked without forcing the target to be updated if one of those rules is executed. In that case, you want to define order-only prerequisites. Order-only prerequisites can be specified by placing a pipe symbol (|) in the prerequisites list: any prerequisites to the left of the pipe symbol are normal; any prerequisites to the right are order-only: targets : normal-prerequisites | order-only-prerequisites
-
Leon George authored
The were two recipes for clean. One of them is now "dist-clean"
-
- Sep 27, 2014
-
-
Ludwig Knüpfer authored
core: Provide ssize_t in a common place
-
Ludwig Knüpfer authored
make: add objdump target + .PHONY missing targets from Makefile.include
-
Ludwig Knüpfer authored
-
Ludwig Knüpfer authored
-
- Sep 26, 2014
-
-
Ludwig Knüpfer authored
drivers: import PIR motion sensor driver
-
Ludwig Knüpfer authored
Includes an application for manual testing.
-
Ludwig Knüpfer authored
boards:mega2560: add debug and debug-server targets
-
Hinnerk van Bruinehsen authored
-
Thomas Eichinger authored
cpu: make stm32f{0,1,3,4} comply to UART0 module
-
Thomas Eichinger authored
-
Thomas Eichinger authored
-
Thomas Eichinger authored
-