Commit Graph

13194 Commits (aedffd78835f3afade2b34d55347048c01404c3f)
 

Author SHA1 Message Date
Alexandre Abadie 3e49d0c8c6 Merge pull request #6434 from aabadie/petersen_typo
cpu: fix typo in author email
6 years ago
Peter Kietzmann 38a649428d Merge pull request #6421 from aabadie/nucleo_f042_periph
boards/nucleo-f042: configure PWM pins, add extra UART, add ADC
6 years ago
Oleg Hahm 5578d57387 Merge pull request #6395 from gebart/pr/doxygen-strip-include-fix
doc: Doxygen strip include fix
6 years ago
Hauke Petersen 825958d3e2 sys/auto_init: unified logging for mma8x5x 6 years ago
Hauke Petersen a631cc86ca sys/auto_init: unified logging for saul&netif 6 years ago
Martine Lenders a5bdf0a831 Merge pull request #6407 from OlegHahm/header_guards
*: remove trailing underscores from header guards
6 years ago
Oleg Hahm 5c8188f1a3 pkg nordic_softdevice_ble: fixes header 6 years ago
Paul RATHGEB 9317c1a212
Toggle function is LPC_GPIO->NOT and not LPC_GPIO->CLR
Signed-off-by: Paul RATHGEB <paul.rathgeb@skynet.be>
6 years ago
Alexandre Abadie 44fa850724 boards/nucleo32-f042: configure some PWM pins, add extra UART, add ADC configuration 6 years ago
Alexandre Abadie 245f60edfa cpu: fix typo in author email 6 years ago
Peter Kietzmann 2a4df77567 Merge pull request #6422 from gebart/pr/ci-tc-version-heading
dist/tools/ci: toolchain versions: Fix heading formatting
6 years ago
Oleg Hahm 3c6678b037 *: fix mismatching endifs for header guards 6 years ago
Oleg Hahm 7ee7801c10 *: remove trailing underscores from header guards 6 years ago
Vincent Dupont eacffdf490 xtimer: fix mutex unlocking in _mutex_timeout 6 years ago
Peter Kietzmann f119a2e77b Merge pull request #4419 from thomaseichinger/pr/min_invasive
drivers/at86rf2xx: code size optimisations
6 years ago
Oleg Hahm 693636690c Merge pull request #6399 from OlegHahm/timex_constants
timex: unambiguous time conversion macros
6 years ago
Thomas Eichinger 467b255c03 drivers/at86rf2xx: code size optimizations
These changes try to reduce code size of the at86rf2xx
driver by reducing code duplication and simplification.
6 years ago
Oleg Hahm dd58ea3df3 pkg ccn-lite: remove obsolete patches 6 years ago
Oleg Hahm 63a9928e43 pkg ccn-lite: update version 6 years ago
Martine Lenders 76f951b54f Merge pull request #6326 from smlng/pr/osx/tests_name_clash
tests: fix linker failure on OS X due to name clash
6 years ago
smlng 6a037ad004 tests: add prefix to Makefile.tests_common
- fixes name clash on macOS
    - correct naming of test coap to pkg_libcoap
6 years ago
Francisco Acosta 70fbcbf7ed Merge pull request #6311 from miri64/native/enh/multi-tap
cpu/native: allow for multiple netdev2_tap devices
6 years ago
Sebastian Meiling f072bce9ff Merge pull request #6425 from cgundogan/pr/jenkins_git_fetch_timeout
jenkins: timeout and retry blocked git fetch
6 years ago
Cenk Gündoğan b523808043 jenkins: timeout and retry blocked git fetch 6 years ago
Martine Lenders 8ba057daf7 Merge pull request #6377 from aabadie/nucleo32-f303
boards/nucleo32-f303 : initial support
6 years ago
Joakim Nohlgård 78e207bc33 dist/tools/ci: Fix command output formatting of last line 6 years ago
Cenk Gündoğan 4b05722477 dist/tools/ci: toolchain versions: fix output to show avr-libc 6 years ago
Joakim Nohlgård 05769dddee dist/tools/ci: toolchain versions: Fix heading formatting 6 years ago
Martine Lenders 7599a81fd6 Merge pull request #6314 from haukepetersen/add_uuid
sys: add uuid module for central ID/addr generation
6 years ago
Hauke Petersen 1141787687 boards/weio: adapted PWM configuration 6 years ago
Oleg Hahm 4f4214235b timex: unambiguous time conversion macros 6 years ago
Hauke Petersen ce29ac305d cpu/lpc11u34: remodeled PWM driver 6 years ago
Martine Lenders 2a05385560 Merge pull request #6155 from lebrush/sema-non-ipc
Semaphore implementation without IPC
6 years ago
Oleg Hahm b9b6e4934c Merge pull request #5203 from OlegHahm/cbor_bound_checking
cbor: bounds checking on read and no_copy string deserialization
6 years ago
Martine Lenders 1f6f02e196 cpu/native: adapt start-up and auto-init for multiple netdev2_tap 6 years ago
Peter Kietzmann b92ce8ae2a Merge pull request #6369 from OlegHahm/at86rf2xx_rssi_base_value
at86rf2xx: different types have RSSI base values
6 years ago
Alexandre Abadie ca11e4c9e6 tests: add nucleo32-f303 to insufficient memory boards in some tests 6 years ago
Alexandre Abadie 59cc59059e examples: add nucleo32-f303 to insufficient memory boards in some examples 6 years ago
Alexandre Abadie c35411c588 boards/nucleo32-f303: initial support 6 years ago
Hauke Petersen 88636b6919 drivers/cc2420: use uuid module for addr gen 6 years ago
Hauke Petersen 84246d1687 drivers/cc110x: use uuid module for addr gen 6 years ago
Hauke Petersen 4105011867 drivers/enc28j60: used uuid module for addr gen 6 years ago
Hauke Petersen 81e8afd19e drivers/at86rf2xx: use uuid module for addr gen 6 years ago
Hauke Petersen 8624456efe drivers/w5100: use uuid_get() for HW addr gen 6 years ago
Hauke Petersen ab2339cc95 sys: added unique ID generation module 6 years ago
Hauke Petersen 0fc8c665f1 sys/pm_layered: fixed doxygen group 6 years ago
Hauke Petersen 55c4477038 periph/pm: minor doc clarification 6 years ago
Hauke Petersen a37ba98bfd cpu/msp430-common: moved pm_reboot to periph/pm.c 6 years ago
Alexandre Abadie 261965d936 cpu/stm32f3: add support for stm32f303k8 6 years ago
Hauke Petersen 61045d127c cpu/lpc1768: unuse module periph_common 6 years ago