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

16092 Commits

Author SHA1 Message Date
smlng
e381317fbf make: fix sign-compare errors
cpu, nrf5x_common: fix sign-compare in periph/flashpage
    drivers, periph_common: fix sign-compare in flashpage
    cpu, sam0_common: fix sign-compare error in periph/gpio
    cpu, cc2538: fix sign-compare in periph/timer
    cpu, sam3: fix sign-compare in periph/gpio
    cpu, stm32_common: fix sign-compare in periph/pwm
    cpu, stm32_common: fix sign-compare in periph/timer
    cpu, stm32_common: fix sign-compare in periph/flashpage
    cpu, nrf5x_common: fix sign-compare in radio/nrfmin
    cpu, samd21: fix sign-compare in periph/pwm
    cpu, ezr32wg: fix sign-compare in periph/gpio
    cpu, ezr32wg: fix sign-compare in periph/timer
    drivers, ethos: fix sign-compare
    sys, net: fix sign-compare
    cpu, atmega_common: fix sign-compare error
    cpu, msp430fxyz: fix sign-compare in periph/gpio
    boards, msb-430-common: fix sign-compare in board_init
    driver, cc2420: fix sign-compared
    sys/net: fix sign-compare in gnrc_tftp
    driver, pcd8544: fix sign-compare
    driver, pn532: fix sign-compare
    driver, sdcard_spi: fix sign-compare
    tests: fix sign_compare
    sys/net, lwmac: fix sign_compare
    pkg, lwip: fix sign-compare
    boards, waspmote: make CORECLOCK unsigned long to fix sign_compare error
    tests, sock_ip: fix sign compare
    tests, msg_avail: fix sign compare
    tests, sock_udp: fix sign compare
    boards: fix sign-compare for calliope and microbit matrix
