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

15492 Commits

Author SHA1 Message Date
Sebastian Meiling
ccca27db8f Merge pull request #7176 from haukepetersen/opt_gpio_donotclearoninit
cpu/gpio: adapt GPIO implementations to #7173
2017-10-05 11:31:51 +02:00
smlng
7f73b756da tests, xtimer_hang: fix 32Bit timers, 16MHz 2017-10-05 11:24:46 +02:00
f689599f0d Merge pull request #7671 from gebart/pr/border-router-default-uart
examples/gnrc_border_router: Use STDIO UART for ethos
2017-10-05 09:42:24 +02:00
31f9105d10 Merge pull request #6582 from haukepetersen/opt_sam3_uarttxonly
cpu/sam3: uart driver enhancements
2017-10-04 18:19:29 +02:00
Martine Lenders
f3ee6dc033 Merge pull request #7668 from travisgriggs/core_print_stack_macro
correct print_stack macro
2017-10-04 17:04:46 +02:00
Joakim Nohlgård
7edc421258 examples/gnrc_border_router: Use STDIO UART for ethos
If ETHOS_UART is not defined, then the default behaviour is to fall back
to UART_STDIO_DEV.

Fixes broken default configuration on boards which are not using UART0
for STDIO (e.g. Mulle)
2017-10-04 13:12:01 +02:00
Hauke Petersen
1a3fefb6bf cpu/sam3: uart driver enhancements
- enabled driver to run in TX only mode
- make use of gpio_init_mux() for pin intialization
- simplyfied pin configuration
- adapted pin configuartion for arduino-due and udoo
2017-10-04 12:42:38 +02:00
15c22e9ab7 at86rf2xx: add NETOPT_TX_RETRIES_NEEDED support 2017-10-04 12:20:15 +02:00
Hauke Petersen
70e17ee5a3 cpu/cc2538/gpio: do not clear output pin on init 2017-10-04 12:15:03 +02:00
Hauke Petersen
bad9d99159 cpu/cc26x0/gpio: do not clear output pin on init 2017-10-04 12:15:03 +02:00
Hauke Petersen
7342974b17 cpu/ezr32wg/gpio: do not clear output pin on init 2017-10-04 12:15:03 +02:00
Hauke Petersen
be456915e9 cpu/kinetis/gpio: do not clear output pin on init 2017-10-04 12:15:03 +02:00
Hauke Petersen
cf54fbb167 cpu/msp430/gpio: do not clear output pin on init 2017-10-04 12:15:03 +02:00
Hauke Petersen
5711b5d53d cpu/sam0/gpio: do not clear pin on init 2017-10-04 12:12:43 +02:00
Hauke Petersen
b08188efd2 cpu/stm32/gpio: do not clear pin on init 2017-10-04 12:12:16 +02:00
Travis Griggs
2fd324a52f correct print_stack macro 2017-10-03 14:39:25 -07:00
f0d0009820 Merge pull request #7382 from photonthunder/samd21_rtt_prescaler
samd21:add prescaler option for rtt.c
2017-10-03 09:01:42 +02:00
Dan Evans
a59714b02c samd21:add prescaler option for rtt.c 2017-10-02 20:35:07 -07:00
2a1a7395f8 cpu/stm32_common/periph: fix doxygen grouping 2017-10-01 21:55:59 +02:00
Hauke Petersen
938ba0b3c5 Merge pull request #7535 from haukepetersen/opt_cortexm_vectordefs
cpu: use shared Cortex-M base vector table
2017-10-01 21:46:17 +02:00
385623fb43 Merge pull request #7559 from dylad/sam0_gpio
cpu/sam0_common: merge GPIO driver
2017-10-01 14:59:46 +02:00
dylad
1e5262506d cpu/sam0: merge GPIO driver 2017-10-01 14:48:12 +02:00
9ebd407a7c sys/shell/netif: add 'standby' state setter 2017-10-01 14:14:30 +02:00
67244f2497 Merge pull request #7567 from gebart/pr/at86rf2xx-standby
at86rf2xx: Add NETOPT_STATE_STANDBY support
2017-10-01 11:59:12 +02:00
f35a9c69ab Merge pull request #7660 from cladmi/pr/pkg/libfixmath_gcc6
pkg/libfixmath: upgrade version to work with gcc6
2017-09-30 22:58:43 +02:00
Gaëtan Harter
5c7ebe0724 pkg/libfixmath: upgrade version to work with gcc6
With gcc6, libfixmath unittests do not compile because of a negative value left
shift error '-Werror=shift-negative-value'. All uses of F16C with negative value
are affected.

Changelog:

 * Fix '-Werror=shift-negative-value' for gcc 6
 * make some member functions const

ad9ed940e5...7f9c966b5c
2017-09-29 12:14:47 +02:00
Sebastian Meiling
4ff174dd02 Merge pull request #7659 from aabadie/makefiles_cleanup_indentation
makefiles: cleanup remaining indentation issues in some .mk
2017-09-29 09:46:32 +02:00
Martine Lenders
9da2c4cd97 Merge pull request #7607 from gebart/pr/doxygen-lesscpy
doxygen: fall back to lesscpy if lessc is not found
2017-09-29 09:15:08 +02:00
6e28e95c00 examples/gcoap: update README and add new handlers 2017-09-28 22:27:57 +02:00
c2b78be6c6 examples/nanocoap_server: improve README 2017-09-28 22:27:57 +02:00
75bb211c8b tests/pkg_microcoap: move microcoap_server example to tests 2017-09-28 22:26:00 +02:00
e5fc70ae57 makefiles: cleanup indentation 2017-09-28 21:29:08 +02:00
Joakim Nohlgård
d01d91d3c3 doxygen: Use lesscpy if lessc is not found 2017-09-28 19:27:50 +02:00
Joakim Nohlgård
2d5d42a57b Merge pull request #7499 from smlng/enh/fmt
sys, fmt: simplify fmt_s16_dfp, and update documentation
2017-09-28 19:03:17 +02:00
5cc8204e10 Merge pull request #7048 from smlng/enh/ps/schedstats
schedstats: revert to 32Bit, and enhance output of schedstats
2017-09-28 16:08:51 +02:00
Sebastian Meiling
cbc5eb0c06 Merge pull request #7525 from bergzand/mrf24j40-cleanup
mrf24j40: Minor cleanup
2017-09-28 15:56:26 +02:00
smlng
71dbf14149 unittests: update tests-fmt 2017-09-28 15:44:35 +02:00
smlng
d8a843bf71 sys,fmt: update and fix docu 2017-09-28 15:44:35 +02:00
smlng
65a230d1f1 sys,fmt: simplify fmt_s16_dfp
- allow formating of val=12345 with fp_digits=6 as 0.012345
    - use assert instead of explicit if
    - remove unused pwr function
2017-09-28 15:44:35 +02:00
Sebastian Meiling
671cb9c55a Merge pull request #7448 from bergzand/mrf24j40-tx-retries
drivers/mrf24j40 add tx retries needed get operation
2017-09-28 15:13:28 +02:00
a2d790c924 mrf24j40: Add tx_retries_needed netopt 2017-09-26 11:16:12 +02:00
Martine Lenders
2097f6810f Merge pull request #7647 from LudwigKnuepfer/pr/native-startup-switchcase
cpu/native: add missing breaks in option parser
2017-09-26 10:27:51 +02:00
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
smlng
48a996bbaa cpu, sam0_common: fix flashpage use bitfield 2017-09-25 09:24:43 +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