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

9353 Commits

Author SHA1 Message Date
80b8d2ed37 Merge pull request #4306 from kaspar030/make_fmt_not_use_div_10
sys: fmt: use standard / for division by 10, not div.h
2015-11-19 13:23:45 +01:00
Hauke Petersen
cb9e94daf9 Merge pull request #4285 from authmillenon/doc/enh/getting-started
doc: add 'Getting started' page
2015-11-19 12:03:31 +01:00
Hauke Petersen
cf11b073d6 cpu/cortexm_common: define ISR stacksize in cpu.h 2015-11-19 11:55:35 +01:00
96d52b4d6f Merge pull request #4288 from kaspar030/add_local_Makefile_support
make: add support for additional local Makefile
2015-11-19 11:40:28 +01:00
0117192901 make: add support for additional local Makefile 2015-11-19 11:38:49 +01:00
Martine Lenders
ccab1eae82 doc: add 'Getting started' page 2015-11-19 10:20:41 +01:00
f2a2656bac sys: fmt: use standard / for division by 10, not div.h 2015-11-18 19:00:13 +01:00
Hauke Petersen
31920f9698 Merge pull request #4305 from haukepetersen/fix_l3g4200_init
drivers/l3g4200d: fixed initialization
2015-11-18 17:29:11 +01:00
Oleg Hahm
c8d89cb645 Merge pull request #3848 from haukepetersen/rm_samr21_at86defs
boards/samr21-xpro: rm unused radio interface defs
2015-11-18 17:12:43 +01:00
Hauke Petersen
cb6f3e9566 drivers/l3g4200d: fixed initialization 2015-11-18 16:34:50 +01:00
Hauke Petersen
4cb4d294d0 Merge pull request #4302 from haukepetersen/fix_f1_i2cbusy
cpu/stm32f1: fixed i2c driver
2015-11-18 15:49:09 +01:00
Hauke Petersen
3d35c33cb2 cpu/stm32f1: fixed i2c driver
the _stop() function now blocks until the transfer
is complete. Not waiting can lead to concurrent bus
access and subsequent to bus errors.
2015-11-18 14:57:15 +01:00
Oleg Hahm
bfb6c0c95d Merge pull request #4286 from kaspar030/make_newlib_use_xtimer
sys: newlib: use xtimer_now64() for gettimeofday()
2015-11-17 21:08:01 +01:00
test
bbe1b6f125 rpl: reuse xtimer for cleanup 2015-11-17 19:00:18 +01:00
Cenk Gündoğan
20364ff36c Merge pull request #4293 from BytesGalore/fib_sc_remove_misleading_flags
fib: shell removed to set flags automatically to IP type
2015-11-17 18:57:19 +01:00
Cenk Gündoğan
cb8f50ce40 Merge pull request #4292 from OlegHahm/fib_rpl_config
fib: make FIB size dependent on existence of RPL
2015-11-17 18:53:11 +01:00
test
37709d27e5 rpl: directly iterate through fib entries for DAO 2015-11-17 18:48:30 +01:00
Martine Lenders
5f04675403 Merge pull request #4284 from authmillenon/gnrc_ipv6/enh/addr-res-without-nd
gnrc_ipv6: get l2addr from NC if no ND present
2015-11-17 17:59:58 +01:00
Hauke Petersen
047f7544a4 Merge pull request #4198 from thomaseichinger/pr/fix_4197
stm32f1/i2c: Disable I2C module before initialization
2015-11-17 17:41:33 +01:00
BytesGalore
711677eb7b fib: shell removed to set flags automatically to IP type 2015-11-17 17:10:36 +01:00
Oleg Hahm
e4244a29ff fib: make FIB size dependent on existence of RPL
Also, enables to configure the FIB size from the applicatin
2015-11-17 16:48:04 +01:00
Martine Lenders
c7ebcbbda2 gnrc_ipv6: get l2addr from NC if no ND present 2015-11-17 16:20:58 +01:00
Thomas Eichinger
77ef14e4d7 Merge pull request #4273 from LudwigKnuepfer/pr/doc_sys_fix
cpu/native: malloc.h for osx: fix doxygen, move
2015-11-17 14:40:48 +01:00
Martine Lenders
6595e8c57f Merge pull request #4174 from authmillenon/gnrc_ndp_internal/fix/send-ras-without-pio
gnrc_ndp_internal: send RAs even when there are no PIOs
2015-11-17 14:01:55 +01:00
Oleg Hahm
21026fb226 Merge pull request #4282 from OlegHahm/sixlowpan_dependencies
gnrc sixlowpan: fix some dependencies
2015-11-17 13:47:05 +01:00
f23f3c0d2f sys: newlib: use xtimer_now64() for gettimeofday() 2015-11-17 12:50:48 +01:00
Oleg Hahm
46dc908fcb gnrc 6lowpan: exclude CTX if not part of the app
This removes dependencies to 6LoWPAN context module if an application is built without support for it.

