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

26250 Commits

Author SHA1 Message Date
Marian Buschsieweke
186d2ccfa4
cpu/nrf52/periph: adc_sample() now returns int32_t 2020-01-10 14:13:15 +01:00
Marian Buschsieweke
a468af79a4
cpu/nrf51/periph: adc_sample() now returns int32_t 2020-01-10 14:13:14 +01:00
Marian Buschsieweke
c332501eb8
cpu/lm4f120/periph: adc_sample() now returns int32_t 2020-01-10 14:13:14 +01:00
Marian Buschsieweke
7387cd43d9
cpu/kinetis/periph: adc_sample() now returns int32_t 2020-01-10 14:13:14 +01:00
Marian Buschsieweke
55dc429d11
cpu/esp8266/periph: adc_sample() now returns int32_t 2020-01-10 14:13:14 +01:00
Marian Buschsieweke
746e4d2fba
cpu/esp32/periph: adc_sample() now returns int32_t 2020-01-10 14:13:14 +01:00
Marian Buschsieweke
80787d523e
cpu/efm32/periph: adc_sample() now returns int32_t 2020-01-10 14:13:14 +01:00
Marian Buschsieweke
c4a84f01c0
cpu/cc2538/periph: adc_sample() now returns int32_t 2020-01-10 14:13:14 +01:00
Marian Buschsieweke
3c7d95de02
cpu/atmega_common/periph: adc_sample() now returns int32_t 2020-01-10 14:13:13 +01:00
Marian Buschsieweke
6e39b4d191
drivers/periph: adc_sample() now returns int32_t
Reasoning: This allow support for ADCs with resolution of more than 16 bits on
8 bit and 16 bit platforms.
2020-01-10 14:13:06 +01:00
Hauke Petersen
357ba259bd pkg/nimble_autoconn: optimize debug output 2020-01-10 13:44:25 +01:00
8416974b3c
Merge pull request #13074 from fjmolinas/pr_riotboot_gen_hdr_type
dist/tools/riotboot_gen_hdr/genhdr: use unsigned long
2020-01-10 13:38:37 +01:00
Hauke Petersen
8b004c8247
Merge pull request #13073 from haukepetersen/opt_nimble_netifscinfooutput
shell/sc_nimble_netif: add timing info to ble info
2020-01-10 13:15:11 +01:00
Francisco
a5955ec1d2
Merge pull request #13067 from MichelRottleuthner/pr_xtimer_bench_less_mem
tests/bench_xtimer: decrease mem usage for some boards
2020-01-10 13:14:55 +01:00
Francisco Molina
d2c99989dc dist/tools/riotboot_gen_hdr/genhdr: use unsigned long 2020-01-10 12:56:07 +01:00
PeterKietzmann
b2f0642825 Kconfig: Expose gnrc/ipv6/configurations 2020-01-10 12:23:35 +01:00
Hauke Petersen
5746795735 shell/sc_nimble_netif: add timing info to ble info 2020-01-10 12:17:07 +01:00
Kevin "Tristate Tom" Weiss
69f6cace31
Merge pull request #11418 from yegorich/pr/esp32/ttgo-t-beam
boards/esp32: add TTGO T-Beam board definition
2020-01-10 12:05:53 +01:00
Francisco Molina
aa5c6173eb makefiles/boot/riotboot.mk: exclude if RIOTBOOT_BUILD is set
- riotboot targets should not be needed for riotboot application
  so dont include it.
- also fixes #12003 by not setting FLASHFILE = $(RIOTBOOT_EXTENDED_BIN)
  when compiling riotboot application
2020-01-10 11:44:04 +01:00
Francisco Molina
842b7e37c8 bootloaders/riotboot: set RIOTBOOT_BUILD
Set a make variables to indicate `riotboot` application (riots
bootloader) is being built.
2020-01-10 11:42:16 +01:00
69b522e114
Merge pull request #13060 from MichelRottleuthner/pr_periph_timer_irq_safe
drivers/periph_common/timer: protect timer_set from IRQs
2020-01-10 11:27:59 +01:00
Yegor Yefremov
8101f52e3f boards/esp32: add TTGO T-Beam board definition
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2020-01-10 10:04:38 +01:00
Michel Rottleuthner
8e7a1edd11 drivers/periph_common/timer: protect timer_set from IRQs 2020-01-10 09:58:18 +01:00
Leandro Lanzieri
0b1a1d13ff
Merge pull request #13071 from fjmolinas/pr_fix_CC_NOCOLOR_compiler
makefiles/color.inc.mk: don't set CC_NOCOLOR to avoid setting CFLAGS
2020-01-10 09:48:16 +01:00
Francisco
7f63b4834c
Merge pull request #13070 from aabadie/pr/tools/testrunner_reset_delay
tools/testrunner: add variable for customizing a delay before reset
2020-01-10 09:19:37 +01:00
Francisco Molina
4b8d776576 makefiles/cflags.inc.mk: set unless deactivated
`fdiagnostics-color` defaults to on only on a color capable terminal,
so it can be activated unles CC_NOCOLOR=1.
2020-01-10 08:58:54 +01:00
Francisco Molina
b1ca4597ef makefiles/color.inc.mk: don't set CC_NOCOLOR
If CC_NOCOLOR was not set by the user it was set according to the
terminal support of colored output.

