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

34761 Commits

Author SHA1 Message Date
Francisco
f85628cdb4
Merge pull request #16071 from benpicco/cpu/native/timer-periodic
cpu/native: timer: implement timer_set_periodic()
2021-02-23 13:26:53 +01:00
Francisco Molina
f5ba075ab2
boards: remove PORT_BSL 2021-02-23 12:28:18 +01:00
Francisco Molina
a88c010a8e
boards: remove AVRDUDE_PORT 2021-02-23 12:22:49 +01:00
Martine Lenders
b866d22062
Merge pull request #16032 from fjmolinas/pr_move_flashpage_unittest
tests/unittests/tests-flashpage: move out of unittests
2021-02-23 12:05:28 +01:00
7ead5b28f9
Merge pull request #15916 from benpicco/pkg/nanopb-0.4.4
pkg/nanopb: bump version to 0.4.4
2021-02-23 12:04:09 +01:00
Erik Ekman
ccd4c71110 pkg/lwip: Add patch for lowpan6 printf formatters 2021-02-23 11:48:13 +01:00
Erik Ekman
88d2d2d030 tests/lwip: Update test to match new ifconfig
Removed custom ifconfig command.
2021-02-23 11:48:13 +01:00
Erik Ekman
eab317749f sys/shell: Add lwIP ifconfig shell command
Lists state, link type, v4/v6 addresses.
Currently read-only.

Using lwIP debug system to print addresses, to limit dependencies
and work with dual stack setup. Most other code seems to only
allow either v4 or v6 networking. For that to compile I
had to change the `SZT_F` format string due to this error:
```
error: format '%lu' expects argument of type 'long unsigned int',
but argument 2 has type 'size_t {aka unsigned int}'
```
Switching to the lwIP default format string here.

