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

15192 Commits

Author SHA1 Message Date
Ludwig Knüpfer
9f3abcd372 cpu/native: add missing breaks in option parser 2017-09-26 09:41:21 +02:00
Sebastian Meiling
0292105d78 Merge pull request #7405 from photonthunder/samd21_uart_wake
cpu/sam0/periph/uart - wake from sleep on receive line
2017-09-26 08:36:50 +01:00
Dan Evans
531e6f5008 sam0:usart - wake from sleep on receive line 2017-09-25 12:47:31 -06:00
Martine Lenders
2681ec167b Merge pull request #7643 from gebart/pr/ifconfig-standby
shell/ifconfig: Add STANDBY, print numeric if unknown state
2017-09-25 09:40:06 +02:00
Joakim Nohlgård
88720f08eb Merge pull request #7619 from gebart/pr/netopt-mac-no-sleep
netopt: Add NETOPT_MAC_NO_SLEEP
2017-09-25 07:53:40 +02:00
Joakim Nohlgård
8022227f3b shell/ifconfig: Add STANDBY, print numeric if unknown state 2017-09-25 07:41:41 +02:00
Joakim Nohlgård
271a037539 sc_netif: Add NETOPT_MAC_NO_SLEEP to ifconfig command 2017-09-24 10:28:40 +02:00
Joakim Nohlgård
43a15440cb netopt: Add NETOPT_MAC_NO_SLEEP 2017-09-24 10:28:40 +02:00
Martine Lenders
e39a0a1af5 Merge pull request #7618 from derf/master
sys: net: ieee802154: add fallthrough comment
2017-09-23 17:20:06 +02:00
Daniel Friesel
8f04f2e269 sys: net: ieee802154: add fallthrough comment 2017-09-23 17:03:08 +02:00
Martine Lenders
776e830040 Merge pull request #7637 from aabadie/cleanup_makefiles
makefile: indentation cleanup
2017-09-23 15:58:08 +02:00
a45a86b5ad pkg: makefiles indentation cleanup 2017-09-22 14:53:01 +02:00
675eafd80c examples: makefiles indentation cleanup 2017-09-22 14:53:01 +02:00
56fa737d83 boards: makefiles indentation cleanup 2017-09-22 14:53:01 +02:00
ef44438d05 tests/unittests: cleanup makefile indentation 2017-09-22 14:53:01 +02:00
Sebastian Meiling
4a463c105d Merge pull request #7578 from PeterKietzmann/pr_pkg_u8g2_update
pkg/u8g2: update version
2017-09-22 12:12:48 +02:00
035d266d49 makefile: indentation cleanup 2017-09-22 12:00:47 +02:00
Peter Kietzmann
1294696134 pkg/u8g2: update version 2017-09-22 11:07:11 +02:00
20ceff91cd Merge pull request #7636 from cladmi/pr/remove_auto_init_modules
cleanup: remove leftover AUTO_INIT_MODULES
2017-09-21 14:25:31 +02:00
Gaëtan Harter
815f7f6ebf cleanup: remove leftover AUTO_INIT_MODULES 2017-09-21 14:00:54 +02:00
Sebastian Meiling
ec581f02e8 Merge pull request #7620 from bergzand/gcoap/test-second-listener
tests/gcoap: Add second listener
2017-09-21 09:08:56 +02:00
d574cd7449 Merge pull request #7627 from kaspar030/fix_buildtest_nproc
make: fix nproc for buildtest
2017-09-20 22:24:36 +02:00
625d2449d8 make: fix nproc for buildtest 2017-09-20 21:07:11 +02:00
smlng
b012cdb8ad xtimer: refine config macros
- auto set XTIMER_SHIFT relative to XTIMER_HZ
    - refine setting of XTIMER_WIDTH