Also, includes a missing header.
2015-11-17 12:04:11 +01:00
Oleg Hahm
8b1e425a94 make: fix depenency for 6LoWPAN ND 2015-11-17 12:04:08 +01:00
Martine Lenders
4ad2689144 Merge pull request #4091 from authmillenon/doc/enh/update-overview
doc: Update mainpage
2015-11-17 10:11:18 +01:00
Martine Lenders
d50de568d1 doc: Update mainpage 2015-11-17 09:49:59 +01:00
Daniel Krebs
f5f7da532a Merge pull request #4262 from OlegHahm/revert_RX_cancel
Revert "at86rf2xx: cancel receiving when preparing for TX"
2015-11-16 21:01:32 +01:00
Martine Lenders
505893e8e5 doc: move mainpage completely to markdown format 2015-11-16 16:24:41 +01:00
Thomas Eichinger
32a2bacc8d shell/sc_netif: fix clang formating warning/error 2015-11-16 16:06:13 +01:00
Thomas Eichinger
6e3d2b6c53 net/fib: fix clang extra parantheses warning/error 2015-11-16 16:05:37 +01:00
Ludwig Knüpfer
a86866ea9f cpu/native: malloc.h for osx: fix doxygen, move 2015-11-15 12:14:59 +01:00
Ludwig Knüpfer
d108a97625 Merge pull request #4268 from authmillenon/style/fix/sp-between-ptr-star
style: uncrustify: remove spaces between pointer stars
2015-11-15 10:32:03 +01:00
Cenk Gündoğan
567d0efe16 Merge pull request #4217 from haukepetersen/opt_tests_makefiles
tests: simplified Makefiles for device driver test apps
2015-11-13 15:46:04 +01:00
Martine Lenders
d11b652131 style: uncrustify: remove spaces between pointer stars 2015-11-13 15:26:04 +01:00
Hauke Petersen
99e5aaaa7d boards/fox: added params file for the at86rf231 2015-11-13 14:54:16 +01:00
Oleg Hahm
a5b7c5d4e8 Revert "at86rf2xx: cancel receiving when preparing for TX"
This reverts commit 5aeeabf4a9.
2015-11-12 12:10:16 +01:00
Cenk Gündoğan
f7934e336a Merge pull request #4238 from authmillenon/shell_command/fix/zep-deps
shell_command: only include sc_zep.c when gnrc_zep AND ipv6_addr are present
2015-11-12 10:16:57 +01:00
Cenk Gündoğan
989def2624 Merge pull request #4256 from OlegHahm/ping6_numberic_prefix
shell ping6: do not try to parse address as count
2015-11-12 08:46:31 +01:00
Oleg Hahm
d2cbb0c780 Merge pull request #4196 from cgundogan/pr/make/iotlab-testbed
dist: iotlab-testbed: add possibility to exclude nodes
2015-11-11 18:04:11 +01:00
Oleg Hahm
877d281971 Merge pull request #4255 from OlegHahm/remove_astyle_config
tools: remove astyle configuration file
2015-11-11 18:03:41 +01:00
BytesGalore
0d9cc5dad1 Merge pull request #4253 from cgundogan/pr/tests/vtimer_xtimer
tests: some more vtimer -> xtimer conversions
2015-11-11 17:13:42 +01:00
Andreas "Paul" Pauli
e5b6566c9a Merge pull request #4170 from haukepetersen/opt_sam3_uart
cpu/sam3: cleaned up UART driver
2015-11-11 16:21:10 +01:00
Cenk Gündoğan
dda9b9b6a1 dist: iotlab-testbed: add IOTLAB_EXCLUDE_NODES to README 2015-11-11 16:13:22 +01:00
Oleg Hahm
ee33e6941b shell ping6: do not try to parse address as count
The first parameter should be handled as count only if there are at least two parameters given.
2015-11-11 16:03:39 +01:00
Oleg Hahm
a32abe652f tools: remove astyle configuration file
Also removes sed pattern style, since this was only supplementary to astyle, while uncrustify can handle this case itself.
2015-11-11 15:40:47 +01:00
Oleg Hahm
f789d9180a Merge pull request #4063 from OlegHahm/uncrustify
style: added uncrustify config
2015-11-11 15:36:00 +01:00