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

22144 Commits

Author SHA1 Message Date
0ec9c57b2b add copyrights from IOTPUSH project 2019-05-02 12:09:37 +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
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
33bc8b67cc
tests/pkg_c25519: remove useless test target 2019-04-22 21:08:47 +02:00
Martine Lenders
9a6473104d
Merge pull request #10483 from miri64/gnrc_ipv6_nib/fix/no-auto-config-wo-l2addr
gnrc_ipv6_nib: don't autoconfig IPv6 address without L2 addr
2019-04-19 08:53:25 +02:00
Martine Lenders
5732e9bd88 gnrc_ipv6_nib: don't autoconfig IPv6 address without L2 addr
If the interface's link-layer doesn't use link-layer addresses it
obviously doesn't make sense to auto-configure an IPv6 address from it.
Moreover, I think the address `fe80::` is actual illegal, but I
couldn't find any references for it.
2019-04-19 08:36:15 +02:00
Martine Lenders
ca267fc78e
Merge pull request #11415 from miri64/gnrc_sixlowpan/enh/expose-config
gnrc_sixlowpan: clean-up configuration and expose via config group
2019-04-18 16:01:04 +02:00
Gaëtan Harter
a0ef287f82
Merge pull request #11409 from miri64/dist/enh/backport_pr_fixes
dist/tools/backport_pr: several improvements
2019-04-18 14:55:03 +02:00
Martine Lenders
43dedfcd2c gnrc_sixlowpan_frag/rbuf: document undocumented functions
This adds documentation for the following undocumented functions:

- rbuf_rm()
- rbuf_entry_empty()
2019-04-18 14:19:53 +02:00
Martine Lenders
1550390adb gnrc_sixlowpan_frag: expose reassembly buffer configuration
Both values are not standardized so there is no sense keeping these
values not configurable
2019-04-18 14:19:53 +02:00
Yegor Yefremov
9fed14879a cpu/esp32: resolve esptool.py warning
During the flash step esptool.py gives the following warning:

WARNING: Flash size arguments in megabits like '16m' are deprecated.
Please use the equivalent size '2MB'.
Megabit arguments may be removed in a future release.
esptool.py v2.7-dev

This patch replaces '16m' with '2MB' to enable future compatibility.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2019-04-18 09:56:29 +02:00
Francisco
98ed4636d3
Merge pull request #11370 from aabadie/pr/pkg/semtech-loramac-doc-update
pkg/semtech-loramac: improve and cleanup doxygen doc
2019-04-18 00:21:18 -07:00
Philipp Blum
9f2ef5e367 drivers/periph_common/gpio_util: introduce gpio_util_shiftin() 2019-04-18 07:09:32 +02:00