Commit Graph

3372 Commits (e5613d308a0461f9abbfd453ff93665e8e51eea3)
 

Author SHA1 Message Date
Ludwig Ortmann e5613d308a make: allow setting RIOT_VERSION externally
also make the RIOT_VERSION variable available in buildtest
9 years ago
Ludwig Ortmann 1b3f3450a7 Merge pull request #1491 from LudwigOrtmann/noauthor2
doc: some more author fixes
9 years ago
Ludwig Ortmann b3b6cff587 doc: some more author fixes
fix all occurences of INRIA as an author
correct Oliver Hahms authorship and indentation
9 years ago
Ludwig Ortmann 78ba2a7e45 Merge pull request #1490 from LudwigOrtmann/noauthor
doc: fix all occurences of FU as author
9 years ago
Ludwig Ortmann b6846e31fc doc: fix most occurences of FU as an author
.. but only if there are other authors as well
9 years ago
Oleg Hahm d73131a9c6 Merge pull request #1477 from LudwigOrtmann/native_rtc_increase_realism
native: increase rtc realism
9 years ago
Oleg Hahm 8076468cf4 Merge pull request #1474 from LudwigOrtmann/chronos_cleanup_display
boards/chronos: clean up display driver a bit
9 years ago
Martine Lenders 755187b626 Merge pull request #1489 from LudwigOrtmann/minidoc
doc:   #1440 follow up
9 years ago
Ludwig Ortmann ce4aaa6970 doc: little mutex.h fixes
- a university is not an author
- move internal tags to the right place
9 years ago
Ludwig Ortmann ee4ea7e1c5 doc: doxygen: EXTRACT_STATIC = YES 9 years ago
Ludwig Ortmann 6296658912 Merge pull request #1440 from Kijewski/issue-1436
core: simplify mutex signatures
9 years ago
René Kijewski 6fae042a60 core: remove unneeded calls to mutex_init() 9 years ago
René Kijewski e03e20b7f6 core: simplify mutex initializer 9 years ago
René Kijewski e5d6142823 core: simplify mutex signatures 9 years ago
René Kijewski 0e1d7c8091 Merge pull request #935 from Kijewski/add-generic-pipe
sys: Add generic pipe
9 years ago
René Kijewski 0ab1b86e5f Add generic `char` pipe implementation 9 years ago
René Kijewski 2c885bacaf Merge pull request #1101 from Kijewski/issue-979-2
ringbuffer: versatility and optimizations
9 years ago
René Kijewski faf9bb5073 tests: add ringbuffer unittest 9 years ago
René Kijewski 02aeca02db ringbuffer: add static initializer 9 years ago
René Kijewski 201152a6d3 ringbuffer: add documentation 9 years ago
René Kijewski a346276d30 ringbuffer: don't overwrite in `ringbuffer_add` 9 years ago
René Kijewski 47950e8bab ringbuffer: remove pointer to the end
There is no need for an explicit pointer to the end of the buffer.
9 years ago
René Kijewski 726af8d44e ringbuffer: fix parameter types
It is a bad idea to use signed types for lengths.
Mark pointers a `restrict`, since the ringbuffer is not thread safe
anyway.
9 years ago
René Kijewski 67856d63d9 ringbuffer: add convenience functions
This patch add `peek` functionality, and empty and full helpers.
9 years ago
René Kijewski aaa95a281a ringbuffer: remove example 9 years ago
Hauke Petersen 5cb11e5608 Merge pull request #1469 from haukepetersen/fix_periph_adcif
drivers: some improvements to the ADC driver interface
9 years ago
Hauke Petersen 1fb02c272e Merge pull request #1479 from haukepetersen/fix_sam3x_minorfixes
board - arduino-due: some cleanup
9 years ago
Hauke Petersen 20cb27d04d boards/udoo: cleanup in periph_conf.h
- removed unused defines
9 years ago
Hauke Petersen 11bb9d2627 boards/arduino-due: some cleanup
- added parenthesis for LED macros
- changed mapping for LED_* to LED_RED_*
- removed some old values from periph_conf.h
9 years ago
Hauke Petersen 378c0dfc3a drivers: some improvements to the ADC driver IF
- removed UNDEFINED value from device enum
- added pre-defined precision values
- added power[on|off] functions
- some minor doxygen fixes
9 years ago
Kévin Roussel d630eadca0 Merge pull request #1380 from rousselk/arduino-due-minor-fixes
Reset ARM Cortex-M3 MCUs before flashing
9 years ago
Hauke Petersen 1ad0d00934 Merge pull request #1468 from haukepetersen/add_driver_servo
drivers: added servo motor driver
9 years ago
Hauke Petersen e2a8bcb832 drivers: added servo motor driver 9 years ago
Ludwig Ortmann 13bd2a2b3b native: increase rtc realism
Prevent rtc enabling when not initialized.
9 years ago
Ludwig Ortmann 1fd762d3bc Merge pull request #1403 from LudwigOrtmann/transceiver_fixup
sys/transcevier: fix more loop integers
9 years ago
Ludwig Ortmann 12e55ddaec Merge pull request #1445 from LudwigOrtmann/issue-476
native: uart reconnect buffer replay (+a little cleanup)
9 years ago
Ludwig Ortmann 3cda0369cb native: cleanup
fix style
fix some syscall declarations
reorder syscall declarations
init syscalls in dedicated function
substitute 1 with EXIT_FAILURE
9 years ago
Ludwig Ortmann c6bcc344ca native: uart reconnect buffer replay
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
9 years ago
Ludwig Ortmann fb205550a1 boards/chronos: clean up display driver a bit
reduce scope of variables
remove useless comments and spaces

saves 2 bytes =)
9 years ago
Ludwig Ortmann f2344a9b57 Merge pull request #1472 from LudwigOrtmann/cpp-check-a-bit
Fix a few cppcheck findings
9 years ago
Kévin Roussel 904f313ade Reset udoo's MCU before flashing 9 years ago
Ludwig Ortmann bea563d1da Fix a few cppcheck findings 9 years ago
Ludwig Ortmann 85a5e6748a Merge pull request #1459 from LudwigOrtmann/native_help
native: clean up and clarify help
9 years ago
Ludwig Ortmann 2aa9f6b045 native: clean up and clarify help
- reorder option details to mirror the order given in usage
- list option arguments in option details
- clarify option arguments
9 years ago
René Kijewski d38d0d9b36 Merge pull request #1453 from backenklee/dpr
doc: mainpage.txt fixed minor mistake
9 years ago
Leon George 38bd27757b doc: mainpage.txt fixed minor mistake 9 years ago
Oleg Hahm 54fd920da0 Merge pull request #1450 from mehlis/ccp-stacksize-fix
examples: changed stacksize to the recommended value
9 years ago
Christian Mehlis e2052cb6a9 Merge pull request #1026 from mehlis/ccnl-helper-thread
ccnl: refactor ccn lite stack
9 years ago
Christian Mehlis 70c863b3b1 Merge pull request #1320 from mehlis/ccnl-timeouts
ccnl: change timeouts to useful values
9 years ago
Christian Mehlis 346c0cc490 examples: changed stacksize to the recommended value 9 years ago