1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

12268 Commits

Author SHA1 Message Date
Francisco Acosta
b2bed29683 Merge pull request #5564 from locicontrols/mpu-rebase2
Cortex-M MPU driver and pseudo-module for guarding against stack overflows
2016-10-25 11:56:40 +02:00
Takuo Yonezawa
160ef548f8 make: use LLDB if GDB is not available 2016-10-25 16:31:40 +09:00
Francisco Acosta
cf52392de5 Merge pull request #5981 from aabadie/fix_nucleo-f103_uart
boards/nucleo-f103: set stdio uart to USB port by default
2016-10-25 08:57:25 +02:00
Peter Kietzmann
d8d658f1f7 Merge pull request #5974 from cgundogan/pr/atmega_common_time
cpu/atmega_common: include time.h for time_t
2016-10-25 08:10:58 +02:00
Martine Lenders
6434687271 Merge pull request #5989 from haukepetersen/fix_stm32f103cb_linkerscript
cpu/stm32f103cb: generalize linkerscript
2016-10-24 22:42:42 +02:00
Peter Kietzmann
32eb239b5a Merge pull request #5985 from smlng/pr/netstats_l2
netstats_l2: cc2538 (and at86rf2xx fixes)
2016-10-24 20:59:12 +02:00
Peter Kietzmann
a94138bca3 Merge pull request #5984 from smlng/pr/shell_fix_usage
shell: exclude hl and stats from usage if module not present
2016-10-24 20:29:27 +02:00
smlng
4c44a931b7 shell, netstats: fix unused function error 2016-10-24 19:52:15 +02:00
Ian Martin
0c588e7b24 add tests/mpu_stack_guard for testing psuedomodule 2016-10-24 12:40:55 -04:00
Ian Martin
22b5de86a5 add mpu_stack_guard pseudomodule (just Cortex-M for now)
triggers an exception during stack overflow,
but at a cost of 32-63 bytes of RAM per thread.
2016-10-24 12:40:44 -04:00
Ian Martin
28a7ddc9a8 core: save the stack_start in the thread context for mpu_stack_guard 2016-10-24 12:36:15 -04:00
Martine Lenders
740d39036a Merge pull request #5982 from haukepetersen/fix_nucleol1_gpioconfig
boards/nucleo-l1: removed deprecated GPIO config
2016-10-24 17:46:12 +02:00
Hauke Petersen
f2eb4618f2 boards/spark-core: added custom linkerscript 2016-10-24 17:36:31 +02:00
Hauke Petersen
ecb24e55bf cpu/stm32f103cb: generalized linkerscript 2016-10-24 17:35:44 +02:00
Martine Lenders
f341947612 cbor: fix off-by-one error 2016-10-24 15:52:05 +02:00
Martine Lenders
3225f020e5 Merge pull request #5964 from kaspar030/make_fix_appdir_bindir
make: remove trailing slash from BINDIR and APPDIR variables
2016-10-24 14:33:40 +02:00
Cenk Gündoğan
50a77aa7e6 boards/native: set PORT to tap0
`PORT` is unset if `netdev2_tap` is not in `USEMODULES`.
But unfortunately, `netdev2_tap` is set by boards/native/Makefile.dep
*after* `PORT` is set, so that `PORT` remains empty.

This commit breaks this circular dependency by checking for
`netdev_default` and `gnrc_netdev_default` instead.

