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

33020 Commits

Author SHA1 Message Date
benpicco
ba8c8e29ad
Merge pull request #15498 from kaspar030/efm32_fix_tim_t
cpu/efm32/periph/timer: fix timer_t -> tim_t
2020-11-23 16:22:04 +01:00
benpicco
7104599d41
Merge pull request #15496 from jenswet/fix-cpp-lorawan
Fix C++ namespace in lorawan header
2020-11-23 12:34:21 +01:00
925056c829 cpu/efm32/periph/timer: fix timer_t -> tim_t 2020-11-23 12:33:28 +01:00
jenswet
0d0ec11753 sys/net/lorawan: fix cpp namespace 2020-11-23 11:36:05 +01:00
9dbb06f719
Merge pull request #15488 from miri64/gh-actions/fix/ssh-agent-action-version
gh-actions/release-test: bump ssh-agent to v0.4.1
2020-11-23 11:19:17 +01:00
c42cf597f0
Merge pull request #15458 from fjmolinas/pr_build_check_version
makefiles/utils: add util to compare to software versions
2020-11-23 10:35:02 +01:00
Francisco Molina
5b10bdfcb8
makefiles/utils: add util to compare to software versions 2020-11-23 09:12:51 +01:00
benpicco
e89d8862cb
Merge pull request #15487 from basilfx/feature/ebyte_e180
boards/e180-zg120b-tb: add support
2020-11-23 08:06:31 +01:00
Bas Stottelaar
cb50c1a006 tests: update for e180-zg120b-tb 2020-11-23 00:36:20 +01:00
Bas Stottelaar
ff26819f7f tests: add to unsupported boards 2020-11-23 00:36:20 +01:00
Bas Stottelaar
49490bb2ed examples: add to unsupported boards 2020-11-23 00:36:20 +01:00
Bas Stottelaar
e09faabf81 codeowners: add to list 2020-11-23 00:36:20 +01:00
Bas Stottelaar
57ffd66605 boards/e180-zg120b-tb: add initial support 2020-11-23 00:36:20 +01:00
Bas Stottelaar
3881b2f0cd cpu/efm32: add support for efr32mg1b 2020-11-23 00:21:32 +01:00
benpicco
979eeed81a
Merge pull request #15492 from fjmolinas/pr_xtimer_msleep_var
sys/include/ztimer/xtimer_compat: fix wrong variable name
2020-11-22 14:41:41 +01:00
Francisco Molina
1d9994b9ec
sys/include/ztimer/xtimer_compat: fix wrong variable name 2020-11-22 13:05:36 +01:00
Martine Lenders
2925731d42
gh-actions/test-on-iotlab: bump ssh-agent to v0.4.1 2020-11-21 09:40:42 +01:00
Martine Lenders
2bb5d453c4
gh-actions/release-test: bump ssh-agent to v0.4.1 2020-11-21 09:40:26 +01:00
Martine Lenders
d10782271e
Merge pull request #15484 from miri64/mbox/enh/use-new-api
pkg/lwip / pkg/tinydtls: use new mbox_avail() / mbox_unset() function.
2020-11-20 20:17:48 +01:00
Martine Lenders
ef5e0344ef
tinydtls_sock_dtls: use new mbox_avail() function 2020-11-20 13:09:59 +01:00
Martine Lenders
71224b4b1e
lwip_sock: use new mbox_avail() function 2020-11-20 13:09:42 +01:00
benpicco
dd1de91c63
Merge pull request #15480 from kaspar030/frac_inttypes
sys/frac/frac.c: add missing inttypes.h include
2020-11-20 12:05:22 +01:00
24efd54248
Merge pull request #15479 from kaspar030/fix_tests_evtimer_mbox_main_return
tests/evtimer_mbox: add missing main() return
2020-11-20 11:40:57 +01:00
c32358602a
Merge pull request #15478 from kaspar030/add_mbox_size_avail
core/mbox: add mbox_size(), mbox_avail()
2020-11-20 11:24:07 +01:00
6fdcecc648 sys/frac/frac.c: add missing inttypes.h include 2020-11-20 10:49:48 +01:00
08f7f80ea7 tests/evtimer_mbox: add missing main() return 2020-11-20 10:41:59 +01:00
80a628f76d sys/gnrc/sock: make use of mbox_size() and mbox_avail() 2020-11-20 10:38:17 +01:00
91111555a6 core/mbox: add mbox_size() and mbox_avail() 2020-11-20 10:38:17 +01:00
benpicco
63af227f01
Merge pull request #15464 from maribu/esp-cast-align
cpu/esp*: Fix cast alignment issues
2020-11-19 23:34:42 +01:00
benpicco
5e819632be
Merge pull request #15463 from maribu/riscv-cast-align
cpu/fe310: Silence -Wcast-align
2020-11-19 19:05:53 +01:00
benpicco
a17e9ce8a3
Merge pull request #15401 from chrysn-pull-requests/hacl-provide-prix64
hacl: Patch to fix building where PRIx64 is absent
2020-11-19 16:37:53 +01:00
benpicco
487f2ae91e
Merge pull request #15435 from jia200x/pr/fix_gnrc_pktq
gnrc_netif_pkq: fix pktbuf leak
2020-11-19 11:54:53 +01:00
Jose Alamos
dfb214ab98 gnrc_netif: add missing pktbuf release 2020-11-19 11:13:58 +01:00
6b573b9000
Merge pull request #15472 from kaspar030/check_calloc_args
sys/oneway-malloc: check calloc args
2020-11-19 10:56:55 +01:00
e44fa2ba3e sys/oneway-malloc: check calloc args 2020-11-19 10:02:50 +01:00
0695389dc2
Merge pull request #15470 from basilfx/feature/efm32_driver_coretemp_feature
cpu/efm32: model efm32_coretemp as a feature
2020-11-18 21:34:44 +01:00
Bas Stottelaar
6f60185bfa cpu/efm32: define Kconfig option for efm32_coretemp 2020-11-18 18:43:33 +01:00
Bas Stottelaar
e2e64e7546 tests/cpu_efm32_drivers: require efm32_coretemp feature 2020-11-18 17:27:17 +01:00
Bas Stottelaar
e438e9afde boards/efm32: provide efm32_coretemp feature 2020-11-18 17:27:17 +01:00
Bas Stottelaar
8e1f6efa6d makefiles: model efm32_coretemp as a feature 2020-11-18 17:27:17 +01:00
ded50b2494
Merge pull request #15446 from fjmolinas/pr_tests_riotboot_cc2538_bsl
tests/riotboot: make automatic script work with cc2538-bsl
2020-11-18 17:09:01 +01:00
Bas Stottelaar
34c252d0e6
Merge pull request #15461 from basilfx/feature/efm32_driver_coretemp
cpu/efm32: add coretemp driver
2020-11-18 15:08:29 +01:00
e322bfbd47
Merge pull request #15421 from leandrolanzieri/pr/kconfig/native/hello_world
Kconfig: add modules to test on native
2020-11-18 15:02:34 +01:00
benpicco
36f1a9d4a8
Merge pull request #15462 from maribu/mutex_split_block
core/mutex: Minor cleanup
2020-11-18 15:01:26 +01:00
7ee62df9b2
Merge pull request #15467 from bergzand/pr/stm32/flashpage_common_blocktype
stm32/flashpage: Add common stm32_flashpage_block_t type
2020-11-18 14:54:20 +01:00
Francisco Molina
cb28708f06
tests/riotboot: make automatic script work with cc2538-bsl
cc2538-bsl can't flash if the terminal is attached, refactor the test
so the terminal is detached between flashes.
2020-11-18 14:51:01 +01:00
Francisco Molina
49d054cc2d
dist/tools/cc2538-bsl: bump version 2020-11-18 14:47:19 +01:00
81c270dc1b
stm32/flashpage: Remove page address casts from erase
This removes the redefinitions of the page address in the erase
function.
2020-11-18 12:30:40 +01:00
Bas Stottelaar
d66d8ae998 tests/cpu_efm32_drivers: add test application 2020-11-18 12:28:45 +01:00
Bas Stottelaar
e1b356e884 boards/efm32: enable efm32_coretemp driver 2020-11-18 12:28:45 +01:00