Hauke Petersen
7e9c7ee98d
tests/nimble_l2cap: adjust buffer sizes
2019-08-01 16:15:56 +02:00
Hauke Petersen
4016eeb1ad
pkg/nimble: bump version to 997dad8
2019-08-01 13:55:47 +02:00
Kevin "Bear Puncher" Weiss
2be1323357
Merge pull request #10929 from gschorcht/esp_now_wifi_cleanup
...
cpu/esp*: esp_now and esp_wifi cleanup
2019-08-01 09:56:06 +02:00
Robert Hartung
c8d460eefe
cpu/atmega256rfr2: pin change interrupts
2019-08-01 09:35:35 +02:00
Robert Hartung
18117b4eb8
boards/arduino-mega2560: restrics usable pin change interrupts
2019-08-01 09:35:35 +02:00
Robert Hartung
09b26120fd
boards: adds atmega pin change interrupt to doc
2019-08-01 09:35:35 +02:00
Robert Hartung
57705d4386
cpu/atmega2560: pin change interrupts
2019-08-01 09:35:35 +02:00
Robert Hartung
eeb895fd4e
cpu/atmega1284p: pin change interrupts
2019-08-01 09:35:35 +02:00
Robert Hartung
dcd9177271
cpu/atmega32u4: pin change interrupts
2019-08-01 09:23:58 +02:00
Robert Hartung
0fc55cdaf9
cpu/atmega1281: pin change interrupts
2019-08-01 09:23:43 +02:00
Robert Hartung
7bca1cc5d5
cpu/atmega_common: implements pseudomodule-based pin change interrupts
2019-08-01 09:23:04 +02:00
Bas Stottelaar
8c4cc54592
gitignore: add clangd compile flags
2019-08-01 08:07:00 +02:00
Ken Bannister
b5200e96a7
Merge pull request #11024 from kb2ma/coap/add_block_helpers
...
net/nanocoap: Buffer API Block helper functions
2019-07-31 12:41:25 -04:00
Gunar Schorcht
97bb33788b
cpu/esp*: changes to use esp_wifi and esp_now
2019-07-31 13:53:48 +02:00
Gunar Schorcht
760168e403
cpu/esp_common: doc fixes
2019-07-31 13:53:48 +02:00
Gunar Schorcht
96a9949bf9
cpu/esp32: set WiFi config storage type
2019-07-31 13:53:48 +02:00
Gunar Schorcht
9981d2b05c
cpu/esp32: cleanup comments/messages in esp_wifi
2019-07-31 13:53:48 +02:00
Gunar Schorcht
636c0847be
cpu/esp_common: set WiFi config storage type
2019-07-31 13:53:48 +02:00
Gunar Schorcht
8f0f8f5993
cpu/esp_common: add/fix comments and messages
2019-07-31 13:53:48 +02:00
Gunar Schorcht
9db62bd401
cpu/esp_common: cleanup of compile time config
2019-07-31 13:53:48 +02:00
Gunar Schorcht
f34a1a3eef
cpu/esp*: shorter netdev task names
2019-07-31 13:53:48 +02:00
Gunar Schorcht
1492f00690
cpu/esp32: esp_wifi compile configuration tuned
...
Downsized numbers of dynamic send and receive buffers.
2019-07-31 13:53:48 +02:00
Gunar Schorcht
dd6a5cde5c
Merge pull request #11239 from JulianHolzwarth/esp32/freertos/fix/semaphoreTake
...
cpu/esp32/freertos: fix semaphore take
2019-07-31 11:01:41 +02:00
Francisco Molina
8a4b4f9005
boards: use of default_i2c_cfg for nrf52 based boards
2019-07-31 10:38:34 +02:00
Francisco Molina
618ca3abcc
boards/common/nrf52: add default i2c config
2019-07-31 10:38:34 +02:00
Francisco Molina
39695afeb4
boards/nrf52840-mdk: use TWIM1 for i2c
...
- SPIM0/SPIS0/TWIM0/TWIS0 have the same priority and are mutually exclusive,
to allow concurrent use we change the default TWIM used for i2c to
TWIM1 since spi uses SPI0 by default
2019-07-31 10:18:28 +02:00
Martine Lenders
1c7d4572a7
shell_commands/ping6: mix-in current time into ID
...
This prevents two fast executions of `ping6` behind each other to
confuse their respective responses.
2019-07-31 09:49:17 +02:00
Leandro Lanzieri
699fbc998a
Merge pull request #11922 from gschorcht/cpu/esp32/cpp
...
cpu/esp32: activate cpp feature
2019-07-30 21:04:04 +02:00
Leandro Lanzieri
92a5f7cee3
Merge pull request #11658 from aabadie/pr/drivers/rn2xx3_fix_cmd_append
...
drivers/rn2xx3: fix incorrectly terminated hex strings when writing an array of bytes
2019-07-30 21:03:31 +02:00
Martine Lenders
007de266d3
Merge pull request #11926 from miri64/gnrc_cc110x/enh/use-netif-setter
...
gnrc_cc110x: use gnrc_netif_hdr_set_netif()
2019-07-30 19:57:30 +02:00
Marian Buschsieweke
d4d5f27b72
Merge pull request #11916 from miri64/gnrc_icmpv6_echo/enh/use-netif_hdr-setter
...
gnrc_icmpv6_echo: use gnrc_netif_hdr_set_netif()
2019-07-30 19:48:43 +02:00
Ken Bannister
64b4e0ad2d
net/nanocoap: add block slicer init function
2019-07-30 13:10:10 -04:00
Ken Bannister
a6f919ef3e
net/nanocoap: refactor block2_finish()
2019-07-30 13:10:10 -04:00
Ken Bannister
86edea81be
net/nanocoap: use block init helper internally
2019-07-30 13:10:10 -04:00
Ken Bannister
69efaa1d56
net/nanocoap: add block init helper function
2019-07-30 13:10:10 -04:00
Ken Bannister
f4df9d79e9
Merge pull request #11002 from kb2ma/coap/block_finish_proto
...
net/nanocoap: Buffer API Block implementation
2019-07-30 12:49:12 -04:00
MichelRottleuthner
bd576e7839
Merge pull request #11896 from fjmolinas/pr_stm32l4_stmclk_hsemsi
...
cpu/stm32l4/stmclk: fix HSE overwrite when MSI is enabled
2019-07-30 18:46:17 +02:00
Martine Lenders
6e9612f1d1
Merge pull request #11928 from gschorcht/sys/event/detached_init
...
sys/event: fix of compilation problems
2019-07-29 17:02:14 +02:00
Gunar Schorcht
dcfd83c1ba
tests/event: use EVENT_QUEUE_INIT_DETACHED
...
Changes the test so that EVENT_QUEUE_INIT_DETACHED is used for the initialization of detached event queue. Without this change, a compilation problem was not recognized for ESP8266, MSP430 and MIPS.
2019-07-29 16:40:41 +02:00
Gunar Schorcht
7962a0c179
cpu/esp32: activate cpp feature
...
Adds module pthread and the libstdc++ to linked libraries to solve the problem with unresolved symbols when feature cpp is required.
2019-07-29 16:06:04 +02:00
Francisco
9028be5e08
Merge pull request #11925 from leandrolanzieri/pr/tests/sx127x_reset_cmd
...
tests/driver_sx127x: Add reset command
2019-07-29 14:42:40 +02:00
Gunar Schorcht
f604d3dec8
sys/event: fix of compilation problems
...
Unstructured static initializer like { 0 } lead to compilation errors on ESP8266, MSP430 and MIPS. Error messages are:
error: (near initialization for 'queue.event_list') [-Werror=missing-braces]
error: (near initialization for 'queue.waiter') [-Werror=missing-field-initializers]
This change fixes the compilation problem.
2019-07-29 13:10:08 +02:00
MichelRottleuthner
a90cc36eb4
Merge pull request #11876 from maribu/dht
...
drivers/dht: Bugfixes for functionality, error handling, and documentation
2019-07-29 11:12:20 +02:00
Marian Buschsieweke
8cbf636781
drivers/dht: Fixed magic numbers & missing doc
...
- Replaced magic number by preprocessor macros and documented them
- Added comment to explain why DHT21 is not part of the switch() expression
2019-07-29 10:39:50 +02:00
Marian Buschsieweke
579a67be03
drivers/dht: Move hold logic from SAUL to driver
...
The DHT11/DHT21/DHT22 cannot be sampled more than once a second. Previously,
a global cache was added to the SAUL adaption of the dht driver to answer with
stored values for one second after the last read. This however had two
disadvantages:
- The global cache was shared for all DHTXX devices connected. As a result
incorrect values were delivered when reading out multiple sensors over SAUL
with less than 1 second delay in between
- A user of the low level API will had to implement the same caching strategy,
resulting in code duplication
By moving the hold logic to the driver, both limitations can be overcome.
2019-07-29 10:39:50 +02:00
Leandro Lanzieri
a9ab9d37e2
Merge pull request #11765 from kb2ma/coap/encode_resources
...
net/gcoap: add/publish link format attributes for a resource
2019-07-27 22:36:33 +02:00
Ken Bannister
39570b9df3
examples/gcoap: write link format parameters
2019-07-27 07:09:40 -04:00
Ken Bannister
d481ca9da7
net/gcoap: add selectable function to write a link
2019-07-27 07:09:40 -04:00
Leandro Lanzieri
959c55b03f
Merge pull request #11906 from cladmi/pr/makefiles/uniflash/config_variables
...
uniflash.inc.mk: add variables for configuration files
2019-07-26 17:10:22 +02:00
Martine Lenders
d1abb29665
sc_gnrc_icmpv6_echo: check for correct ipv6_addr_split_iface() error
2019-07-26 16:48:28 +02:00