- Sep 30, 2014
-
-
Martine Lenders authored
-
- Sep 22, 2014
-
-
Ludwig Knüpfer authored
lint: supress warnings about nan/infty in arithmetics in the CBOR unit tests
-
René Kijewski authored
Travis: merge install commands
-
Ludwig Knüpfer authored
-
- Sep 20, 2014
-
-
René Kijewski authored
Travis: enable apt caching
-
Hinnerk van Bruinehsen authored
tests: enable cppcheck for PR in travis
-
Ludwig Knüpfer authored
Failures are ignored for now.
-
Ludwig Knüpfer authored
This should speed up the installation process a bit.
-
- Sep 19, 2014
-
-
René Kijewski authored
lint: limit maximum length of input via scanf
-
Hinnerk van Bruinehsen authored
-
Hinnerk van Bruinehsen authored
-
Hauke Petersen authored
iot-lab_M3: fix numof uart
-
Christian Mehlis authored
-
Philipp Rosenkranz authored
dist/pyterm: control server incl. support for multiple testbeds
-
Philipp Rosenkranz authored
-
Hauke Petersen authored
cpu/boards: completed GPIO driver for sam3x8e
-
Christian Mehlis authored
sys: use typedef for `struct bloom_t`
-
Christian Mehlis authored
cpu/nrf51822: adjusted default stack sizes
-
Hauke Petersen authored
-
Christian Mehlis authored
board/yunjia-nrf51822: adjusted openocd.cfg
-
Hauke Petersen authored
-
- Sep 18, 2014
-
-
Ludwig Knüpfer authored
doc: add license headers to some .h files
-
Hauke Petersen authored
- adjusted peripheral conf for udoo and arduino-due - added gpio_init_int() - added interrupt service routines - fixed gpio_read() - added clock enable for gpio_init_in()
-
Hauke Petersen authored
Add board yunjia
-
Hauke Petersen authored
-
Ludwig Knüpfer authored
-
- Sep 17, 2014
-
-
Cenk Gündoğan authored
`bloom_t` is defined as a struct. `_t` can mislead the user to think of bloom_t as a typedef (see our coding conventions) instead of a struct. Thus, I modified `struct bloom_t` to be a *typedefed* struct. Another solution would be to rename bloom_t to sth. like bloom_s everywhere and use `struct bloom_s` instead of `bloom_t`.
-
Martine Lenders authored
drivers: fixed German influenced typo
-
Oleg Hahm authored
-
Hauke Petersen authored
-
Hauke Petersen authored
- enabled power for uart and timer - outsourced timer config values to periph_conf.h - made linkerscript better readable - adjusted default stack-sizes - let RED_LED blink on hard_fault
-
Hauke Petersen authored
-
- Sep 16, 2014
-
-
René Kijewski authored
lint: fix warnings because of uninitialized variables
-
Hinnerk van Bruinehsen authored
-
Hinnerk van Bruinehsen authored
-
Ludwig Knüpfer authored
doc: tailor CMSIS doxygen for license checker
-
Oleg Hahm authored
drivers/at86rf231: handle channel out of range more conveniently
-
Thomas Eichinger authored
-
- Sep 15, 2014
-
-
Ludwig Knüpfer authored
boards/iot-lab_M3: fixing term make target
-
Thomas Eichinger authored
-