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

9108 Commits

Author SHA1 Message Date
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
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
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
Cenk Gündoğan
bc12c7a69a tests: cpp11_thread: vtimer to xtimer 2015-11-11 13:21:21 +01:00
Cenk Gündoğan
751507a961 tests: cpp11_mutex: vtimer to xtimer 2015-11-11 13:21:19 +01:00
Cenk Gündoğan
2672787ccb tests: cpp11_condition_variable: vtimer to xtimer 2015-11-11 13:02:04 +01:00
Hauke Petersen
bdc8e0b4f5 Merge pull request #4249 from cgundogan/pr/test_driver_nrf24l01p/xtimer_makefile
tests: nrf24l01p: use xtimer in Makefile
2015-11-11 12:40:18 +01:00
Cenk Gündoğan
59f90ac469 Merge pull request #4215 from OlegHahm/802154_short_addr_6lo
IEEE 802.15.4 drivers: set first bit to 0 in short addresses for 6LoWPAN
2015-11-11 11:56:28 +01:00
Cenk Gündoğan
c0a862ee87 Merge pull request #4250 from cgundogan/pr/kinetis_common/spi_vtimer_include
cpu: kinetis_common: remove vtimer include from spi.c
2015-11-11 11:33:41 +01:00
Cenk Gündoğan
0792450dd7 cpu: kinetis_common: remove vtimer include from spi.c 2015-11-11 09:03:12 +01:00
Joakim Nohlgård
511539bb7a Merge pull request #4247 from cgundogan/pr/stm32/remove_vtimer_include
cpu: stm32f[34]: remove unused vtimer include
2015-11-11 08:57:55 +01:00
Cenk Gündoğan
b863fabfcf tests: nrf24l01p: use xtimer in Makefile 2015-11-11 08:57:43 +01:00
Cenk Gündoğan
b46717aefb Merge pull request #4248 from cgundogan/pr/gnrc_networking/vtimer_xtimer
examples: gnrc_networking: vtimer to xtimer
2015-11-11 08:24:22 +01:00
Hauke Petersen
86da628971 Merge pull request #4081 from daniel-k/pr/samd21_rtt_fix_irq_priority
samd21: don't change priority of interrupts, this is really evil
2015-11-10 13:05:10 +01:00
Cenk Gündoğan
58cb5a2738 examples: gnrc_networking: vtimer to xtimer 2015-11-10 12:42:45 +01:00
Cenk Gündoğan
18427a8074 cpu: stm32f4: spi: remove unused vtimer include 2015-11-10 12:27:17 +01:00
Cenk Gündoğan
6e7f83a390 cpu: stm32f3: spi: remove unused vtimer include 2015-11-10 12:26:58 +01:00
Cenk Gündoğan
a88f72d0da Merge pull request #4245 from cgundogan/pr/gnrc_nettest/vtimer_xtimer
gnrc_nettest: use xtimer instead of vtimer
2015-11-10 12:21:48 +01:00
Martine Lenders
0c25fd63ec Merge pull request #4244 from cgundogan/pr/zep/remove_vtimer_include
zep: remove superfluous vtimer include
2015-11-10 10:28:55 +01:00
Cenk Gündoğan
01225ca9d5 gnrc_nettest: use xtimer instead of vtimer 2015-11-10 08:34:36 +01:00
Cenk Gündoğan
677c1304b9 zep: remove superfluous vtimer include 2015-11-10 08:13:11 +01:00
Cenk Gündoğan
c2ae6a862b Merge pull request #4242 from BytesGalore/rpl_parent_reorder
Reordered RPL parent struct to save bytes due to alignment
2015-11-09 21:47:33 +01:00
Cenk Gündoğan
f7166bbfd7 rpl: use uint32_t for the parent lifetime 2015-11-09 21:24:08 +01:00
BytesGalore
3153389e49 Merge pull request #4241 from cgundogan/pr/rpl/parent_lifetime_32
rpl: use uint32_t for the parent lifetime
2015-11-09 21:17:16 +01:00
BytesGalore
dab3840fbb Merge pull request #4240 from cgundogan/pr/rpl/dao_time_32
rpl: uint32_t is sufficient for the DAO timer
2015-11-09 21:12:58 +01:00
Cenk Gündoğan
bf5e9b4351 rpl: use uint32_t for the parent lifetime 2015-11-09 20:28:31 +01:00
Cenk Gündoğan
b1f2f22898 rpl: uint32_t is sufficient for the DAO timer 2015-11-09 17:25:05 +01:00
Martine Lenders
fc831f0ec2 Merge pull request #4216 from cgundogan/pr/network_layer/remove_timex
net/gnrc/network_layer: remove timex_t
2015-11-09 16:27:24 +01:00
Cenk Gündoğan
4bcffbc2aa Merge pull request #4210 from authmillenon/shell/enh/xtimerfy-sc-icmpv6
shell: xtimerfy sc_icmpv6
2015-11-09 16:20:34 +01:00
BytesGalore
e8b6b50ecb Merge pull request #4239 from cgundogan/pr/rpl/only_one_dodag_default
rpl: decrease default numbers
2015-11-09 16:15:48 +01:00
Martine Lenders
33957f94fe shell: xtimerfy sc_icmpv6 2015-11-09 15:39:44 +01:00
Cenk Gündoğan
ce6b6b84fc rpl: decrease default numbers 2015-11-09 14:56:51 +01:00
Cenk Gündoğan
8321249323 make: ndp: remove timex dependency 2015-11-09 14:55:04 +01:00
Cenk Gündoğan
bf3a504691 nc: ndp: sixlowpan: remove timex.h include 2015-11-09 14:55:04 +01:00
Cenk Gündoğan
401e1b3814 sixlowpan: timex_t -> uint32_t 2015-11-09 14:55:04 +01:00
Cenk Gündoğan
34c3267bfe ndp: timex_t -> uint32_t 2015-11-09 14:55:04 +01:00
Cenk Gündoğan
5aaea3879f netif: ndp: gnrc_ipv6_netif_t::retrans_timer -> uint32_t 2015-11-09 14:55:04 +01:00