Outputs the following on my ESP32 board with Ethernet,
when both v4 and v6 are enabled in examples/paho-mqtt:
```
> ifconfig
Iface ET0 HWaddr: 24:0a:c4:e6:0e:9f Link: up State: up
        Link type: wired
        inet addr: 10.4.4.81 mask: 255.255.254.0 gw: 10.4.4.1
        inet6 addr: fe80:0:0:0:260a:c4ff:fee6:e9f scope: link
        inet6 addr: 2001:db8:1000:0:260a:c4ff:fee6:e9f scope: global
Iface ET1 HWaddr: 24:0a:c4:e6:0e:9c Link: up State: up
        Link type: wireless
        inet addr: 10.4.4.82 mask: 255.255.254.0 gw: 10.4.4.1
        inet6 addr: fe80:0:0:0:260a:c4ff:fee6:e9c scope: link
        inet6 addr: 2001:db8:1000:0:260a:c4ff:fee6:e9c scope: global
>
```
2021-02-23 11:47:45 +01:00
Erik Ekman
9da7ea2dec pkg/lwip: Name sixlowpan netifs 2021-02-23 11:47:33 +01:00
Benjamin Valentin
07acd9c101 pkg/nanocbor: bump version
The package got relicensed to CC-0.
2021-02-23 11:24:52 +01:00
554a02ff2a
tools/esptool: cleanup preflash and qemu integration 2021-02-23 11:01:38 +01:00
Benjamin Valentin
127b46eea3 drivers/mtd_flashpage: require read source & destination alignment 2021-02-23 10:59:17 +01:00
62c7a9f13d
tests/xfa: fix parallel build with BUILD_IN_DOCKER 2021-02-23 10:39:39 +01:00
Benjamin Valentin
65093a47a3 cpu/native: timer: fix style issue 2021-02-23 09:52:05 +01:00
Benjamin Valentin
7eb159c2a2 cpu/native: timer: implement timer_set_periodic()
The native timer is not free running, so we can't honor it's flags.
But setitimer() already provides an interval option, we only have to enable it.
2021-02-23 09:51:53 +01:00
Francisco Molina
2bb8cb4b55
tests/unittests/tests-flashpage: move out of unittests
Co-authored-by: Martine Lenders <mlenders@inf.fu-berlin.de>
2021-02-23 09:08:57 +01:00
benpicco
d014f5e6d0
Merge pull request #14911 from OTAkeys/pr/can_stm32_deepsleep_opt
stm32/can: add option to enable deep-sleep per device
2021-02-22 22:52:46 +01:00
benpicco
c3d2bc7cec
Merge pull request #16066 from benpicco/pkg/emlearn-0.11.6
pkg/emlearn: bump version to 0.11.6
2021-02-22 22:50:55 +01:00
benpicco
da780e7bfa
Merge pull request #16065 from LordTy/NRF52840Dongle-SPI-support
boards/nrf52840dongle: Add spi feature and default pins
2021-02-22 22:50:46 +01:00
benpicco
4a829b6442
Merge pull request #16070 from kaspar030/fix_microbit_flash_doc
boards/microbit: doc: FLASHTOOL -> PROGRAMMER
2021-02-22 22:13:08 +01:00
Dylan Laduranty
dc8b96f7a6
Merge pull request #16060 from benpicco/cpu/sam0_common/periph/adc-errata
sam0/adc: work around ADC errata on SAM D5x/E5x
2021-02-22 21:30:26 +01:00
c251215315 boards/microbit: doc: FLASHTOOL -> PROGRAMMER 2021-02-22 21:29:48 +01:00
e167131c05
Merge pull request #15972 from benpicco/samdx1-arduino-bootloader
boards/samd21-arduino-bootloader: rename to samdx1-arduino-bootloader
2021-02-22 18:47:23 +01:00
benpicco
678be81ac0
Merge pull request #16063 from ant9000/fix_usb_cdc_capabalities_typo
USB CDC: fix typo in definitions
2021-02-22 18:42:57 +01:00
Tim Broenink
d998d45489 boards/nrf52840dongle: Add spi feature and default pins
The chip supports spi on most pins. The default pins are in a bit
of a wierd location, but accessible.
2021-02-22 17:34:20 +00:00
Benjamin Valentin
56bb4529be pkg/emlearn: bump version to 0.11.6 2021-02-22 17:23:36 +01:00
Leandro Lanzieri
017fc36c7b
makefiles/kconfig: include out.config only when running Kconfig 2021-02-22 16:15:46 +01:00
MrKevinWeiss
3718acd4d8 murdock: Add kconfig tests 2021-02-22 14:58:09 +01:00
MrKevinWeiss
fd98105c94 tests/struct_tm_utility: Add Kconfig defaults 2021-02-22 14:58:09 +01:00
MrKevinWeiss
03dc2ba09a tests/shell: Add Kconfig defaults 2021-02-22 14:58:09 +01:00
MrKevinWeiss
6a217ee34f tests/eepreg: Add Kconfig defaults 2021-02-22 14:58:09 +01:00
MrKevinWeiss
ea6716a7f9 tests/cb_mux_bench: Add Kconfig defaults 2021-02-22 14:58:09 +01:00
MrKevinWeiss
8057273ab2 tests/cb_mux: Add Kconfig defaults 2021-02-22 14:58:09 +01:00
MrKevinWeiss
94504fb9d1 sys: Expose Kconfig modules 2021-02-22 14:58:09 +01:00
Antonio Galea
9c9056844e USB CDC: fix typo in definitions 2021-02-22 14:56:37 +01:00
MrKevinWeiss
7512e1002a sys/uri_parser: Add Kconfig support 2021-02-22 14:54:53 +01:00
MrKevinWeiss
b7d4d83d5c sys/timex: Add Kconfig support 2021-02-22 14:54:15 +01:00
MrKevinWeiss
476c0d8702 sys/seq: Add Kconfig support 2021-02-22 14:54:15 +01:00
MrKevinWeiss
02d19b0b4a sys/sema: Add Kconfig support 2021-02-22 14:54:15 +01:00
MrKevinWeiss
37d640a5b6 sys/oneway-malloc: Add Kconfig support 2021-02-22 14:54:15 +01:00
MrKevinWeiss
bdaa517da1 sys/mineplex: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
1c03c0594a sys/memarray: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
9c6e907a08 sys/matstat: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
8bc7893e92 sys/eepreg: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
e7f62e89fe sys/cb_mux: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
f1c52296d8 sys/bloom: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
820283a12e sys/bitfield: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
e0aea475be sys/base64: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
64202fe091 sys/app_metadata: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
e047d013a7 sys/analog_util: Add Kconfig support 2021-02-22 14:54:14 +01:00