Martine Lenders
bb7936cf21
release-stats: simplify script usage
2019-04-30 16:06:59 +02:00
Francisco
cd0ab4a193
Merge pull request #11469 from aabadie/tests/periph_timer_kw41z
...
tests/periph_timer: include kw41z boards in low-power timer boards
2019-04-30 06:23:29 -07:00
96fd49520b
tests/periph_timer: include kw41z boards in low-power timers
2019-04-30 14:58:40 +02:00
MichelRottleuthner
d963e67454
Merge pull request #11465 from fhessel/sdcard_spi
...
drivers/sdcard_spi: Use uint8_t instead of char for byte representation
2019-04-30 14:09:45 +02:00
0ba94872bb
Merge pull request #10876 from kb2ma/nanocoap/doc_function_groups
...
net/nanocoap: group functions in module doc
2019-04-30 13:23:04 +02:00
MichelRottleuthner
73eeef59d8
Merge pull request #11466 from smlng/pr/stm32/gpio
...
stm32/gpio: use correct variable for pin number in gpio_init_int
2019-04-30 11:37:08 +02:00
Sebastian Meiling
a13d3c333a
stm32_common/gpio: fix pin in gpio_init_init
...
Clearing pending interrupts and enabling them for a certain pin
used the wrong variable, this is fixed here.
2019-04-30 10:37:50 +02:00
Frank Hessel
19275d5788
tests/driver_sdcard_spi: Use uint8_t for byte buffers
2019-04-29 19:25:39 +02:00
Frank Hessel
70ac451a2b
drivers/sdcard_spi: Use uint8_t for byte values
2019-04-29 19:25:34 +02:00
Martine Lenders
5eaf45c2cb
Merge pull request #11464 from aabadie/pr/examples/nimble_scanner_typo
...
examples/nimble_scanner: fix typo in scan command description
2019-04-29 12:25:09 +02:00
ce4dce3946
examples/nimble_scanner: fix typo in scan command description
2019-04-29 11:41:21 +02:00
Juan I Carrano
d4edbea332
Merge pull request #11454 from cladmi/pr/frdm-k64f/hack/hwrng
...
boards/frdm-k64f: hack disable periph_hwrng as it crashes
2019-04-29 11:40:40 +02:00
Sebastian Meiling
972ae2e7b9
Merge pull request #11461 from gschorcht/cpu/esp/issue_11443
...
cpu/esp: fix computation of coprocessor save area pointer in initial thread context
2019-04-29 11:24:32 +02:00
Gaëtan Harter
5210777f21
Merge pull request #11414 from miri64/make/enh/dont-exec-tilde-files
...
make: don't execute tilde files on test target
2019-04-29 10:49:19 +02:00
c910b97723
Merge pull request #11462 from yegorich/lora-cleanup
...
boards/lobaro-lorabox: make sx127x definition consistent
2019-04-29 10:34:53 +02:00
Yegor Yefremov
2c41c9e094
boards/lobaro-lorabox: make sx127x definition consistent
...
No need to specify SX127X_PARAMS structure as it is already
defined in drivers/sx127x/include/sx127x_params.h.
Also remove SX127X_PARAM_SPI and SX127X_PARAM_PASELECT as their
values are the same as default ones.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2019-04-29 09:07:29 +02:00
Gunar Schorcht
09a2a11dd7
cpu/esp: fix computation of coprocessor save area
...
`top_of_stack` isn't aligned down to the previous 16 byte aligned address. Furthermore, `top_of_stack` as well as `XT_CP_SIZE` are used unaligned in `cpu/esp_common/vendor/xtensa/portasm.S` in the address computation for the coprocessor save area, .
Aligning pointer `p` down to the previous 16 byte aligned address results in a wrong address of the coprocessor save area during the initialization of the thread context. This leads to wrong values and wrong positions of these values in the coprocessor save area in inital thread context.
Since ESP8266 doesn't have a coprocessor, this bug affects only ESP32.
2019-04-27 13:23:04 +02:00
Martine Lenders
8755a26716
Merge pull request #11458 from danpetry/frdm_hwrng_documentation_master
...
release-notes.txt: Add info on frdm-k64f failures
2019-04-26 18:48:38 +02:00
danpetry
d004bdfc6d
release-notes.txt: Add info on frdm-k64f failures
...
Although not a formal part of the release specs tests, these recently
discovered failures are significant enough to warrant documenting in the
release notes.
2019-04-26 18:21:12 +02:00
Martine Lenders
cde5eb077a
Merge pull request #11381 from danpetry/release_notes_2019.04
...
Update release notes with 2019.04 notes
2019-04-26 16:55:44 +02:00
danpetry
f755c0a9b6
release-notes.txt: add notes for 2019.04 release
...
Co-authored-by: Martine Lenders <m.lenders@fu-berlin.de>
Co-authored-by: Gaëtan Harter <gaetan.harter@fu-berlin.de>
Co-authored-by: Kaspar Schleiser <kaspar@schleiser.de>
2019-04-26 16:21:53 +02:00
Gaëtan Harter
8f9c629aaf
boards/frdm-k64f: hack disable periph_hwrng as it crashes
...
Use the same disable as in `frdm-kw41z`.
2019-04-26 12:09:55 +02:00
5be357750c
Merge pull request #11450 from fhessel/adt7310
...
drivers/adt7310: Replace binary literal with hex literal
2019-04-26 09:20:54 +02:00
Frank Hessel
4fa954c1e3
drivers/adt7310: Replace binary representation
2019-04-25 21:18:36 +02:00
Ken Bannister
5fc86c96d4
net/gcoap: add reference to base nanocoap documentation
2019-04-25 12:32:03 -04:00
Ken Bannister
d6f2d12789
net/nanocoap: move detailed module doc to nanocoap_sock
2019-04-25 12:32:03 -04:00
Gunar Schorcht
0911ddfe07
Merge pull request #11412 from yegorich/pr/esp32/documentation-fixes
...
esp32: documentation fixes
2019-04-25 17:39:07 +02:00
Gunar Schorcht
215d5cdc1c
Merge pull request #11417 from yegorich/pr/esp32/esptool
...
cpu/esp32: resolve esptool.py warning
2019-04-24 21:32:02 +02:00
Martine Lenders
1fdccd5a2e
Merge pull request #11429 from jia200x/pr/fix_at86rf2xx_test
...
drivers/at86rf2xx: enable NETOPT_RX_END_IRQ and fix RSSI values
2019-04-24 20:26:23 +02:00
Leandro Lanzieri
8af551f6da
Merge pull request #11439 from miri64/tests/enh/gnrc_udp-pktbuf_cmd
...
tests/gnrc_udp: include `gnrc_pktbuf_cmd` per default
2019-04-24 18:33:33 +02:00
Martine Lenders
c1be18a002
tests/gnrc_udp: include gnrc_pktbuf_cmd
per default
...
`tests/gnrc_udp` was specifically introduced for testing the release
specs. All of them ask the tester to check the packet buffer after the
test. So it makes sense to include the module that allows for that per
default for this test so the tester does not forget to include it ;-).
2019-04-24 16:45:25 +02:00
Martine Lenders
11da5e8e67
Merge pull request #11435 from miri64/dist/fix/backport-tracking
...
backport_pr: set tracking branch to remotely created branch
2019-04-24 16:37:08 +02:00
Martine Lenders
aef6110b40
backport_pr: set tracking branch to remotely created branch
2019-04-24 15:53:54 +02:00
Martine Lenders
22640396a5
backport_pr: get Head object from new_branch
name after creation
2019-04-24 15:52:55 +02:00
danpetry
59b4dcffed
Merge pull request #11434 from miri64/dist/enh/reviewed-labels
...
backport_pr: exclude 'Reviewed' labels from backport
2019-04-24 12:58:13 +02:00
Martine Lenders
e3a99c40f6
backport_pr: exclude 'Reviewed' labels from backport
2019-04-24 11:52:54 +02:00
Martine Lenders
292c5dd730
backport_pr: add doc tests for _get_labels()
2019-04-24 11:47:22 +02:00
ac60154157
Merge pull request #9771 from Citrullin/advanced_io
...
drivers/periph/gpio_util: add gpio_util_shiftin()
2019-04-24 11:15:20 +02:00
c7e26377ea
Merge pull request #11428 from aabadie/pr/make/bootloaders_distclean
...
makefiles: add bootloaders to the list of applications
2019-04-23 14:58:27 +02:00
2c1091da54
makefiles: add bootloaders to the list of applications
2019-04-23 14:29:50 +02:00
Martine Lenders
cfde3f1596
Merge pull request #11387 from danpetry/tests/periph_rtt_testfix
...
tests/periph_rtt: Correct the test script syntax
2019-04-23 12:30:15 +02:00
Jose Alamos
576bbaa248
drivers/at86rf2xx: print signed RSSI instead of unsigned
2019-04-23 11:15:26 +02:00
Jose Alamos
53a54dcea1
tests/at86rf2xx: enable NETOPT_RX_END_IRQ
2019-04-23 11:14:05 +02:00
José Alamos
d16d911f42
Merge pull request #10120 from mtausig/ocb
...
Add OCB encryption mode
2019-04-23 11:08:30 +02:00
Mathias Tausig
dcab239b9b
crypto: Implement Unit Tests for OCB mode
2019-04-23 10:36:31 +02:00
Mathias Tausig
aa611f6468
crypto: Implement OCB encryption mode
2019-04-23 10:34:32 +02:00
c93bb62040
Merge pull request #11427 from aabadie/pr/pkg/c25519_make_cleanup
...
pkg/c25519: cleanup in Makefiles
2019-04-23 09:55:56 +02:00
f0eef62647
Merge pull request #11426 from aabadie/pr/tests/pkg_semtech_loramac_readme_cleanup
...
tests/pkg_semtech-loramac: fix build commands in README
2019-04-23 09:28:58 +02:00
ddc909f8d9
tests/pkg_semtech-loramac: fix build commands in README
2019-04-22 21:12:25 +02:00
4ae1ef3f22
pkg/c25519: remove inexistent SHAFILE cleanup
2019-04-22 21:10:27 +02:00