Commit Graph

10297 Commits (32d48bb16b8ee21d19827ff7d2545cc1cf2688f8)
 

Author SHA1 Message Date
Andreas "Paul" Pauli 32d48bb16b Merge pull request #4877 from locicontrols/cc2538dk-port
boards/cc2538dk: autodetect PORT_LINUX.
7 years ago
Ian Martin 56b471c587 boards/cc2538dk: autodetect PORT_LINUX. 7 years ago
Joakim Nohlgård f98b80f75f Merge pull request #3504 from locicontrols/cc2538-gpio-init
cpu/cc2538: initialize the GPIO controller to a default state
7 years ago
Joakim Nohlgård e088403ce0 Merge pull request #4082 from daniel-k/pr/msg_reply_missing_irq_restore
core/msg: add missing irq restoration in msg_reply()
7 years ago
Joakim Nohlgård 6fed2eaeca Merge pull request #4760 from phectori/nucleo-f401-i2c
boards: I2C Feature for nucleo-f401
7 years ago
Joakim Nohlgård 04c8a18493 Merge pull request #4939 from OlegHahm/version_string_fix
make: use single ticks
7 years ago
Martine Lenders 2e4a99eeec Merge pull request #4829 from haukepetersen/add_test_saul
tests: added SAUL test application
7 years ago
Cenk Gündoğan 025c8696fe Merge pull request #4953 from cgundogan/pr/Makefile.buildtest/remove_CCACHE_DIR
Makefile.buildtest: set CCACHE_DIR only if defined
7 years ago
Cenk Gündoğan 4f6d92a5a7 Merge pull request #4951 from authmillenon/auto_init/fix/debug-output
auto_init: Print correct SPI bus in DEBUG output
7 years ago
Cenk Gündoğan d15bc43302 Merge pull request #4688 from OlegHahm/valgrind_debug_for_native
native: add debug-valgrind target
7 years ago
Martine Lenders 7ee8c5c66d Merge pull request #3834 from michz/master
fixed bug in stm32f0 uart implementation
7 years ago
Martine Lenders bd83828eda Merge pull request #4947 from gebart/pr/mulle-programmer-0.70-default
boards/mulle: Default to programmer version 0.70
7 years ago
Martine Lenders 01248f0599 Merge pull request #4944 from gebart/pr/cortexm-irqn-unsigned-int
cpu/cortexm_common: use int for counter in startup IRQn loop
7 years ago
Martine Lenders a7487e2b19 Merge pull request #4948 from cgundogan/pr/travis/static-tests_fix
travis: continue static tests on error
7 years ago
Martine Lenders 4504e40fe0 Merge pull request #4771 from Yonezawa-T2/rbuf_gc_improvement
rbuf: does not remove oldest entry if we have entry for current fragment
7 years ago
Ian Martin 4936edb80f cpu/cc2538: initialize the GPIO controller to a default state 7 years ago
Peter Kietzmann f7ddeb243e Merge pull request #4934 from haukepetersen/opt_dueudoo_leds
boards/due|udoo: cleaned up LED handling
7 years ago
Cenk Gündoğan 5dda169145 Makefile.buildtest: set CCACHE_DIR only if defined 7 years ago
Cenk Gündoğan e70c5d416e Merge pull request #4787 from BytesGalore/doc_crypto_add_word_on_required_cflags
doc crypto: add word on using required `CFLAGS`
7 years ago
Oleg Hahm cdd6878fca Merge pull request #4942 from gebart/pr/clang-asm
cpu/cortexm_common: Fix inline asm for ARMv6-M so that it compiles in Clang as well
7 years ago
Martine Lenders 5a97eb3666 auto_init: Print correct SPI bus in DEBUG output 7 years ago
Frits Kuipers 33c7e93ef6 boards/nucleo-f401: I2C Feature for nucleo-f401 board
board/nucleo-f401: Closed comment group

