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

14390 Commits

Author SHA1 Message Date
Sebastian Meiling
59c94aa17e Merge pull request #7040 from miri64/doc/enh/add-release-notes
doc: add release notes to doxygen documentation
2017-05-17 12:56:57 +02:00
Martine Lenders
b873eda28e Merge pull request #7065 from haukepetersen/fix_makefiledep_indention
make: fix indention to 2 spaces in Makefile.dep
2017-05-16 10:48:18 +02:00
Hauke Petersen
58cb30db6b Merge pull request #7060 from haukepetersen/opt_cpu_isrstacksizecleanup
cpu: remove ISR stack related placeholders
2017-05-16 10:44:52 +02:00
Hauke Petersen
a8972ab757 make: fix indention to 2 spaces in Makefile.dep 2017-05-16 10:42:20 +02:00
Vincent Dupont
cfe5eacd2d tests: add a test app for schedstatistics 2017-05-16 10:33:42 +02:00
Vincent Dupont
28b7385920 examples/default: fix schedstatistics example usage 2017-05-16 10:33:42 +02:00
Vincent Dupont
6d5b95517d ps: fix schedstatistics
Fix xtimer_now() usage and fix columns alignment in ps command when
module schedstatistics is used.
2017-05-16 10:33:42 +02:00
Hauke Petersen
8f8c7e31cb Merge pull request #6666 from aabadie/mkr1000
boards/arduino-mkr1000: add initial support (without wifi)
2017-05-16 10:30:30 +02:00
d2362c1c74 Merge pull request #7057 from gautric/master
use MD5 as environment variable
2017-05-16 10:18:16 +02:00
Bumsik Kim
67d7346d27 boards/arduino-mkr1000: Updated periph config and SWD flashing (#3) 2017-05-16 10:15:29 +02:00
4c9866d634 test/unittests: add arduino-mkr1000 for ARM and unsufficient memory boards 2017-05-16 10:14:59 +02:00
f97b4497f2 boards/arduino-mkr1000: initial support 2017-05-16 10:14:59 +02:00
d768f5b357 cpu/sam0_common: add support for MCU used in Arduino MKR1000 board 2017-05-16 10:14:59 +02:00
gautric
89cd127e31 dist/tools/toolchains: use MD5 as environment variable 2017-05-16 10:05:57 +02:00
364c53d08d Merge pull request #7063 from kaspar030/add_enable_debug_false.cocci
dist: tools: coccinelle: add enable_debug_false.cocci
2017-05-15 19:02:41 +02:00
8501a03cbc cleanup: apply enable_debug_false.cocci to codebase (coccinelle)
Skipped sys/cbor/cbor.c, examples/microcoap_server/microcoap_sock.c,
as they use different semantics.
2017-05-15 18:45:43 +02:00
564448ae96 dist: tools: coccinelle: add enable_debug_false.cocci 2017-05-15 16:36:44 +02:00
Martine Lenders
0150cfc178 Merge pull request #7061 from smlng/gnrc/tcp/fix_thread_create
gnrc, tcp: set param THREAD_CREATE_STACKTEST for mem stats in ps
2017-05-15 15:51:17 +02:00
MichelRottleuthner
938fe26757 pkg/fatfs: switched to git mirror for downloading FatFs code instead of authors webserver, added Makefile.dep for fatfs, cleanup code for using rtc 2017-05-15 15:21:29 +02:00
Hauke Petersen
250ede1c75 Merge pull request #7049 from haukepetersen/fix_hdc1000_errorchecking
drivers/hdc1000: (re)add error checks for I2C access
2017-05-15 14:20:04 +02:00
smlng
1be74bc7a5 gnrc, tcp: set param THREAD_CREATE_STACKTEST for mem stats in ps 2017-05-15 13:16:18 +02:00
Peter Kietzmann
77f375416c shell/ccnl: remove interest retransmission 2017-05-15 11:49:17 +02:00
Hauke Petersen
de4611f830 Merge pull request #6989 from photonthunder/samd21_waitstates
samd21/cpu:waitstates for low voltage
2017-05-15 11:48:39 +02:00
Hauke Petersen
5d5d4dc5a6 Merge pull request #6652 from hamilton-mote/spi-wtf
periph/spi: power regression
2017-05-15 09:17:28 +02:00
5f24b3ce7a Merge pull request #7050 from kaspar030/add_atoi_cast_removal_cocci
cleanup: add atoi_cast_removal.cocci, apply to codebase (coccinelle)
2017-05-14 13:56:51 +02:00
Martine Lenders
45e959804a Merge pull request #6737 from smlng/tests/msg_avail
tests: enhance msg_avail
2017-05-13 20:20:14 +02:00
smlng
8c8dbd7cf4 tests, msg_avail: add test script 2017-05-13 15:56:35 +02:00
smlng
67ae33fa3e tests: enhance msg_avail
- rename `thread_msg_avail` to `msg_avail`, does not require threads
    - minor code enhancements and corrections
2017-05-13 15:56:34 +02:00
3d48eee095 cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
a7ad4f0469 dist/tools/coccinelle: add remove_atoi_cast.cocci 2017-05-13 12:37:09 +02:00
Martine Lenders
5226a08e2a Merge pull request #6946 from kaspar030/add_coccinelle_testing
dist: tools: add coccinelle scripts
2017-05-13 08:37:34 +02:00
6b0cf6a728 Merge pull request #7027 from dylad/saml21_adc
saml21/adc: initial support
2017-05-12 23:33:47 +02:00
Dan Evans
7a8551574b samd21/cpu:waitstates for low voltage 2017-05-12 14:13:09 -07:00
dylad
44dd56c3e8 sam0/adc: merged samd21 & saml21 adc driver
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
2017-05-12 21:02:17 +02:00
Michael Andersen
20ee531486 periph/spi: hotfix for power regression 2017-05-12 10:24:47 -07:00
Hauke Petersen
9aad0e528f cpu: cleanup unused/umimplemented isr stack code
- removed ISR_STACKSIZE define where unused (set to 0)
- removed thread_arch_isr_stack_usage(), thread_arch_isr_stack_start(),
  and/or thread_arch_isr_stack_pointer() where not implemented
2017-05-12 18:07:08 +02:00
Hauke Petersen
383d49412e sys/ps: only show isr stack stats if applicable 2017-05-12 18:07:07 +02:00
Martine Lenders
0469dec71e
doc: add release notes to doxygen documentation
Provides a script to generate a doxygen page from the
`release-notes.txt` and includes it to the doxygen build.
2017-05-12 17:54:48 +02:00
f5a4124866 Merge pull request #6976 from miri64/conn/cleanup/rm
net: remove conn API
2017-05-12 16:09:00 +02:00
8167cb4620 Merge pull request #7047 from aabadie/nucleo_arduino_pinout
boards/nucleos: fix arduino ADC pins, add arduino I2C pins
2017-05-12 14:22:00 +02:00
d603367c08 dist/tools/ci/print_toolchain_versions.sh: add coccinelle 2017-05-12 13:17:53 +02:00
98c359d231 dist/tools/ci/changed_files.sh: add coccinelle includes to EXCLUDE 2017-05-12 13:17:53 +02:00
9acc5282af dist: tools: introduce coccinelle static testing 2017-05-12 13:17:53 +02:00
bb24b1d77b Merge pull request #7039 from kaspar030/fix_in-function_static_variables
cleanup: remove unused in-function static variable properties (coccinelle)
2017-05-12 13:17:03 +02:00
Hauke Petersen
48f2a92262 drivers/hdc1000: (re)add error checks for I2C acces 2017-05-12 11:57:43 +02:00
Hauke Petersen
148ff32a42 saul: include errno.h from saul.h 2017-05-12 11:57:26 +02:00
Sebastian Meiling
48d06068ce Merge pull request #7046 from smlng/gnrc/tcp/fix_assert
grnc, tcp: fix assert
2017-05-12 11:37:29 +02:00
d3aa58ef2f boards/nucleos: fix arduino ADC pins, add arduino I2C pins 2017-05-12 09:54:12 +02:00
smlng
cc24aab5a5 gnrc, tcp: fix assert 2017-05-12 09:39:25 +02:00
d347ec04f5 Merge pull request #7005 from OTAkeys/pr/fix_shell_no_echo
sys/shell: fix build when SHELL_NO_ECHO is defined
2017-05-11 19:38:59 +02:00