Commit Graph

9457 Commits (f285bb2349d6a3f740a48a365bc91b1b86e0de08)
 

Author SHA1 Message Date
Martine Lenders f285bb2349 doc: move pkg/PORTING.md and pkg/USING.md to doxygen 8 years ago
Oleg Hahm e07c98ea88 Merge pull request #4274 from OlegHahm/ccnl_reimport
CCN-lite reimport
8 years ago
Oleg Hahm 4e5facd750 Merge pull request #4428 from PeterKietzmann/revert_stm32l1_i2c
Revert "stm32l1/i2c.c: adapt for new periph driver interface"
8 years ago
Thomas Eichinger 0f80e688f3 Merge pull request #4115 from haukepetersen/opt_stm32f4_uart
cpu/stm32f4: optimized UART driver
8 years ago
Thomas Eichinger 10323329ce Merge pull request #4412 from DipSwitch/pr/at86rf2xx-phy-mode
at86rf2xx: Add support for channel page
8 years ago
Hauke Petersen cf53aeddd8 Merge pull request #4382 from haukepetersen/rm_core_flagsh
core: move thread flags from flags.h to thread.h
8 years ago
Oleg Hahm 5259629678 ccn-lite example: use TLSF 8 years ago
Oleg Hahm 13958178f5 shell: move ccnl commands from example to shell 8 years ago
Oleg Hahm c96679f3d1 doc: include package documentation 8 years ago
Oleg Hahm f3d16b85a5 ccn-lite: initial import of an example 8 years ago
Oleg Hahm fc8dd7fdd7 pkg: initial import of ccn-lite package 8 years ago
Oleg Hahm 666b347eeb net: ETH_ALEN as alias for ETHERNET_ADDR_LEN 8 years ago
Oleg Hahm 796cb58a8a net: added NDN ethertype 8 years ago
Oleg Hahm 3fddead681 net: added packet header 8 years ago
Oleg Hahm e257563bd3 posix: added packet address family 8 years ago
Oleg Hahm 7e26470288 gnrc nettype: added a CCN nettypes 8 years ago
Oleg Hahm f3e3e40bda Merge pull request #4360 from OlegHahm/relic_import
Add a RELIC package and unit test that shows how to use it
8 years ago
Oleg Hahm 7fd62876af unittests: exclude tests for particular platforms 8 years ago
Oleg Hahm a236fabcd4 cpu stm32f4: rename HASH macro
The HASH macro for an address in STM32's MCU hardware implementation is prone to naming clashes.
8 years ago
Tobias Markmann 57b8a24466 Add a RELIC package and unit test that shows how to use it
Add install of cmake to .travis.yml.

Test-Information:

This has been tested on OS X and on Ubuntu for both the native target
and STM32F4Discovery.
8 years ago
Oleg Hahm fcb5fbf7f6 Merge pull request #4398 from OlegHahm/stm_header_cleanup
cpu: remove superfluous definitions in ST header
8 years ago
Oleg Hahm 6dcb1809cc Merge pull request #4423 from OlegHahm/tests_coap_conn_dep
tests coap: POSIX sockets require conn
8 years ago
Oleg Hahm 0250d62509 Merge pull request #4358 from OlegHahm/eliminate_pedantic_errors
Eliminate pedantic errors
8 years ago
Oleg Hahm f3d161d97a cpu: remove superfluous definitions in ST header 8 years ago
Oleg Hahm aa3ef774d0 cpu stm32f1 periph spi: simplify condition 8 years ago
Oleg Hahm 6f0d05e725 Merge pull request #4376 from haukepetersen/opt_boards_modulename
boards: changed module name to 'board'
8 years ago
Oleg Hahm bcb56fd542 Merge pull request #4429 from OlegHahm/at86rf231_proto_netopt_fix
at86rf2xx: dereference NETOPT_PROTO option
8 years ago
Kaspar Schleiser 6a473e6cc2 Merge pull request #4426 from kaspar030/fix_fmt_u32_dec_zero_case
sys: fmt: fix converting "0" in fmt_u32_dec()
8 years ago
Hauke Petersen 809b907ec6 exmaples/gnrc_tftp: adapted to changed FLAG names 8 years ago
Hauke Petersen cc23481d55 tests: adapted to renamed THREAD_FLAGS 8 years ago
Hauke Petersen 41979b64cd sys: adapted to renamed THREAD FLAGS 8 years ago
Hauke Petersen 4216f9fef0 examples: adapted to renamed THREAD_FLAGS 8 years ago
Hauke Petersen 22428f6cfb core: adapted to renamed THREAD_FLAGS 8 years ago
Hauke Petersen 7dcb40b46a core/thread.h: renamed thread creation flags 8 years ago
Hauke Petersen fa7c2a1b45 tests: removed includes of flags.h 8 years ago
Hauke Petersen 7f5ab0cd5f core: moved flags.h to thread.h 8 years ago
Peter Kietzmann 27e063823f Merge pull request #4264 from jfischer-phytec-iot/fix@kw2xrf-_assemble_tx_buf
drivers/kw2xrf/kw2xrf.c: fix bug and cleanup in _assemble_tx_buf
8 years ago
Oleg Hahm 834f77a15e tests coap: POSIX sockets require conn
Currently the only implementation for POSIX sockets is through gnrc_conn. This was missing in the Makefile for this application.
8 years ago
Oleg Hahm 4780b5cba1 cc2538: fix pedantic compiler warnings 8 years ago
Oleg Hahm d92ec1d11e lpc2387: fix pedantic compiler warnings 8 years ago
Oleg Hahm 67c1084825 sam3: fix pedantic compiler warnings 8 years ago
Oleg Hahm a82835a72b core: mute compiler warning 8 years ago
Oleg Hahm 875f48979a avsextrem: some cleanup 8 years ago
Oleg Hahm 8243a153be arduino-mega2560: fix pedantic compiler warnings 8 years ago
Oleg Hahm de9965adef sys: fix pedantic compiler warnings 8 years ago
Oleg Hahm b87a0f12b0 arduino header: fix pedantic compiler warnings 8 years ago
Oleg Hahm 426816b9ae drivers: fix pedantic compiler warnings 8 years ago
Oleg Hahm 20f1750fb6 cpu stm32fX: fix pedantic compiler warnings 8 years ago
Oleg Hahm e88ebc1c84 cpu nrf51: fix pedantic compiler warnings
Make compiler doesn't complain about unused variables and unnamed unions.
8 years ago
Oleg Hahm f24e810de5 cpu cortexm_common: fix pedantic compiler warnings 8 years ago