Commit Graph

4122 Commits (a676038472c2e36bef45bed45e65c7ed9b1694a8)
 

Author SHA1 Message Date
Oleg Hahm a676038472 Merge pull request #1869 from authmillenon/vtimer-doc-improve
vtimer: improve documentation of vtimer_set_msg()
9 years ago
Martine Lenders f7d9b02d7e vtimer: improve documentation of vtimer_set_msg() 9 years ago
Oleg Hahm 84cb4ccaa2 Merge pull request #1830 from thomaseichinger/transceiver-fixes
sys/transceiver: fixes for the use of `ieee802154_packet_t`
9 years ago
René Kijewski b46d3d9d1a Merge pull request #1866 from OlegHahm/core_fix_thread_init_prototype
cpu: use typed function pointer for thread_arch_init
9 years ago
Oleg Hahm db8f3d2650 cpu: use typed function pointer for thread_arch_init 9 years ago
Ludwig Ortmann 18ac4dfcb9 Merge pull request #1856 from BytesGalore/extern_C_in_headers_drivers_add_new_headers
drivers: added missing `extern "C"` guards in new files
9 years ago
Ludwig Ortmann dd379220e7 Merge pull request #1851 from authmillenon/native-debug-args
make: initialize debugger with TERMFLAGS
9 years ago
René Kijewski aeef892360 Merge pull request #1858 from OlegHahm/dist_makefile
make: doc: clean up dist Makefile
9 years ago
Oleg Hahm b0a65e870b make: doc: clean up dist Makefile 9 years ago
Kaspar Schleiser 1667506948 Merge pull request #1816 from Kijewski/runqueues-name-fixup
core: make sched_runqueues static
9 years ago
Kaspar Schleiser ad65a1383a Merge pull request #1637 from kaspar030/docker
dist: add Dockerfile for docker builder container
9 years ago
Kaspar Schleiser 6f6fb8a621 dist: add Dockerfile for docker builder container 9 years ago
Kaspar Schleiser ce6659a192 Merge pull request #1650 from kaspar030/ringbuffer_get_free
sys: lib: ringbuffer: introduce ringbuffer_get_free
9 years ago
Kaspar Schleiser 6e03faa3d6 sys: lib: ringbuffer: introduce ringbuffer_get_free
This function returns the number of bytes available in the ringbuffer.
9 years ago
René Kijewski b604832777 core: make sched_runqueues static
PR #1000 overlooked to rename `runqueues` into `sched_runqueues` in
 `sched.h`. This shows that the variable is not used outside of
 `sched.c`.

 As the list should not be accessed outside of the scheduler, so it
 can be `static`.
9 years ago
Hauke Petersen a57a4e761f Merge pull request #1847 from kaspar030/msg_try_send
core: introduce msg_try_send
9 years ago
Kaspar Schleiser 5146c66786 core: adapt to msg_try_send 9 years ago
Kaspar Schleiser bdcac07faa core: msg: introduce msg_try_send 9 years ago
Oleg Hahm 51d40ce524 Merge pull request #1853 from authmillenon/solicited-node-address-fix
ip: set solicited node address correctly
9 years ago
BytesGalore 469f28bf5c added missing `extern "C"` guards 9 years ago
DangNhat Pham-Huu e80c712040 Merge pull request #1807 from BytesGalore/extern_C_in_headers_drivers
drivers: add `extern "C"` to header files
9 years ago
DangNhat Pham-Huu e6c7414357 Merge pull request #1805 from BytesGalore/extern_C_in_headers_core_unguard_includes
core: moved `#include`s outside the `extern "C"` guards
9 years ago
Martine Lenders fbaae0951a ip: set solicited node address correctly 9 years ago
René Kijewski 105efa5d46 Merge pull request #1852 from authmillenon/byteorder-silence
byteorder: silence warnings in clang
9 years ago
Martine Lenders a7ed27130d byteorder: silence warnings in clang 9 years ago
Martine Lenders b3f59eec65 make: initialize debugger with TERMFLAGS 9 years ago
Oleg Hahm fd2ec50035 Merge pull request #1848 from locicontrols/cc2538-nvic-prio-bits
cc2538: Set __NVIC_PRIO_BITS to the correct value of 3.
9 years ago
BytesGalore f94623ae0f drivers: add `extern "C"` to header files 9 years ago
BytesGalore 74161f0f2d core: moved `#include`s outside the `extern "C"` guards 9 years ago
Ludwig Ortmann a2bb383a86 Merge pull request #1838 from LudwigOrtmann/native_subsstructure
native: add substructure
9 years ago
René Kijewski c11a575ec0 Merge pull request #1268 from Kijewski/issue-1267
core: align stack on a 32bit boundary
9 years ago
Ian Martin 647391f71c cc2538: Set __NVIC_PRIO_BITS to the correct value of 3. 9 years ago
Ludwig Ortmann d17b7730f5 Merge pull request #1833 from OlegHahm/dont_overwrite_linkflags
make: don't overwrite LINKFLAGS
9 years ago
Hinnerk van Bruinehsen 1c4971b49c Merge pull request #1831 from LudwigOrtmann/periph_gpio_ifdef
drivers/periph/gpio: fix #ifdef instead of #if
9 years ago
Ludwig Ortmann 45cf2e4967 native: relocate drivers/rtc implementation 9 years ago
Ludwig Ortmann 0136f208c6 native: add drivers substructure 9 years ago
Ludwig Ortmann 833c36f09d native: relocate periph/cpuid implementation 9 years ago
Ludwig Ortmann 96d2907666 native: add periph substructure 9 years ago
Ludwig Ortmann d232595a1f Merge pull request #1789 from LudwigOrtmann/externc_check
CI: extern "C" check
9 years ago
Ludwig Ortmann 707b3b0d98 Merge pull request #1832 from OlegHahm/test_thread_msg_seq_fixup
tests: use correct PID for main thread
9 years ago
Ludwig Ortmann b3266fee1a drivers/periph/gpio: fix #ifdef instead of #if 9 years ago
Ludwig Ortmann a29a9ced27 boards + cpu: atmega2560: fix non-existent GPIO 9 years ago
Ludwig Ortmann 1838f456c3 Travis: add externc check 9 years ago
Ludwig Ortmann 302b9b775c dist/tools: add check for extern "C" declaration 9 years ago
Oleg Hahm 94824026cd tests: use correct PID for main thread
Since PIDs are not beginning at 0 any more, this test was failing.
9 years ago
Oleg Hahm 559b072a59 make: don't overwrite LINKFLAGS
Fix the boards' Makefiles were a potentially set LINKFLAGS variable were
overwritten.
9 years ago
René Kijewski 862000b715 core: align stack on a 32bit boundary
Fixes #1267.
9 years ago
Thomas Eichinger 5b48fcd007 shell/transceiver: properly initialize 802.15.4 packet 9 years ago
Thomas Eichinger ebbe5bef6a sys/transceiver: cc2420 handles 802.15.4 packets 9 years ago
DangNhat Pham-Huu fc4cf69376 Merge pull request #1788 from BytesGalore/extern_C_in_headers_tests
c++: tests/unittests: add extern C in header files
9 years ago