2017-11-28 11:55:48 +01:00
Martine Lenders
5ffe9ddaf5
Merge pull request #8152 from aabadie/pr/tests/python_E703
tests: fix python style 'E703 statement ends with a semicolon'
2017-11-28 07:44:29 +01:00
Martine Lenders
e65211db7d
Merge pull request #7195 from miri64/gnrc_pktbuf_malloc/feat/initial
gnrc_pktbuf_malloc: initial import of a malloc()-based pktbuf
2017-11-28 00:00:36 +01:00
Martine Lenders
a63bb6d47b
Merge pull request #6895 from bergzand/drivers/radio-rssi-conv
drivers/radios Apply register to rssi dBm conversion to all radios
2017-11-27 23:52:15 +01:00
Martine Lenders
a637314ce0
Merge pull request #8161 from bergzand/pr/exmpl-6lbr-readme
examples/gnrc_border_router: update readme to netif changes
2017-11-27 23:47:55 +01:00
7ee7a42fb1
examples/gnrc_border_router: update readme to netif changes 2017-11-27 23:26:48 +01:00
2d491e0619 kw2xrf: dBm conversion to int16_t 2017-11-27 21:49:15 +01:00
7dce20afb6 cc110x: Add RSSI dBm conversion 2017-11-27 21:49:15 +01:00
047b8172ae cc2420: Add RSSI dBm conversion 2017-11-27 21:49:15 +01:00
11e147736d at86rf2xx: Add RSSI dBm conversion 2017-11-27 21:49:15 +01:00
4bd5fd611c mrf24j40: Add RSSI dBm conversion 2017-11-27 21:49:15 +01:00
fa64e93313 netdev: Represent RSSI as int16_t 2017-11-27 21:49:15 +01:00
Martine Lenders
31924e99d0
Merge pull request #8022 from haukepetersen/fix_tests_lwmacmodules
tests/lwmac: cleaned up used modules and Makefile
2017-11-27 21:32:58 +01:00
Martine Lenders
6db9e15485
Merge pull request #7346 from smlng/net/gnrc_tcp/use_push
gnrc tcp: use push flag in send
2017-11-27 21:24:45 +01:00
8a6d04ce52
Merge pull request #7925 from RIOT-OS/gnrc_netif2_integration/master
gnrc_netif2: gnrc_ipv6_nib: full integration into GNRC
2017-11-27 21:12:14 +01:00
Sebastian Meiling
d7b7c2bc9b
Merge pull request #8147 from miri64/gnrc_ipv6_nib/enh/iface-for-nib_nc_del
gnrc_ipv6_nib: add interface parameter to nc_del function
2017-11-27 20:57:57 +01:00
Martine Lenders
fa7624019c tests: adapt unittests for nc_del signiture change 2017-11-27 20:32:27 +01:00
Martine Lenders
a32a2a93e1 gnrc_ipv6_nib: add interface parameter to nc_del function 2017-11-27 20:32:27 +01:00
Martine Lenders
1bb9c968ed shell_commands: add interface to nib neigh del command
Neighbors are identified by an (IPv6 address, interface)-tuple so it
makes sense to also remove them by this.
2017-11-27 20:32:27 +01:00
Martine Lenders
086b74460b
Merge pull request #8145 from bergzand/pr/shell-nib-consistency
shell/nib: fix minor inconsistency
2017-11-27 18:38:11 +01:00
6ec2180c27 shell/nib: change prefix add lifetimes to seconds 2017-11-27 18:15:34 +01:00
866613309f shell/nib: display optional arguments as optional 2017-11-27 18:15:34 +01:00
74b681560d tests: fix python style 'E703 statement ends with a semicolon' 2017-11-27 17:33:48 +01:00
Martine Lenders
752d8ffac7
Merge pull request #8150 from aabadie/pr/tests/python_E401
tests: fix python style 'E401 multiple imports on one line'
2017-11-27 16:06:55 +01:00
e48e491b88 tests: fix python style 'E401 multiple imports on one line' 2017-11-27 15:41:33 +01:00
Martine Lenders
1f15f79aee
Merge pull request #8146 from aabadie/pr/exit_pyterm_keyboard
dist/tools/pyterm: exit without traceback on keyboard interrupt
2017-11-27 14:41:40 +01:00
Martine Lenders
6fbb77b36c
Merge pull request #8144 from smlng/shell/fix/net_commands
shell: fix net commands
2017-11-27 13:31:34 +01:00
smlng
b455eece85 shell, neitf: fix output 2017-11-27 13:20:03 +01:00
b109b9ff99 dist/tools/pyterm: exit without traceback on keyboard interrupt 2017-11-27 13:19:48 +01:00
Vincent Dupont
4334b2cf6a
Merge pull request #8136 from OTAkeys/pr/fix_mtd_ce
drivers/mtd_spi_nor: fix chip erase
2017-11-27 11:48:56 +01:00
Hauke Petersen
d43d0aceb2
Merge pull request #8138 from basilfx/feature/whitelist_efm32
tests: mpu_stack_guard: whitelist efm32 boards.
2017-11-27 11:14:12 +01:00
smlng
5198788323 shell, nib: fix nib neigh delete 2017-11-27 11:09:49 +01:00
Bas Stottelaar
898a646227
Merge pull request #8137 from miri64/cc2538dk/enh/renode-feature
cc2538dk: add renode emulator as a provided feature
2017-11-26 11:37:48 +01:00
fd1ff458dc
Merge pull request #8140 from bergzand/pr/jc42test-neg
test/driver_jc42: fix displayed temperature when negative
2017-11-25 12:42:17 +01:00
8dd860eed7 test/driver_jc42: fix displayed temperature when negative 2017-11-25 11:59:22 +01:00
Bas Stottelaar
324c255047 tests: mpu_stack_guard: whitelist efm32 boards + sort. 2017-11-24 21:35:32 +01:00
Martine Lenders
3659df8300
cc2538dk: add renode emulator as a provided feature 2017-11-24 18:48:58 +01:00
Martine Lenders
16e2829258
Merge pull request #7959 from antmicro/feature/renode-integration
makefiles: tools/renode: add support for Renode
2017-11-24 18:43:31 +01:00
Martine Lenders
6df7d02cc5
Merge pull request #8030 from smlng/pkg/libcoap/fix_compiler_error
pkg/libcoap: adapt Makefile to fix compile error
2017-11-24 18:40:27 +01:00
Martine Lenders
5ff15d4d60
Merge pull request #8124 from smlng/tools/rm/sniffer
tools: move sniffer to applications repo
2017-11-24 18:22:41 +01:00
Vincent Dupont
a02db9c551 drivers/mtd_spi_nor: fix chip erase 2017-11-24 16:48:21 +01:00
831c639df5
Merge pull request #8135 from miri64/gnrc_rpl/fix/ms-sec-conversion
gnrc_rpl: gnrc_ipv6_nib: Fix second to millisecond conversion corner cases
2017-11-24 14:00:20 +01:00
Martine Lenders
2f8223106b
gnrc_ipv6_nib: fix ms to sec conversion for sending NDP PIOs 2017-11-24 13:52:20 +01:00
Martine Lenders
973007ad38
gnrc_ipv6_nib: fix ltime > MAX / 1000 corner case in NDP PIOs as well 2017-11-24 13:52:19 +01:00
Martine Lenders
63cc5f6751
gnrc_rpl: fix corner cases in sec/ms conversion in prefix lifetimes
Two edge cases were previously missed:

1. Infinite should stay infinite. Prefixes with infinite lifetimes
   should be advertised as such. Likewise, should prefixes with
   infinite lifetimes be added to the prefix list as such
2. Prefixes with lifetimes > (UINT32_MAX - 1) / 1000 should have the
   longest possible lifetime below infinite (UINT32_MAX - 1)

This fixes that.
2017-11-24 13:45:26 +01:00
Martine Lenders
c932c31f1d
Merge pull request #8131 from miri64/pkg/fix/emb6
emb6: API updates in hal_getrand()
2017-11-24 10:56:44 +01:00
Martine Lenders
3c499b2e54 emb6: Update periph_hwnrg CPP check 2017-11-24 10:49:47 +01:00
aff7d6ecd8
Merge pull request #8097 from miri64/gnrc_ipv6_nib/fix/reduce-unreachable-backoff
gnrc_ipv6_nib: reduce backoff if neighbor UNREACHABLE and trying reach to it
2017-11-24 01:05:55 +01:00
bd6baab16b
Merge pull request #8128 from miri64/gnrc_rpl/fix/fix-todos
gnrc_rpl: do some important TODOs (like prefix list handling and netif checks)
2017-11-24 00:30:39 +01:00
Martine Lenders
97b0db61ca gnrc_rpl: remove redundant iface variable 2017-11-24 00:20:32 +01:00