Sebastian Meiling
6501e71f78
Merge pull request #7878 from gebart/pr/kinetis-one-isr-vector
...
kinetis: Generic ISR vector table for all Kinetis CPUs
2017-10-31 09:23:09 +01:00
Joakim Nohlgård
dea1676ef6
kinetis: Merge all ISR vector tables into one generic mutant
...
The ISR names have been changed to match the name of the IRQ number they
are servicing.
2017-10-31 05:45:13 +01:00
Joakim Nohlgård
222842c951
kinetis_common: Use separate array for padding ISR vector table
2017-10-31 05:45:13 +01:00
Joakim Nohlgård
2945532c3b
k22f: Update to latest vendor headers
2017-10-31 05:45:13 +01:00
Joakim Nohlgård
f98e286d08
k22f: Remove unused MK22F10.h header
...
According to NXP material, there are no 100 MHz K22F parts in 144 pin
packages, which is the reference manual that this header is supposed to
correspond to.
The header was originally included from Keil uVision Kinetis support
packages. It is possible that this header was only used with
engineering samples of the K22F.
2017-10-31 05:45:13 +01:00
Joakim Nohlgård
4de06b5f96
Merge pull request #7777 from x3ro/fix-ssp-test-on-macos
...
tests/ssp: Fix on macOS while compiling w/ clang
2017-10-31 05:39:57 +01:00
Cenk Gündoğan
06f61bb21b
tests: trickle: add pexpect script
2017-10-30 18:53:29 +01:00
Cenk Gündoğan
22b9e6337b
tests: trickle: extend trickle test to print SUCCESS/FAILURE
2017-10-30 18:53:29 +01:00
Lucas Jenss
4710701405
tests/ssp: Fix on macOS while compiling w/ clang
...
On macOS using Apple LLVM version 9.0.0 this test would
not compile due to clang detecting the buffer overflow.
Since this test is all about having a buffer overflow, I
tricked clang into not detecting this anymore.
This loosely relates to #6473 .
2017-10-30 10:53:46 +01:00
Joakim Nohlgård
b80cdd81d8
Merge pull request #7798 from kaspar030/fix_buildsizes_diff
...
make: fix info-buildsizes-diff
2017-10-30 07:41:19 +01:00
Joakim Nohlgård
2f55fdcec4
cortexm_common: Correct offset for hardfault stack
...
The required space for the hardfault handler is defined by
HARDFAULT_HANDLER_REQUIRED_STACK_SPACE, which is given in bytes,
this length is added to &_sram to find a lower limit on the amount of
stack space that the hard fault handler can work with. The _sram
variable, was mistakenly defined as a uint32_t, which makes &_sram into
a uint32_t*, which through pointer addition, made the required space 4
times as big as it was supposed to. By changing the type of _sram to
uint8_t, the required stack space is correctly computed.
The symptom was that the hardfault handler always reported that the
stack pointer had been corrupted and it was impossible to get any useful
information from the crash text.
2017-10-30 07:08:33 +01:00
Adrian GHC
cf148528c0
dist: Update Vagrant packer files to include xstlproc and Ubuntu 16.04.3
2017-10-29 15:55:50 +01:00
Bas Stottelaar
7e7d5d30f0
dist/tools: check DBG env var.
2017-10-29 15:06:46 +01:00
Joe Kroesche
5b6d311830
core/include/ringbuffer.h: add doc ref to tsrb.
...
Updated file comment header to comply with coding standard;
added brief module description and reference to tsrb to guide reader
who might be looking for thread-safe implementation
2017-10-29 08:08:15 -05:00
2a454587b2
Merge pull request #7902 from bergzand/tests/sx127x-rtc
...
tests/sx127x: remove unused periph/rtc.h include
2017-10-29 10:39:12 +01:00
be91023dc1
tests/sx127x: remove unused periph/rtc.h include
2017-10-28 21:48:17 +02:00
d03844ef80
make: add missing feature dependencies to Makefile.dep
2017-10-28 21:09:36 +02:00
Joakim Nohlgård
5a85e28817
frdm-k22f: Correct copy pasta in LEDx macros
2017-10-28 13:56:04 +02:00
Sebastian Meiling
2e0917cd81
Merge pull request #7727 from beduino-project/bluepill-rebased
...
boards: add support for bluepill board
2017-10-27 20:33:07 +02:00
Sören Tempel
9b3714b0c4
add support for bluepill board
2017-10-27 16:06:50 +02:00
Joakim Nohlgård
af9ab30234
Merge pull request #7750 from miri64/dist/enh/clean-up-after-buildtest
...
dist: compile_test: cleanup after buildtest
2017-10-27 14:51:09 +02:00
Hauke Petersen
2c50d5fbc7
Merge pull request #7884 from haukepetersen/add_releasenotes201710
...
[backport] Release notes of 2017.10
2017-10-27 12:32:06 +02:00
Hauke Petersen
e55fe5cc94
[backport] Release notes of 2017.10
2017-10-27 12:25:58 +02:00
Hauke Petersen
d4bf6303af
release-notes: removed appending space characters
2017-10-27 12:24:57 +02:00
Francisco Acosta
1baece5039
Merge pull request #7851 from kYc0o/fix_sx127x_misc
...
drivers/sx127x: Fix misc variable types and lengths
2017-10-26 16:01:54 +02:00
Martine Lenders
d8b7055008
Merge pull request #7870 from cgundogan/pr/trickle_timer_fix
...
trickle: correctly reset t
2017-10-26 15:48:07 +02:00
kYc0o
5a46a01096
tests/driver_sx127x/main.c: misc fixes
2017-10-26 15:41:07 +02:00
kYc0o
dd9f038a5e
drivers/sx127x/sx127x_netdev.c: fix var size
2017-10-26 15:41:06 +02:00
smlng
3608a9a646
tests, thread_flood: update test script and output
2017-10-26 15:15:49 +02:00
Cenk Gündoğan
5852517614
trickle: correctly reset t
2017-10-26 15:13:11 +02:00
Francisco Acosta
250fce160b
Merge pull request #7852 from kYc0o/fix_servo_var
...
tests/driver_servo/main.c: fix var len
2017-10-26 14:33:56 +02:00
Martine Lenders
67179e6253
Merge pull request #7863 from roberthartung/pm_fix_pm_layered_conflict_set_lowest
...
pm_layered: make sure no conflict for pm_set_lowest exists
2017-10-26 14:31:37 +02:00
Cenk Gündoğan
0541fe3ceb
Merge pull request #7849 from miri64/sys/fix/native-libc
...
sys: libc: only add include path on non-native boards
2017-10-26 13:58:50 +02:00
Martine Lenders
08eb6c39a4
Merge pull request #7867 from danpetry/api_doc_grammar_correction
...
Removed a comma from the Boards API reference.
2017-10-26 12:31:34 +02:00
Martine Lenders
fe38901588
dist: compile_test: cleanup after buildtest
...
We are at a point were building all of RIOT takes massive amounts of
storage. Since my machine runs full after only compiling ~20
applications (I have ~170 GB free storage if the RIOT repo is clean).
Thus the easiest solution for the compile tests is to just clean-up the
mess they made ;-).
2017-10-26 12:19:58 +02:00
danpetry
20909b7f95
Removed the offending comma.
2017-10-26 12:10:24 +02:00
Robert Hartung
9678f13408
pm_layered: make sure no conflict for pm_set_lowest and periph_common exists
2017-10-26 10:09:09 +02:00
ff86015a60
Merge pull request #7854 from kYc0o/fix_isl29125_test
...
tests/driver_isl29125/main.c: fix counter var type
2017-10-26 08:38:35 +02:00
d035ab27aa
Merge pull request #7856 from kYc0o/fix_driver_adcxx1c_unused_arg
...
tests/driver_adcxx1c: fix warning unused argument
2017-10-26 08:34:56 +02:00
4de88d31c2
Merge pull request #7858 from kYc0o/fix_encx24j600_comp
...
drivers/encx24j600/encx24j600.c : fix counter var length
2017-10-26 08:33:26 +02:00
kYc0o
fe9d7db20f
tests/driver_isl29125/main.c: fix counter var type
2017-10-26 02:06:31 +02:00
kYc0o
d6e6fea7e7
drivers/sx127x/sx127x_getset.c: fix power var len
2017-10-26 01:46:29 +02:00
kYc0o
a46907feda
drivers/include/sx127x.h: fix power var len
2017-10-26 01:45:29 +02:00
kYc0o
1c8bb804cf
tests/driver_servo/main.c: fix var len
2017-10-26 01:36:31 +02:00
kYc0o
b3c39274bb
drivers/encx24j600/encx24j600.c : fix counter var length
2017-10-26 00:45:00 +02:00
Martine Lenders
279b79c2f0
Merge pull request #7850 from mtausig/feature/update_tinyasn1
...
Update package tiny-asn1
2017-10-26 00:25:09 +02:00
Mathias Tausig
0e199d5c96
Update tiny-asn1
2017-10-25 22:58:08 +02:00
Martine Lenders
8c7fec02f7
Merge pull request #7848 from haukepetersen/fix_emcute_scerrorhandling
...
examples/emcute: return after printing error message
2017-10-25 19:42:23 +02:00
Martine Lenders
1964d156f0
sys: libc: only add include path on non-native boards
2017-10-25 17:58:47 +02:00
Hauke Petersen
0a5f70e6be
examples/emcute: return after printing error message
2017-10-25 17:57:21 +02:00