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

31487 Commits

Author SHA1 Message Date
665426fefc
boards/stm32f0: adapt to refactored clock configuration 2020-09-08 16:03:44 +02:00
6d76e61ff0
boards/stm32f0: adapt default clock configuration 2020-09-08 16:03:44 +02:00
7c923da0c8
cpu/stm32: split f0 clock initialization in separate file 2020-09-08 16:03:44 +02:00
c3de2655db
Merge pull request #14969 from silkeh/pr/moar-badges
README: Add more badges
2020-09-08 14:27:08 +02:00
cc29edad60
Merge pull request #14974 from fjmolinas/pr_nucleo_xtimer
boards/nucleo: fix xtimer configuration
2020-09-08 13:57:40 +02:00
benpicco
cac0719362
Merge pull request #14862 from hugueslarrive/boards/nucleo-f303k8
boards/nucleo-f303k8: add ADC feature
2020-09-08 13:56:03 +02:00
Silke Hofstra
e404a7c10e README: add more badges
The README document was missing several relevant badges/links:

- Latest release
- License info
- API docs
- Wiki
- StackOverflow
- Twitter

The addition of these links will, hopefully, help people
quickly navigate the broader ecosystem.

Additionally, all badges (except for the CI badge) now
conform to roughly the same style.
2020-09-08 13:02:47 +02:00
Francisco Molina
86d8d22fc5
boards/nucleo: fix xtimer configuration 2020-09-08 11:19:59 +02:00
27e4c19748
Merge pull request #14971 from silkeh/pr/hyperlink-lost-found
LOSTANDFOUND: add/fix commit hyperlinks
2020-09-08 10:44:16 +02:00
9eef7a47cb
Merge pull request #14830 from benpicco/cpu/lpc23xx-picolibc
cpu/lpc23xx: enable support for picolibc
2020-09-08 10:35:45 +02:00
Francisco
07be7910d6
Merge pull request #14970 from silkeh/pr/fix-mailing-lists
README: improve formatting of mailing lists.
2020-09-08 10:04:21 +02:00
Silke Hofstra
0dd130cc89 LOSTANDFOUND: fix several commit references
Change several commit hashes to the ones that actually appear on master.
2020-09-07 20:16:00 +02:00
Silke Hofstra
4882477edc LOSTANDFOUND: add link references to commits
Add link references to the bottom of LOSTANDFOUND to make it easy to find
the relevant commits/PRs/releases that features/modules where removed.
2020-09-07 20:16:00 +02:00
Silke Hofstra
2f3a0b6a2b README: improve formatting of mailing lists.
Correctly hyperlink and indent the mailing list section.
2020-09-07 19:51:46 +02:00
benpicco
8b3d019dcb
Merge pull request #14960 from benpicco/driver/at86rf215-rpc
drivers/at86rf215: implement Reduced Power Consumption
2020-09-07 15:38:32 +02:00
benpicco
c7993b6140
Merge pull request #14961 from miri64/gnrc_rpl/fix/check-idx
gnrc_rpl: check index after fetching address from netif
2020-09-07 14:24:44 +02:00
benpicco
a084430be3
Merge pull request #14883 from miri64/gnrc_ipv6_nib/fix/ipv6_addr_idx-check
gnrc_ipv6_nib: check return value of gnrc_netif_ipv6_addr_idx()
2020-09-07 14:24:17 +02:00
benpicco
a336fdc918
Merge pull request #11263 from miri64/gnrc_netif/new/pktq
gnrc_netif: add packet to queue when device is busy
2020-09-07 13:59:58 +02:00
Benjamin Valentin
634714ff78 drivers/at86rf215: implement Reduced Power Consumption
Reduced Power Consumption is available for MR-O-QPSK and
MR-FSK.
In this mode the receiver will be turned off periodically,
defaulting to a 50% duty cycle.

This reduces power consumption when in IDLE RX by almost 50%
and is therefore enabled by default.
2020-09-07 13:48:47 +02:00
benpicco
b353733d83
Merge pull request #14964 from aabadie/pr/boards/stm32f3_clock_hsi
boards/stm32f3: fix clock configuration for HSI
2020-09-07 12:11:35 +02:00
Leandro Lanzieri
40b52e1d72
Merge pull request #14321 from akshaim/Kconfig_cord
net/cord : Expose configurations to Kconfig
2020-09-07 11:45:17 +02:00
1c95ff86bf
boards/stm32f3: fix clock configuration for HSI 2020-09-07 09:26:26 +02:00
Martine Lenders
61f37ce395
Merge pull request #14934 from maribu/ccn-lite
pkg/ccn-lite: bump version
2020-09-07 08:59:38 +02:00
Martine S. Lenders
91dfee7ee0
gnrc_ipv6_nib: fix duplicate handling for ARO
When `nce` is NULL on the duplicate check, the later re-fetching of the
`nce` might result in an actual NCE entry that then contains a
duplicate, so we need to re-check the EUI-64 again as well.
2020-09-07 08:42:50 +02:00
Martine S. Lenders
f9c3e5f5a4
gnrc_ipv6_nib: check return value of gnrc_netif_ipv6_addr_idx()
And acquire exclusive network interface access when necessary.

