You need to sign in or sign up before continuing.
- Jul 28, 2014
-
-
René Kijewski authored
-
René Kijewski authored
ringbuffer: versatility and optimizations
-
René Kijewski authored
-
René Kijewski authored
-
René Kijewski authored
-
René Kijewski authored
-
René Kijewski authored
There is no need for an explicit pointer to the end of the buffer.
-
René Kijewski authored
It is a bad idea to use signed types for lengths. Mark pointers a `restrict`, since the ringbuffer is not thread safe anyway.
-
René Kijewski authored
This patch add `peek` functionality, and empty and full helpers.
-
René Kijewski authored
-
Hauke Petersen authored
drivers: some improvements to the ADC driver interface
-
Hauke Petersen authored
board - arduino-due: some cleanup
-
Hauke Petersen authored
- removed unused defines
-
Hauke Petersen authored
- added parenthesis for LED macros - changed mapping for LED_* to LED_RED_* - removed some old values from periph_conf.h
-
Hauke Petersen authored
- removed UNDEFINED value from device enum - added pre-defined precision values - added power[on|off] functions - some minor doxygen fixes
-
Kévin Roussel authored
Reset ARM Cortex-M3 MCUs before flashing
-
Hauke Petersen authored
drivers: added servo motor driver
-
Hauke Petersen authored
-
Ludwig Knüpfer authored
sys/transcevier: fix more loop integers
-
- Jul 27, 2014
-
-
Ludwig Knüpfer authored
native: uart reconnect buffer replay (+a little cleanup)
-
Ludwig Knüpfer authored
fix style fix some syscall declarations reorder syscall declarations init syscalls in dedicated function substitute 1 with EXIT_FAILURE
-
Ludwig Knüpfer authored
When using socket stdio, add option to replay what has been written to stdout while not connected (`-r`). The implementation is to simply use the existing log file (which is implicitly created when the option is used), and read from it until EOF upon reconnect. closes #476
-
Ludwig Knüpfer authored
Fix a few cppcheck findings
-
- Jul 25, 2014
-
-
Kévin Roussel authored
-
Ludwig Knüpfer authored
-
- Jul 22, 2014
-
-
Ludwig Knüpfer authored
native: clean up and clarify help
-
Ludwig Knüpfer authored
- reorder option details to mirror the order given in usage - list option arguments in option details - clarify option arguments
-
- Jul 20, 2014
-
-
René Kijewski authored
doc: mainpage.txt fixed minor mistake
-
Leon George authored
-
- Jul 19, 2014
-
-
Oleg Hahm authored
examples: changed stacksize to the recommended value
-
- Jul 18, 2014
-
-
Christian Mehlis authored
ccnl: refactor ccn lite stack
-
Christian Mehlis authored
ccnl: change timeouts to useful values
-
Christian Mehlis authored
-
Christian Mehlis authored
vtimer: fix crash on spurious hwtimer callback
-
Christian Mehlis authored
Make filenames in periph documentation unique
-
Christian Mehlis authored
-
Christian Mehlis authored
-
Christian Mehlis authored
-
Christian Mehlis authored
-
Christian Mehlis authored
-