- Jan 10, 2019
-
-
Martine Lenders authored
Fixes #10739
-
- Jan 09, 2019
-
-
Gunar Schorcht authored
boards/esp32-wroom-32: configure saul button as inverted
-
Alexandre Abadie authored
doxygen: refine grouping of kernel docs
-
Kevin "Bear Puncher" Weiss authored
cpu/esp32: cleanup in periph/spi
-
Gunar Schorcht authored
SPI0_DEV and SPI1_DEV configuration parameters are renamed SPI0_CTRL and SPI1_CTRL to better describe what they define and to avoid confusion with SPI_DEV (0) and SPI_DEV (1).
-
Gunar Schorcht authored
Although ESP32 has four SPI controllers, only two of them can be effectively used (HSP and VSPI). The third one (FSPI) is used for external memory such as flash and PSRAM and can not be used for peripherals. FSPI is therefore removed from the API. In addition, the SPI0_DEV and SPI1_DEV configuration parameters are renamed SPI0_CTRL and SPI1_CTRL to better describe what they define and to avoid confusion with SPI_DEV (0) and SPI_DEV (1).
-
Gunar Schorcht authored
Although ESP32 has four SPI controllers, only two of them can be effectively used (HSP and VSPI). The third one (FSPI) is used for external memory such as flash and PSRAM and can not be used for peripherals. FSPI is therefore removed from the API. In addition, the SPI0_DEV and SPI1_DEV configuration parameters are renamed SPI0_CTRL and SPI1_CTRL to better describe what they define and to avoid confusion with SPI_DEV (0) and SPI_DEV (1).
-
Alexandre Abadie authored
-
Peter Kietzmann authored
driver/enc28j60: cleanup
-
Alexandre Abadie authored
-
Sebastian Meiling authored
nanocoap: fix sock_udp return value checks
-
Sebastian Meiling authored
drivers/bmx055: eliminate some casts
-
Sebastian Meiling authored
-
Sebastian Meiling authored
-
Sebastian Meiling authored
- Move `@defgroup core_sync` group definition to doc.txt - Adapt usage of `@ingroup core_sync` accordingly
-
Sebastian Meiling authored
gcoap/example: add comment on resource order
-
- Jan 08, 2019
-
-
Rotzbua authored
according to nanocoap/example: fix resource order #9919
-
Kees Bakker authored
First, every read function converts the void pointer into a const bmx055_t Second, it is cleaner (more obvious) to pass phydat_t.val[3] instead of type casting to int16_t* and relying that .val[3] is the first struct member of phydat_t.
-
Sören Tempel authored
-
Kevin "Bear Puncher" Weiss authored
boards/esp32: UART configuration fix
-
Marian Buschsieweke authored
drivers/cc2420: move flush sequence to inline function
-
Sebastian Meiling authored
drivers: replace memset by simple assignments
-
Jose Alamos authored
-
Jose Alamos authored
-
Alexandre Abadie authored
cpu/stm32_common: add DMA support for all stm32
-
Sebastian Meiling authored
tests: remove NETOPT_IPV6_IID get() from driver_at86rf2xx test
-
Sebastian Meiling authored
drivers/bh1750fvi: change prototype of bh1750fvi_init
-
Gunar Schorcht authored
gnrc_ipv6_nib: fix RA reception for non-6LN interfaces
-
Cenk Gündoğan authored
gnrc_sixlowpan_frag: unroll recursion
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
Used with UART and SPI peripheral
-
Alexandre Abadie authored
-
Vincent Dupont authored
-
Vincent Dupont authored
-
Vincent Dupont authored
-
Vincent Dupont authored
-