Fixes #14752.
2020-09-07 08:42:50 +02:00
Martine S. Lenders
f7913b3d47
gnrc_rpl: check index after fetching address from netif 2020-09-07 08:39:29 +02:00
hugues
f03a9f603c boards/nucleo-f303k8: add ADC feature 2020-09-06 19:25:55 +02:00
benpicco
b2da5d0687
Merge pull request #14861 from hugueslarrive/boards/nucleo-f334r8
boards/nucleo-f334r8: add ADC feature
2020-09-06 15:33:02 +02:00
hugues
8cd0e6f140 boards/nucleo-f334r8: add ADC feature 2020-09-06 11:49:02 +02:00
benpicco
c6c0f6a180
Merge pull request #14933 from benpicco/drivers/mtd_shortcut
mtd: allow to use non-pagewise functions
2020-09-04 16:25:55 +02:00
75132e47ff
Merge pull request #14951 from aabadie/pr/cpu/cc2538_cleanup_radio
cpu/cc2538/radio: only build required files
2020-09-04 16:22:23 +02:00
benpicco
9f96826ad4
Merge pull request #14869 from brunobcfum/itsybitsy
boards: add Adafruit Itsy Bitsy
2020-09-04 15:36:36 +02:00
63554b1a0c
cpu/cc2538/radio: only build required files 2020-09-04 15:25:36 +02:00
Leandro Lanzieri
e24a64fd64
Merge pull request #14926 from akshaim/Kconfig_dtls
net/sock/dtls :  Expose configuration to Kconfig
2020-09-04 14:49:23 +02:00
benpicco
8e74bb04d0
Merge pull request #14942 from benpicco/drivers/dose_eui
drivers/dose: use EUI provider
2020-09-04 14:42:12 +02:00
benpicco
7dfbfd4f50
Merge pull request #14948 from benpicco/feat/puf_sram
features_modules: include puf_sram if used
2020-09-04 14:41:40 +02:00
Benjamin Valentin
f8ee32a8e1 tests/puf_sram: use puf_sram as a feature 2020-09-04 13:50:02 +02:00
Benjamin Valentin
3dbe468c14 features_modules: include puf_sram if used 2020-09-04 13:48:59 +02:00
Benjamin Valentin
182cb9d44b boards/same54-xpro: add EUI-48 provider
Use the on-board AT24MAC chip as an EUI-48 provider.
2020-09-04 13:36:21 +02:00
Akshai M
55fe4a464f net/sock : Update documentation
Added net_sock_conf super group and updated sock_util to the super
group.
2020-09-04 16:29:13 +05:30
Akshai M
b8d2d30a6d net/sock/dtls : Expose to Kconfig 2020-09-04 16:28:29 +05:30
Akshai M
2cbf9de2eb net/sock/dtls : Model 'DTLS_HANDSHAKE_BUFSIZE' with exponent
Introduced CONFIG_DTLS_HANDSHAKE_BUFSIZE_EXP to hold exponent and
update documentation
2020-09-04 16:28:29 +05:30
benpicco
6fcf60c0b0
Merge pull request #14791 from jia200x/pr/cc2538_radio_hal
cc2538_rf: implement Radio HAL
2020-09-04 11:59:32 +02:00
Jose Alamos
387deeca4d tests/ieee802154_hal: add test application 2020-09-04 11:09:18 +02:00
Jose Alamos
1401635787 cc2538: implement radio hal 2020-09-04 11:09:17 +02:00
Bruno CHIANCA
1c7d2cbb2c boards/adafruit-itsybitsy-nrf52: add Itsy Bitsy nRF52840 Express 2020-09-03 22:43:16 +02:00
benpicco
ba67f6aa27
Merge pull request #14943 from bergzand/pr/cortexm/fpu_check
cortexm_common: simplify FPU guards
2020-09-03 22:09:27 +02:00
22252337b6
cortexm_common: simplify FPU guards
The FPU is only enabled on platforms where it is available. The extra
checks for these platforms are redundant and removed here
2020-09-03 21:00:40 +02:00
Benjamin Valentin
08db12be3b drivers/dose: don't default to UART0
The first UART is usually used for the shell, so don't default
DOSE on it.
2020-09-03 20:20:16 +02:00
Benjamin Valentin
f4f1114ead drivers/dose: use EUI provider 2020-09-03 20:16:32 +02:00