benpicco
ab246a853d
Merge pull request #13004 from gschorcht/cpu/esp/lwip_default_esp_wifi
...
cpu/esp*: esp_wifi used as default netdev for lwip
2020-01-11 13:16:40 +01:00
fd248dbc3c
Merge pull request #12934 from aabadie/pr/cpu/fe310_cpu_rework
...
cpu/fe310: several cleanup in implementation
2020-01-11 09:31:28 +01:00
Martine Lenders
3d1c7d8e19
Merge pull request #13087 from haukepetersen/opt_nimble_netifmoreevents
...
pkg/nimble_netif: add additional events
2020-01-11 00:22:53 +01:00
benpicco
5f1b09bd2f
Merge pull request #12727 from benpicco/color_util
...
sys/color: add color_rgb_set_brightness() and color_rgb_shift()
2020-01-10 23:27:45 +01:00
Hauke Petersen
11a0e3efa0
pkg/nimble_autoconn: handle new events
2020-01-10 17:14:51 +01:00
a953b74bc7
cpu/fe310: restore flash initialization in cpu_init
2020-01-10 16:51:10 +01:00
b42cf186fe
boards/hifive1*: remove gpio interrupt definition
...
This macro is now defined in periph_cpu.h
2020-01-10 16:41:33 +01:00
3f29eb9efb
cpu/fe310: use CLOCK_CORECLOCK macro to get cpu freq
2020-01-10 16:41:33 +01:00
473f1d7147
boards/hifive1*: cleanup board initialization
2020-01-10 16:41:33 +01:00
97ef5d53de
boards/hifive1*: rework clock configuration
2020-01-10 16:41:33 +01:00
fc911bf6c5
cpu/fe310: rework clock initialization
2020-01-10 16:41:33 +01:00
97e1c7ba7e
cpu/fe310: reorganize files and includes
2020-01-10 16:41:33 +01:00
39cf4d38c1
boards/hifive1*: move xtimer definitions to board.h
2020-01-10 16:41:32 +01:00
Hauke Petersen
4f9d15d3b1
sys/shell/sc_nimble_netif: adapt event handling
2020-01-10 16:36:12 +01:00
Hauke Petersen
dbb8e9e52b
pkg/nimble_netif: add additional events
2020-01-10 16:36:12 +01:00
Hauke Petersen
6827472a1f
Merge pull request #13077 from haukepetersen/opt_nimble_autoconndbgmessages
...
pkg/nimble_autoconn: optimize debug output
2020-01-10 16:35:51 +01:00
Leandro Lanzieri
7463543e34
Merge pull request #13066 from PeterKietzmann/pr_kconf_ipv6
...
Kconfig: Expose gnrc/ipv6 configurations
2020-01-10 14:51:23 +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
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
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