Removed double features
7 years ago
Oleg Hahm 2b949fcce1 native: add debug-valgrind target
debug-valgrind-server: Starts valgrind as gdb-server (vgdb)
debug-valgrind:        Connects to vgdb
7 years ago
Peter Kietzmann 367d8af649 Merge pull request #4840 from haukepetersen/opt_nrf_hwrng
cpu/nrf5x: unified hwrng driver
7 years ago
kYc0o 65f9bccbb8 Merge pull request #4940 from OlegHahm/xtimer_msg_receive_timeout_doc
tests xtimer: update documentation xtimer_msg_receive_timeout
7 years ago
kYc0o e730f1bdc3 Merge pull request #4878 from locicontrols/cc2538-periph-timer
cpu/cc2538/periph/timer overhaul
7 years ago
Oleg Hahm eb85eb50a7 Merge pull request #4921 from authmillenon/travis/fix/warn-on-config-change
travis: warn about differing .travis.yml
7 years ago
Peter Kietzmann 2f0901bc64 Merge pull request #4932 from haukepetersen/opt_f1_timer
cpu/stm32f1: reworked timer implementation
7 years ago
Peter Kietzmann 3f99028b19 Merge pull request #4839 from haukepetersen/opt_nrf_timer
cpu/nrf5x: unified and reworked timer driver
7 years ago
Martine Lenders 5c8ae83660 Merge pull request #3544 from authmillenon/ng_icmpv6_error/feat/send+neterr
gnrc_icmpv6_error: Initial import of IPv6 error convenience functions
7 years ago
Yonezawa-T2 31fa3404ca rbuf: does not remove oldest entry if we have entry for current fragment
If all rbuf slots are in use, `_rbuf_gc` removes the oldest entry even if the
entry for the current fragment exists. This effectively decreases usable slots
by one. This patch makes `_rbuf_gc` removes the oldest entry only if there is
no entry for the current fragment.
7 years ago
Martine Lenders e76fef89b8 Merge pull request #4936 from OlegHahm/sixlowpan_nalp_fix
sixlowpan: check the first 2 bits of dispatch byte
7 years ago
Cenk Gündoğan 10cb4d66bf Merge pull request #4870 from authmillenon/ipv6_addr/enh/opt
ipv6_addr: optimize for size
7 years ago
Peter Kietzmann e186eb9f70 Merge pull request #4736 from lebrush/stm32f1-i2c-fixes
stm32f1 i2c fixes
7 years ago
Michael Zapf dfe5c273d1 stm32f0: fixed bug in uart implementation
alternate function register was written incorrectly for pin numbers > 8
+ cpu/stm32f0: fixed possible null-ptr deref
7 years ago
Cenk Gündoğan 592c73ef79 travis: continue static tests on error 7 years ago
Hauke Petersen af48dadb26 Merge pull request #4807 from gebart/pr/saul-lis3dh
drivers/lis3dh: Add SAUL support
7 years ago
Joakim Nohlgård 5e78177c27 boards/mulle: Default to programmer version 0.70 7 years ago
Hauke Petersen 007f717f2c boards/udoo: cleaned up LED handling 7 years ago
Hauke Petersen 593ad5b223 boards/arduino-due: cleaned up LED handling 7 years ago
kYc0o ec1bea389b Merge pull request #2753 from locicontrols/baudrate-fix
cpu/cc2538: avoid using bitfields with the LCRH register
7 years ago
Oleg Hahm 448f7e15b8 Merge pull request #4941 from cgundogan/pr/strider/remove
strider: remove configuration file
7 years ago
Oleg Hahm 76c397f252 Merge pull request #4924 from kaspar030/smaller_core_types
core: reduce types of tcb->status and tcb->priority
7 years ago
Joakim Nohlgård 3da2c2d1c1 cpu/cortexm_common: use int for counter in startup IRQn loop 7 years ago
Joakim Nohlgård 0ae11cc9bc cpu/cortexm_common: call hard_fault_handler using bl
Fixes this error when building with Clang 3.7.1:

fatal error: error in backend: unsupported relocation on symbol
x86_64-pc-linux-gnu-clang-3.7: error: clang frontend command failed with exit code 70 (use -v to see invocation)
clang version 3.7.1 (tags/RELEASE_371/final)
Target: arm-none--eabi
Thread model: posix
x86_64-pc-linux-gnu-clang-3.7: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
x86_64-pc-linux-gnu-clang-3.7: note: diagnostic msg:
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
x86_64-pc-linux-gnu-clang-3.7: note: diagnostic msg: /tmp/vectors_cortexm-54333e.c
x86_64-pc-linux-gnu-clang-3.7: note: diagnostic msg: /tmp/vectors_cortexm-54333e.sh
x86_64-pc-linux-gnu-clang-3.7: note: diagnostic msg:

********************
7 years ago
Joakim Nohlgård efa5cd4066 cpu/cortexm_common: Fix inline asm for ARMv6-M so that it compiles in Clang as well
ARMv6 does not have the mov instruction, only movs
7 years ago
Peter Kietzmann 8e05e3152d Merge pull request #4933 from haukepetersen/opt_sam3_clksetup
cpu/sam3: cleaned up clock initialization
7 years ago
Cenk Gündoğan 854ed6fbfc strider: remove configuration file 7 years ago
Hauke Petersen 72fb1790c0 Merge pull request #4905 from OlegHahm/goodfet_fix
tools: goodfet fix
7 years ago
Hauke Petersen eb79646ab1 cpu/cortexm_common: added sleep_until_event 7 years ago