2017-09-20 16:48:38 +02:00
Martine Lenders
88e574871e Merge pull request #7631 from smlng/tools/whitespace/ignore_vendor
tools: ignore vendor files on whitespace check
2017-09-20 15:33:12 +02:00
smlng
49a4dda7d2 tools: ignore vendor files on whitespace check 2017-09-20 15:26:10 +02:00
Sebastian Meiling
307786973e Merge pull request #7613 from jonajames/feature/sam3_pio_toggle_issue
SAM3: macro LED0_TOGGLE not working
2017-09-20 14:11:45 +02:00
jonajames
1fcfb7b637 boards: fix LED0_TOGGLE for SAM3 based boards 2017-09-20 13:34:58 +02:00
Sebastian Meiling
5c65711fa4 Merge pull request #7612 from bergzand/gcoap/core-link-fix
gcoap: fix resource separator inserting
2017-09-20 11:44:46 +02:00
e7df513567 gcoap: fix resource separator inserting 2017-09-20 11:33:15 +02:00
4357b93baf Merge pull request #7625 from gebart/pr/fmt-rm-pwr
fmt: Remove unused pwr function
2017-09-20 11:17:04 +02:00
smlng
37db4c3112 boards: add cc2650-launchpad to BOARD_INSUFFICIENT_MEMORY for tests and examples
- examples: dtls-echo, gnrc_border_router, javascript
    - tests: thread_cooperation, unittests
2017-09-20 11:11:13 +02:00
Joakim Nohlgård
301a5d8e70 fmt: Remove unused pwr function 2017-09-20 10:49:00 +02:00
Joakim Nohlgård
b720c304bb Merge pull request #7502 from kaspar030/stmclk_remove_ifdef
cpu: stm32: convert preprocessor if to compiler if statement
2017-09-20 10:48:15 +02:00
Nicholas Jackson
18e90fe410 boards: initial support for TI CC2650 LaunchPad 2017-09-20 10:38:17 +02:00
6d18a51769 cpu:_stm32_common: #ifdef -> if 2017-09-19 22:46:53 +02:00
27ed76cad1 tests/gcoap: Add second listener 2017-09-19 14:13:46 +02:00
lebrush
81bfb0c97a Merge pull request #7594 from lebrush/fix/atmega-context-switch
boards/arduino-atmega-common: use PD7 for ctx operations
2017-09-18 15:09:46 +02:00
lebrush
04175fba07 Merge pull request #7611 from miri64/lwip/enh/update-2.0.3
lwip: Update to v2.0.3
2017-09-18 13:42:55 +02:00
Martine Lenders
c2fe625f8b lwip: Update to v2.0.3
See http://savannah.nongnu.org/forum/forum.php?forum_id=8953
2017-09-16 22:15:28 +02:00
lebrush
c054e38156 Merge pull request #7590 from lebrush/fix/atmega-gpio-misc
GPIO interrupt fixes for atmega328p
2017-09-15 11:59:11 +02:00
035bad7132 Merge pull request #7606 from dylad/fix_samd21_sercom
cpu/sam0: fix sercom gclk selection
2017-09-15 11:41:17 +02:00
dylad
cca9b7a2c4 cpu/sam0: fix sercom gclk selection 2017-09-15 11:32:32 +02:00
Victor Arino
6365466078 cpu/atmega_common: fix GPIO INT filter 2017-09-14 20:40:13 +02:00
Victor Arino
294594908a cpu/atmega_common: support for flank low 2017-09-14 20:40:13 +02:00
Victor Arino
650cf81e8a cpu/atmega_common: fix gpio interrupt for atmega328p 2017-09-14 20:34:11 +02:00
Francisco Acosta
3bee2c0f82 Merge pull request #7601 from roberthartung/cpu_atmega_fix_prr
cpu/atmega: use power.h defines instead of direct register access
2017-09-14 14:18:32 +02:00
Robert Hartung
914025973d cpu/atmega: use power.h defines instead of direct register access 2017-09-14 14:04:14 +02:00
Francisco Acosta
46c132da85 Merge pull request #7589 from kaspar030/fix_deps
make: refactor info targets & cleanup buildtest
2017-09-14 13:40:47 +02:00
0a4781536e make: fix gnrc_slip dependency 2017-09-14 13:15:53 +02:00