- May 14, 2014
-
-
Martine Lenders authored
-
Martine Lenders authored
unittests: separate test suites from main.c
-
René Kijewski authored
native: fixup #1145: function declaration
-
René Kijewski authored
-
Hauke Petersen authored
examples: added README.md to ipc_pingpong example
-
Hauke Petersen authored
-
Thomas Eichinger authored
pkg: openwsn: update with iot-lab_M3 support and split patch files
-
Hauke Petersen authored
-
Thomas Eichinger authored
into separate patch files
-
Hauke Petersen authored
-
Thomas Eichinger authored
sys/crypo: fix function declarations
-
René Kijewski authored
In #1119 old-style function declarations are exterminated and forbidden. I missed the functions in `sys/crypto` because they weren't used throughout the tests/examples before #1124.
-
René Kijewski authored
Exterminate old-style function definitions
-
René Kijewski authored
sys:crypto: put ciphers into one module
-
René Kijewski authored
This change removes the need to patch the main.c if you add or remove a test suite. A test suite in `tests/unittests/tests-XXX` needs to export the function `void tests_XXX(void)`, which gets called by `main()`. The `tests-XXX/Makefile` looks like your average module: ``` MODULE = tests-XXX include $(RIOTBASE)/Makefile.base ```
-
Martine Lenders authored
unittests: use subfolders for different tests
-
René Kijewski authored
Unittests for e.g. different libraries can be put into `tests/unittests/tests-XXX`, where `XXX` is your test suite. If `unittests` is made with `make all` (or any explicit argument), then all test suites get built. If you use `make tests-XXX tests-YYY …` then only the test suites `XXX` and `YYY` get built.
-
Martine Lenders authored
unittests: exit(1) or error
-
Ludwig Knüpfer authored
sam3x8e: fix license to LGPL
-
Martine Lenders authored
added missing Licence in at86rf231 driver files.
-
Alaeddine Weslati authored
-
René Kijewski authored
-
René Kijewski authored
dist/tools: Licensing the border router
-
Ludwig Knüpfer authored
license: fix license header grammar
-
Thomas Eichinger authored
fixes #1155 needs @haukepetersen to review
-
Thomas Eichinger authored
mc1322x: redbee-econotag: fix licenses to LGPL
-
Thomas Eichinger authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Ludwig Knüpfer authored
native: refactor getpid calls
-
Ludwig Knüpfer authored
insert missing "is"
-
Ludwig Knüpfer authored
-
Ludwig Knüpfer authored
-
- May 13, 2014
-
-
Hauke Petersen authored
board: Initial import of the arduino-due
-
Hauke Petersen authored
- switched to flashing using the programming port - fixed Makefile.include - fixes some documentation - removed newlib nano.specs - added OSX flashing support - fixed flasher and port for OSX - fixed port on OSX - fixed bossac linux tool - added license header
-
Hauke Petersen authored
- fixed spelling in uart driver - marked cortexm-common a phony target - fixed Makefiles - added reboot interface implementation - fixed documentation - added UART0_BUFSIZE define - added license header - fixed documentation issues
-
Hauke Petersen authored
- fixes to cortexm-common - Added ARM CMSIS headers to cortexm_common - thread_exit fixes to cortexm-common - cortexm-common adjusted documentation - cortexm_common added eINT dINT defines for now
-
Hauke Petersen authored
-
Oleg Hahm authored
core: doc: documentation improvement lifo.h lpm.h msg.h mutex.h
-
Oleg Hahm authored
license: %s/FeuerWare/RIOT/g
-