But since CC_NOCOLOR is also used to set `-fdiagnostics-color` flags
this means changing `CFLAGS` according to terminal support of colored
output.

This is not needed for `-fdiagnostics-color` since this option is by
default `auto` if the compiler supports colored output, and `auto`
means it will only use color when standard error is a terminal.
2020-01-10 08:58:54 +01:00
267e273c56
boards/hifive1b: set custom reset delay of 1s for tests 2020-01-10 08:34:45 +01:00
c6a2b39a0b
testrunner: allow setting custom delay before reset
On some boards, such as hifive1b, resetting right after flashing could crash the running firmware
2020-01-10 08:34:17 +01:00
Michel Rottleuthner
3ece2766a7 tests/bench_xtimer: decrease mem usage for some boards 2020-01-09 22:53:40 +01:00
c310bfbf75
Merge pull request #13047 from maribu/doc-css-retval
doc: Update CSS for readable @retval tables
2020-01-09 22:23:40 +01:00
389c2fa76f
Merge pull request #13063 from maribu/dht-doc
drivers/dht: Worked around doxygen bug
2020-01-09 22:22:57 +01:00
Marian Buschsieweke
e03615fd38
drivers/dht: Worked around doxygen bug
Markdown in @retval values is currently broken in Doxygen. This removes use
of markdown there
2020-01-09 17:08:05 +01:00
Martine Lenders
87d00ab294
Merge pull request #12932 from miri64/lwip_sock/fix/sock-cleanup
lwip_sock: clean-up connection handling without a sock.
2020-01-09 15:00:55 +01:00
Martine S. Lenders
7aae27de03
CONTRIBUTING.md: Add help for resolving a pull request 2020-01-09 14:56:56 +01:00
Martine S. Lenders
81dbab193e
CONTRIBUTING.md: Add "General Tips" section 2020-01-09 14:56:56 +01:00
Francisco
98e96a35a3
Merge pull request #13058 from kaspar030/bench_xtimer_sizeof
tests/bench_xtimer: add printing of sizeof(xtimer_t)
2020-01-09 13:42:52 +01:00
0b602f14c4
Merge pull request #12551 from aabadie/pr/sys/flashwrite_progress_bar
sys/riotboot/flashwrite: display progress bar during copy/download
2020-01-09 12:46:26 +01:00
Bas Stottelaar
4dc67679a4
Merge pull request #13056 from fjmolinas/pr_fix_local_pkg_13036
pkg/local.mk: fix local pkg build
2020-01-09 11:51:25 +01:00
0597fc9444
examples/suit_update: update README 2020-01-09 11:31:24 +01:00
496f65b946
examples/suit_update: display progress bar during download
The automatic test script is updated accordingly
2020-01-09 11:31:24 +01:00
b0d6f5743b
suit/v4: display a progress bar while fetching the image 2020-01-09 11:31:24 +01:00
c596aa5184
riotboot/flashwrite: use LOG_DEBUG when printing bytes processed 2020-01-09 11:31:12 +01:00
c5ddc685b9 tests/bench_xtimer: add printing if sizeof(xtimer_t) 2020-01-09 11:23:23 +01:00
Francisco Molina
673ff3e94a pkg/local.mk: fix local pkg build 2020-01-09 11:19:06 +01:00
Francisco
c8461a4bef
Merge pull request #13036 from basilfx/feature/save_state_and_dependencies
pkg/pkg.mk: use intermediate state files
2020-01-08 22:57:12 +01:00
Cenk Gündoğan
ce1eb014cf
Merge pull request #12915 from PeterKietzmann/pr_bump_ccnl
pkg/ccn-lite: bump version
2020-01-08 22:56:12 +01:00
Francisco
f395a6d231
Merge pull request #13049 from fjmolinas/pr_ccm_alen_0
crypto/ccm: fix plaintext_len write
2020-01-08 22:39:15 +01:00
PeterKietzmann
ee53dd958c pkg/ccn-lite: bump version 2020-01-08 22:26:56 +01:00
Gaëtan Harter
f08116f3ce dist/tools/*: adapt to new state file targets
Prepare for handling pkg state with files. So it requires having the
path defined before declaring targets. In addition, it cleans up the
old git-download target.
2020-01-08 20:55:19 +01:00