Without this commit, `make term` throws an error for examples that
require a tap interface, when `PORT` is not explicitely given.
2016-10-24 12:05:10 +02:00
Peter Kietzmann
4b1785fca1 Merge pull request #5978 from smlng/pr/boards/remote-revb
boards: add remote-revb
2016-10-22 07:12:19 +02:00
smlng
68c30b30e5 at86rf2xx: move netstat increment after possible error return 2016-10-21 21:57:32 +02:00
smlng
89978ab8e5 cc2538: add netstat_l2 2016-10-21 21:56:04 +02:00
smlng
3b02e08dea shell: exclude hl and stats from usage if module not present 2016-10-21 21:32:11 +02:00
Hauke Petersen
0bd00789b8 boards/nucleo-l1: removed deprecated GPIO config 2016-10-21 17:45:21 +02:00
7ee1b9a6f3 boards/nucleo-f103: set stdio uart to USB port by default 2016-10-21 16:47:54 +02:00
smlng
95ab1ae705 boards/remote: add Makefile.dep
add missing Makefile.dep files to boards remote-pa, remote-reva, and
remote-revb, as introduced by #5891. Otherwise certain features are
not working, such as radio.
2016-10-21 14:49:44 +02:00
Antonio Lignan
2a4437bf8f RE-Mote: added new revision B 2016-10-21 14:41:52 +02:00
Martine Lenders
100991e59e tests: unittests: add tests for longer input vectors
Fixes #5299
2016-10-21 11:06:27 +02:00
Lotte Steenbrink
3d23724802 Merge pull request #5973 from Lotterleben/conn_fix_ascii_art
conn.h: fix ascii art
2016-10-20 17:11:54 +02:00
Lotte Steenbrink
1157137f8f conn.h: fix ascii art 2016-10-20 07:34:44 -07:00
Cenk Gündoğan
9ef148e931 cpu/atmega_common: include time.h for time_t 2016-10-20 15:33:01 +02:00
Emmanuel Baccelli
d588c62508 Merge pull request #5925 from kYc0o/fix_usb_m3_mac
boards/iotlab-common: small fix to select right serial port
2016-10-20 12:19:30 +02:00
Martine Lenders
633292af30 Merge pull request #5958 from miri64/gnrc_pktqueue/doc/fix
gnrc_pktqueue: fix doc
2016-10-20 12:12:46 +02:00
Lucas Jenss
f7c28ccecd Improve execution of static-tests
Allow execution of static tests with the `make static-tests`
command and improve its output for the human reader
2016-10-20 09:28:59 +02:00
Martine Lenders
523e6975dd Merge pull request #5955 from Cherden/master
gnrc_netif_hdr: Packet dump format of if_pid, rssi and lqi
2016-10-19 17:59:46 +02:00
Ian Martin
b7bd6b3479 cpu/cortexm_common: add Memory Protection Unit (MPU) driver 2016-10-19 11:12:36 -04:00
47b233143c Merge pull request #5909 from aabadie/cc2538_bsl_py3
dist/tools/cc2538-bsl: fixing pep8 and python 2 & 3 compatibility in cc2538 bsl script
2016-10-19 16:06:34 +02:00
Martine Lenders
2c3a6e4a7d Merge pull request #5966 from PeterKietzmann/opt_stm32f1_spi_leftover
cpu/stm32f1: remove leftover from #5921
2016-10-19 13:37:22 +02:00
Martine Lenders
bef0231133 Merge pull request #5891 from kaspar030/improve_module_deps
make: improve module dependencies
2016-10-19 12:50:37 +02:00
PeterKietzmann
f57e185f5d cpu/stm32f1: remove leftover from #5921 2016-10-19 12:21:42 +02:00
Hauke Petersen
f6fbee51ad Merge pull request #5921 from PeterKietzmann/opt_stm32f1_spi
cpu/stm32f1: optimize SPI driver
2016-10-19 10:15:13 +02:00
PeterKietzmann
bb4bf51020 cpu/stm32f1: improve SPI driver speed 2016-10-19 08:56:18 +02:00
998b7d7975 pkg: cmsis-dsp: bump to new upstream
(newest upstream commit adapts to changed BINDIR)
2016-10-19 08:11:13 +02:00
560a509036 make: remove trailing slash from BINDIR variable 2016-10-18 23:27:59 +02:00
057274b1fb Merge pull request #5877 from miri64/core/doc/assert-addr2line
core: add documentation on how to get line of failed assert()
2016-10-18 12:06:41 +02:00
Yannic Schröder
c7d73e24c1 at86rf2xx: fix warnings when building with -Wextra -pedantic 2016-10-18 10:21:54 +02:00
Peter Kietzmann
ed67143a2a Merge pull request #5886 from haukepetersen/opt_msp_spi
cpu/msp430fxyz: improved SPI driver speed
2016-10-17 21:58:14 +02:00
Hauke Petersen
470fe20a40 cpu/msp430fxyz: added bifields for SPI STAT reg 2016-10-17 20:47:27 +02:00
Hauke Petersen
6cd8d98f1d cpu/msp430fxyz: improved SPI driver speed 2016-10-17 20:47:26 +02:00
Hauke Petersen
08610ee84f drivers/periph_common: added spi_transfer_byte() 2016-10-17 16:58:26 +02:00
3b30d510bf Merge pull request #5923 from miri64/sock/api/add-missing-func+doc
sock_tcp: Add missing function and doc
2016-10-17 16:04:32 +02:00
Martine Lenders
6e2f1c566b sock_tcp: Add missing function and doc 2016-10-17 14:46:57 +02:00