You need to sign in or sign up before continuing.
- Jul 29, 2014
-
-
Ludwig Knüpfer authored
also make the RIOT_VERSION variable available in buildtest
-
Ludwig Knüpfer authored
doc: some more author fixes
-
Ludwig Knüpfer authored
fix all occurences of INRIA as an author correct Oliver Hahms authorship and indentation
-
Ludwig Knüpfer authored
doc: fix all occurences of FU as author
-
Ludwig Knüpfer authored
.. but only if there are other authors as well
-
Oleg Hahm authored
native: increase rtc realism
-
Oleg Hahm authored
boards/chronos: clean up display driver a bit
-
Martine Lenders authored
doc: #1440 follow up
-
Ludwig Knüpfer authored
- a university is not an author - move internal tags to the right place
-
Ludwig Knüpfer authored
-
Ludwig Knüpfer authored
core: simplify mutex signatures
-
René Kijewski authored
-
René Kijewski authored
-
René Kijewski authored
-
- Jul 28, 2014
-
-
René Kijewski authored
sys: Add generic pipe
-
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
Prevent rtc enabling when not initialized.
-
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
reduce scope of variables remove useless comments and spaces saves 2 bytes =)
-
Ludwig Knüpfer authored
Fix a few cppcheck findings
-