-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LoRa ADR #2
Add LoRa ADR #2
Commits on Mar 14, 2024
-
Merge pull request RIOT-OS#20469 from emmanuelsearch/readme-rdm
rdm/README: add rdm0003 to the list
Configuration menu - View commit details
-
Copy full SHA for 6a59642 - Browse repository at this point
Copy the full SHA 6a59642View commit details -
treewide: remove deprecated gnrc_netdev_default module
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6796b93 - Browse repository at this point
Copy the full SHA 6796b93View commit details -
treewide: remove deprecated gnrc_pktbuf_cmd module
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67b8c67 - Browse repository at this point
Copy the full SHA 67b8c67View commit details -
treewide: remove deprecated gnrc_netif_cmd_lora module
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1bbb020 - Browse repository at this point
Copy the full SHA 1bbb020View commit details -
treewide: remove deprecated gnrc_udp_cmd module
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b3b426 - Browse repository at this point
Copy the full SHA 5b3b426View commit details -
treewide: remove deprecated heap_cmd module
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a2e5d7 - Browse repository at this point
Copy the full SHA 5a2e5d7View commit details -
treewide: remove deprecated i2c_scan module
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6e6c4f - Browse repository at this point
Copy the full SHA d6e6c4fView commit details -
treewide: remove deprecated md5sum module
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dac4d46 - Browse repository at this point
Copy the full SHA dac4d46View commit details
Commits on Mar 15, 2024
-
cpu/native/periph/qdec: remove useless loop
Signed-off-by: Gilles DOFFE <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3bfabb4 - Browse repository at this point
Copy the full SHA 3bfabb4View commit details -
cpu/native: return 0 for all gpio_init*() calls
If the gpio is initialized as an input or interruptable pin, the gpio_mock driver returns -1 leading to failed initialization. However that is not because nothing can change the GPIO state that it has to be an error. Return 0 in all cases. Signed-off-by: Gilles DOFFE <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b4c8fe - Browse repository at this point
Copy the full SHA 5b4c8feView commit details -
cpu/native: mark gpio_mock function as weak
This allows developpers to override gpio behavior into their applications. Signed-off-by: Gilles DOFFE <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24d9657 - Browse repository at this point
Copy the full SHA 24d9657View commit details
Commits on Mar 17, 2024
-
sys/usbus: answer get_status if request is standard type
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f44ef81 - Browse repository at this point
Copy the full SHA f44ef81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e3f18e - Browse repository at this point
Copy the full SHA 3e3f18eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 408218f - Browse repository at this point
Copy the full SHA 408218fView commit details -
Merge pull request RIOT-OS#20476 from benpicco/nanocoap-ipv4
nanocoap_sock: add support for IPv4
Configuration menu - View commit details
-
Copy full SHA for 4850881 - Browse repository at this point
Copy the full SHA 4850881View commit details
Commits on Mar 18, 2024
-
Merge pull request RIOT-OS#20381 from maribu/build-system/no-warn-rwx
build sytem: add `--no-warn-rwx-segments` to linker
Configuration menu - View commit details
-
Copy full SHA for f0d2906 - Browse repository at this point
Copy the full SHA f0d2906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1688be5 - Browse repository at this point
Copy the full SHA 1688be5View commit details -
Merge pull request RIOT-OS#20281 from keestux/fix/refactor-tests-peri…
…ph-uart Refactor tests periph uart
Configuration menu - View commit details
-
Copy full SHA for 5f0dc59 - Browse repository at this point
Copy the full SHA 5f0dc59View commit details -
Merge pull request RIOT-OS#20477 from maribu/examples/default/drop_un…
…used_include examples/default: drop unused #include
Configuration menu - View commit details
-
Copy full SHA for 76ef767 - Browse repository at this point
Copy the full SHA 76ef767View commit details -
core/lib/cib: add several new peek functions
This patch adds calls to be able to peek at items other than just the oldest item in a cib based FIFO. It also adds an "unsafe" peek to match the existing "unsafe" put and get functions.
Configuration menu - View commit details
-
Copy full SHA for b648165 - Browse repository at this point
Copy the full SHA b648165View commit details -
Merge pull request RIOT-OS#20459 from benpicco/event_periodic_callbac…
…k_create event_periodic_callback: add event_periodic_callback_create()
Configuration menu - View commit details
-
Copy full SHA for 3aaea1a - Browse repository at this point
Copy the full SHA 3aaea1aView commit details -
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba8b3dc - Browse repository at this point
Copy the full SHA ba8b3dcView commit details -
boards/rpi-pico: create PWM configuration
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a6cfd9 - Browse repository at this point
Copy the full SHA 7a6cfd9View commit details -
boards/rpi-pico: add PWM support in Kconfig
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b84fc5 - Browse repository at this point
Copy the full SHA 8b84fc5View commit details -
treewide: remove deprecated nice module
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26058cf - Browse repository at this point
Copy the full SHA 26058cfView commit details -
treewide: remove deprecated random_cmd module
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b246f63 - Browse repository at this point
Copy the full SHA b246f63View commit details -
treewide: remove deprecated sha1sum module
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 035c965 - Browse repository at this point
Copy the full SHA 035c965View commit details -
treewide: remove deprecated sha256sum module
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05220c6 - Browse repository at this point
Copy the full SHA 05220c6View commit details -
Merge pull request RIOT-OS#20475 from dylad/pr/usbus/fix_get_status_r…
…esponse sys/usbus: answer get_status if request is standard type
Configuration menu - View commit details
-
Copy full SHA for a365a97 - Browse repository at this point
Copy the full SHA a365a97View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 868d839 - Browse repository at this point
Copy the full SHA 868d839View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2b6d28 - Browse repository at this point
Copy the full SHA f2b6d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d9a9a3 - Browse repository at this point
Copy the full SHA 6d9a9a3View commit details -
Merge pull request RIOT-OS#20471 from dylad/pr/treewide/remove_deprec…
…ation treewide: remove deprecated modules
Configuration menu - View commit details
-
Copy full SHA for 9e2a2e4 - Browse repository at this point
Copy the full SHA 9e2a2e4View commit details -
Merge pull request RIOT-OS#20473 from dylad/cpu/rpx0xx/pwm_support
cpu/rpx0xx: add initial pwm support
Configuration menu - View commit details
-
Copy full SHA for 1c036e0 - Browse repository at this point
Copy the full SHA 1c036e0View commit details -
Merge pull request RIOT-OS#20464 from Enoch247/add-to-cib
core/lib/cib: add new functionality
Configuration menu - View commit details
-
Copy full SHA for c571039 - Browse repository at this point
Copy the full SHA c571039View commit details -
Merge pull request RIOT-OS#20048 from leandrolanzieri/pr/tinydtls/che…
…ck_public_key net/sock_dtls: add public key verification
Configuration menu - View commit details
-
Copy full SHA for 741d6b3 - Browse repository at this point
Copy the full SHA 741d6b3View commit details -
Merge pull request RIOT-OS#20407 from chrysn-pull-requests/drop-rgbled
drivers/rgbled: Remove driver
Configuration menu - View commit details
-
Copy full SHA for de176a8 - Browse repository at this point
Copy the full SHA de176a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12194ad - Browse repository at this point
Copy the full SHA 12194adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6229fda - Browse repository at this point
Copy the full SHA 6229fdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc901b0 - Browse repository at this point
Copy the full SHA dc901b0View commit details -
Merge branch 'master' into rust-gcoap-add-saul
Makefile.ci was completely removed, pending regeneration
Configuration menu - View commit details
-
Copy full SHA for 3abedbb - Browse repository at this point
Copy the full SHA 3abedbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 280327e - Browse repository at this point
Copy the full SHA 280327eView commit details -
Merge pull request RIOT-OS#20481 from maribu/doc/doxygen/src/getting-…
…started.md doc/doxygen/src/getting-started.md: fix broken link
Configuration menu - View commit details
-
Copy full SHA for 226a9ca - Browse repository at this point
Copy the full SHA 226a9caView commit details -
.murdock: document TESTS_BOARDS_LLVM_COMPILE
The comment above TESTS_BOARDS_LLVM_COMPILE is misleading and outdated. This is due to an oversight in 52cf2b4 where tests on LLVM where re-enabled. This drops the old comment and instead adds a comment why only a subset of boards are build on LLVM.
Configuration menu - View commit details
-
Copy full SHA for a4df903 - Browse repository at this point
Copy the full SHA a4df903View commit details -
cpu/stm32/periph/gpio: simplify conditional code
This patch similifies some of the handling of differences between STM32 chips. The intent is to improve scaling of the code as more chips are added.
Configuration menu - View commit details
-
Copy full SHA for 8555a66 - Browse repository at this point
Copy the full SHA 8555a66View commit details -
Merge pull request RIOT-OS#20482 from maribu/murdock/llvm-comment
.murdock: document TESTS_BOARDS_LLVM_COMPILE
Configuration menu - View commit details
-
Copy full SHA for 21bd422 - Browse repository at this point
Copy the full SHA 21bd422View commit details -
Merge pull request RIOT-OS#15485 from miri64/mbox/enh/mbox-unset
mbox: provide function to unset initialized mbox
Configuration menu - View commit details
-
Copy full SHA for 5242533 - Browse repository at this point
Copy the full SHA 5242533View commit details -
treewide: remove deprecated module shell_commands
Replaces it by shell_cmds_default where needed Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dcc732a - Browse repository at this point
Copy the full SHA dcc732aView commit details -
treewide: replace shell_commands module in documentation
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f78a41f - Browse repository at this point
Copy the full SHA f78a41fView commit details -
drivers/mtd_flashpage: fix comperror when compiling without asserts
the variable cpu_flash_base is only used in asserts. This gives errors if you compile without them.
Configuration menu - View commit details
-
Copy full SHA for 02d86c2 - Browse repository at this point
Copy the full SHA 02d86c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 666d429 - Browse repository at this point
Copy the full SHA 666d429View commit details -
sys/tiny_strerror: fix compilation on LLVM
Mixing address spaces is something LLVM doesn't like (for good reason). This re-organized the code a bit so that this does not happen anymore, even on AVR. Split out of RIOT-OS#16924
Configuration menu - View commit details
-
Copy full SHA for 7775fa7 - Browse repository at this point
Copy the full SHA 7775fa7View commit details -
cpu/sam0: don't enable TRFAIL interrupts
these interrupts were used to generate USBDEV_EVENT_TR_FAIL which is deprecated and will be removed Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92c36df - Browse repository at this point
Copy the full SHA 92c36dfView commit details -
drivers/periph/usbdev: remove deprecated event flag
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fdc00a - Browse repository at this point
Copy the full SHA 6fdc00aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d19182c - Browse repository at this point
Copy the full SHA d19182cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a62d77d - Browse repository at this point
Copy the full SHA a62d77dView commit details -
Merge pull request RIOT-OS#20486 from FlapKap/tests/drivers/mtd_flash…
…page_assert_error drivers/mtd_flashpage: fix comperror when compiling without asserts
Configuration menu - View commit details
-
Copy full SHA for 3ebccd7 - Browse repository at this point
Copy the full SHA 3ebccd7View commit details -
Merge pull request RIOT-OS#20191 from benpicco/coap_get_method
nanocoap: introduce coap_get_method()
Configuration menu - View commit details
-
Copy full SHA for e3ce765 - Browse repository at this point
Copy the full SHA e3ce765View commit details -
Merge pull request RIOT-OS#20483 from maribu/sys/tiny_strerror/llvm
sys/tiny_strerror: fix compilation on LLVM
Configuration menu - View commit details
-
Copy full SHA for 4caa3bc - Browse repository at this point
Copy the full SHA 4caa3bcView commit details -
Merge pull request RIOT-OS#20488 from dylad/pr/usbus/remove_deprecate…
…d_event periph_usbdev: remove deprecated event flag
Configuration menu - View commit details
-
Copy full SHA for 17ec57e - Browse repository at this point
Copy the full SHA 17ec57eView commit details -
Merge pull request RIOT-OS#18870 from Teufelchen1/fix/llvm_gnrc_lorawan
llvm: Fix unused function warning
Configuration menu - View commit details
-
Copy full SHA for 23d30cb - Browse repository at this point
Copy the full SHA 23d30cbView commit details -
Merge pull request RIOT-OS#20487 from mguetschow/dhcpv6-os
dist/tools/dhcpv6-pd_ia: recognize Debian correctly
Configuration menu - View commit details
-
Copy full SHA for 0c2601d - Browse repository at this point
Copy the full SHA 0c2601dView commit details
Commits on Mar 20, 2024
-
rust: Selectively update riot-sys
Changes pulled by this are: * add hashes to riot-sys headers <RIOT-OS/rust-riot-sys#43> * administrative changes (riot-sys 0.7.11, CI fixes)
Configuration menu - View commit details
-
Copy full SHA for e8c28ef - Browse repository at this point
Copy the full SHA e8c28efView commit details -
rust: Update non-RIOT dependencies
All changes appear to be minor; some crates that were previously part of the build dependencies twice can now be shared between build dependencies.
Configuration menu - View commit details
-
Copy full SHA for 7e8031f - Browse repository at this point
Copy the full SHA 7e8031fView commit details -
rust: Selectively update riot-wrappers
Changes pulled by this are: * optimizations around panicking <RIOT-OS/rust-riot-wrappers#82> * administrative changes (CI fixes)
Configuration menu - View commit details
-
Copy full SHA for a0ee4de - Browse repository at this point
Copy the full SHA a0ee4deView commit details -
Configuration menu - View commit details
-
Copy full SHA for c82ea19 - Browse repository at this point
Copy the full SHA c82ea19View commit details -
Merge pull request RIOT-OS#20489 from chrysn-pull-requests/riot-updat…
…es-before-2024.04 Rust updates for 2024.04
Configuration menu - View commit details
-
Copy full SHA for d8e693c - Browse repository at this point
Copy the full SHA d8e693cView commit details -
rust: Make dependencies visible
The Cargo.lock of rust_riotmodules_standalone should explicitly list all versions of software that would ever be pulled in by enabling RIOT modules backed by a Rust crate. That way, the Cargo.lock file will not spontaneously change because the software is being built with a different set of modules enabled. This did not happen before, because while the optional dependencies could all be selected on the command line, they were not visible as possible features to `cargo update`, and were thus not encoded in the Cargo.lock file.
Configuration menu - View commit details
-
Copy full SHA for a5c9ac2 - Browse repository at this point
Copy the full SHA a5c9ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec0aaf9 - Browse repository at this point
Copy the full SHA ec0aaf9View commit details -
Merge pull request RIOT-OS#20490 from chrysn-pull-requests/codeowners…
…-rust codeowners: Notify chrysn on Rust PRs
Configuration menu - View commit details
-
Copy full SHA for a344561 - Browse repository at this point
Copy the full SHA a344561View commit details -
Configuration menu - View commit details
-
Copy full SHA for b40c9a0 - Browse repository at this point
Copy the full SHA b40c9a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 218d79f - Browse repository at this point
Copy the full SHA 218d79fView commit details -
Merge pull request RIOT-OS#20467 from dylad/pr/cpu/stm32/usbdev_fs/do…
…nt_autopull_ztimer cpu/stm32/periph/usbdev_fs: avoid using ztimer when not needed
Configuration menu - View commit details
-
Copy full SHA for 30e745d - Browse repository at this point
Copy the full SHA 30e745dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e057c - Browse repository at this point
Copy the full SHA 63e057cView commit details -
cpu/stm32: remove redundant conditional compile
This patch removes a largely redundant block of conditional includes. The removed includes are moved into the family specific headers so that the more specific headers may override defaults defined in the shared headers.
Configuration menu - View commit details
-
Copy full SHA for fd105b7 - Browse repository at this point
Copy the full SHA fd105b7View commit details -
Merge pull request RIOT-OS#20491 from emmanuelsearch/doxygen-vision
doxygen: added vision.md imported from Wiki
Configuration menu - View commit details
-
Copy full SHA for a0dc699 - Browse repository at this point
Copy the full SHA a0dc699View commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6acbebb - Browse repository at this point
Copy the full SHA 6acbebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48d4e8a - Browse repository at this point
Copy the full SHA 48d4e8aView commit details -
Merge pull request RIOT-OS#17554 from chrysn-pull-requests/rust-gcoap…
…-add-saul examples/rust-gcoap: Add SAUL
Configuration menu - View commit details
-
Copy full SHA for d10fa1b - Browse repository at this point
Copy the full SHA d10fa1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a21de1b - Browse repository at this point
Copy the full SHA a21de1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd2a79d - Browse repository at this point
Copy the full SHA fd2a79dView commit details -
Merge pull request RIOT-OS#20496 from emmanuelsearch/doxygen-communit…
…y-processes doxygen: added community processes (import from Wiki)
Configuration menu - View commit details
-
Copy full SHA for 72f7869 - Browse repository at this point
Copy the full SHA 72f7869View commit details -
Merge pull request RIOT-OS#20479 from Enoch247/simplify-stm32-gpio-code
cpu/stm32/periph/gpio: simplify condition code
Configuration menu - View commit details
-
Copy full SHA for ad4b8f2 - Browse repository at this point
Copy the full SHA ad4b8f2View commit details -
sys/net/coap: cast in non-config define
If we try to set the compile-time config we need to always remember casting, instead, just cast in the places that are not exposed to users
Configuration menu - View commit details
-
Copy full SHA for 575ab68 - Browse repository at this point
Copy the full SHA 575ab68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e45261 - Browse repository at this point
Copy the full SHA 1e45261View commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 863fe9b - Browse repository at this point
Copy the full SHA 863fe9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 208e757 - Browse repository at this point
Copy the full SHA 208e757View commit details -
Merge pull request RIOT-OS#20495 from Enoch247/simplify-stm32-clk-inc…
…ludes cpu/stm32: remove redundant conditional compile block
Configuration menu - View commit details
-
Copy full SHA for 9f51dae - Browse repository at this point
Copy the full SHA 9f51daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6154c12 - Browse repository at this point
Copy the full SHA 6154c12View commit details -
Merge pull request RIOT-OS#20497 from MrKevinWeiss/pr/fix/gcoapsize
sys/net/coap: cast in non-config define
Configuration menu - View commit details
-
Copy full SHA for e2a2c42 - Browse repository at this point
Copy the full SHA e2a2c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dc04f6 - Browse repository at this point
Copy the full SHA 0dc04f6View commit details -
tests/unittests/README: link to wiki updated
This commit changes the link about supported boards in the README from the wiki page to the RIOT-OS website. Since the wiki is not up to date. See also [this pull request](https://github.com/RIOT-OS/riot-os.org/pull/109/files) that fixed the same link on the website.
Configuration menu - View commit details
-
Copy full SHA for 623f78d - Browse repository at this point
Copy the full SHA 623f78dView commit details -
Merge pull request RIOT-OS#20499 from benpicco/coap_build_hdr-const
nanocoap: allow token to be const in coap_build_hdr()
Configuration menu - View commit details
-
Copy full SHA for 3d13f1f - Browse repository at this point
Copy the full SHA 3d13f1fView commit details -
Merge pull request RIOT-OS#20500 from jkarinkl/supported_boards_chang…
…e_wiki_link tests/unittests/README: link to Supported Boards updated (wiki -> site)
Configuration menu - View commit details
-
Copy full SHA for d76fc8d - Browse repository at this point
Copy the full SHA d76fc8dView commit details
Commits on Mar 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b9b09c0 - Browse repository at this point
Copy the full SHA b9b09c0View commit details -
cpu/native: enhance GPIO mocking with 2D array representation
This commit introduces a more robust GPIO mocking mechanism by utilizing a 2-dimensional array. Each element of the array holds a gpio_mock_t structure describing a pin's attributes such as value, mode, flank, interruption callback, and callback argument. This enhancement allows for the arbitrary simulation of GPIOs across various microcontroller architectures using the current API, while maintaining consistency through the use of the GPIO_PIN macro. Additionally, it should be noted that only the maximum number of ports and maximum number of pins can be altered according to the context. The implemented API in gpio_mock.c remains rudimentary, providing no validation but fulfilling the required functions. However, it remains customizable as all its functions are marked as weak. Signed-off-by: Gilles DOFFE <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebf95d2 - Browse repository at this point
Copy the full SHA ebf95d2View commit details
Commits on Mar 25, 2024
-
sys/hashes: support for SHA-{384,512/{224,256}}
pkg/esp32_sdk: rename sha384_init to avoid name clash
Configuration menu - View commit details
-
Copy full SHA for 9300007 - Browse repository at this point
Copy the full SHA 9300007View commit details -
Merge pull request RIOT-OS#20484 from mguetschow/hashes-sha512-trunc
sys/hashes: support for SHA-{384,512/{224,256}}
Configuration menu - View commit details
-
Copy full SHA for 4982049 - Browse repository at this point
Copy the full SHA 4982049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a89402 - Browse repository at this point
Copy the full SHA 2a89402View commit details -
Merge pull request RIOT-OS#20423 from derMihai/mir/at_urc
drivers/at: fix URC handling and add better testing
Configuration menu - View commit details
-
Copy full SHA for e6f03db - Browse repository at this point
Copy the full SHA e6f03dbView commit details
Commits on Mar 26, 2024
-
Merge pull request RIOT-OS#20485 from dylad/pr/treewide/remove_deprec…
…ated_shell_commands treewide: remove deprecated shell_commands module
Configuration menu - View commit details
-
Copy full SHA for 1b64abf - Browse repository at this point
Copy the full SHA 1b64abfView commit details -
Merge pull request RIOT-OS#20502 from krzysztof-cabaj/nucleo-c031c6-ADC
boards/nucleo-c031c6: fix ADC and enhance doc
Configuration menu - View commit details
-
Copy full SHA for 4be2b71 - Browse repository at this point
Copy the full SHA 4be2b71View commit details -
Configuration menu - View commit details
-
Copy full SHA for f31f820 - Browse repository at this point
Copy the full SHA f31f820View commit details -
doc/community-process: improve markdown style
This contains minor changes to ease maintaining the document (e.g. by using reference-style links so that an URL needs to be updated only in a single place) and adds explicit anchors to ease linking to a certain section.
Configuration menu - View commit details
-
Copy full SHA for 6844ba2 - Browse repository at this point
Copy the full SHA 6844ba2View commit details -
Merge pull request RIOT-OS#20363 from mguetschow/malloc-monitor
Monitoring malloc usage
Configuration menu - View commit details
-
Copy full SHA for a9d052b - Browse repository at this point
Copy the full SHA a9d052bView commit details -
Merge pull request RIOT-OS#20503 from maribu/doc/community-process/style
doc/community-process: improve markdown style
Configuration menu - View commit details
-
Copy full SHA for b424711 - Browse repository at this point
Copy the full SHA b424711View commit details -
doc/doxygen: fix name and intro of "Modules" section
This fixes a regression from RIOT-OS#20443 which does cause the modules to re-appear in the side panel, but under the name "Topics" rather than "Modules".
Configuration menu - View commit details
-
Copy full SHA for 5a966fb - Browse repository at this point
Copy the full SHA 5a966fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for db965c9 - Browse repository at this point
Copy the full SHA db965c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f2b71c - Browse repository at this point
Copy the full SHA 0f2b71cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a9c51f - Browse repository at this point
Copy the full SHA 0a9c51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff7f7cc - Browse repository at this point
Copy the full SHA ff7f7ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d39d14 - Browse repository at this point
Copy the full SHA 6d39d14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a68fb0 - Browse repository at this point
Copy the full SHA 7a68fb0View commit details -
Merge pull request RIOT-OS#20410 from benpicco/cpu/esp8266-spi_clk
cpu/esp8266: allow arbitrary SPI clocks
Configuration menu - View commit details
-
Copy full SHA for 6c6d2f9 - Browse repository at this point
Copy the full SHA 6c6d2f9View commit details -
Merge pull request RIOT-OS#18684 from chrysn-pull-requests/rust-easie…
…r-updates rust: Make dependencies visible
Configuration menu - View commit details
-
Copy full SHA for 29a756b - Browse repository at this point
Copy the full SHA 29a756bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eeac98 - Browse repository at this point
Copy the full SHA 3eeac98View commit details -
cpu/samd5x: implement driver for samd5x CAN controller
cpu/samd5x: load RX mailbox
Configuration menu - View commit details
-
Copy full SHA for e4e5558 - Browse repository at this point
Copy the full SHA e4e5558View commit details -
Configuration menu - View commit details
-
Copy full SHA for 477f9cd - Browse repository at this point
Copy the full SHA 477f9cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a40735a - Browse repository at this point
Copy the full SHA a40735aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01782e8 - Browse repository at this point
Copy the full SHA 01782e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74bf01b - Browse repository at this point
Copy the full SHA 74bf01bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 491a1cd - Browse repository at this point
Copy the full SHA 491a1cdView commit details -
gnrc/lwmac: Reduce code duplication
Both _rx_management_failed and _rx_management_success functions attempt to sleep after handling the packet reception failure/success. This commit extracts the sleep attempt in a new _rx_management_attempt_sleep function. Signed-off-by: Francois Berder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7523bb0 - Browse repository at this point
Copy the full SHA 7523bb0View commit details -
gnrc/gomach: Reduce code duplication
The function gomach_vtdma_end is nearly identical to _no_vtdma_after_cp expect the first few lines. This commit replaces the duplicating code in gomach_vtdma_end by a call to _no_vtdma_after_cp. Signed-off-by: Francois Berder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9056e14 - Browse repository at this point
Copy the full SHA 9056e14View commit details -
Merge pull request RIOT-OS#19709 from benpicco/appendectomy
rdm/radio_hal: remove appendix A
Configuration menu - View commit details
-
Copy full SHA for 5349775 - Browse repository at this point
Copy the full SHA 5349775View commit details -
Merge pull request RIOT-OS#20506 from maribu/doc/doxygen-menu/fix-nam…
…e-of-modules-category doc/doxygen: fix name and intro of "Modules" section
Configuration menu - View commit details
-
Copy full SHA for 7b1ed57 - Browse repository at this point
Copy the full SHA 7b1ed57View commit details -
Merge pull request RIOT-OS#20498 from miri64/doc/enh/vision-graphic
doc: add graphic to vision page
Configuration menu - View commit details
-
Copy full SHA for 20decc9 - Browse repository at this point
Copy the full SHA 20decc9View commit details -
Merge pull request RIOT-OS#20493 from OlegHahm/pr/doxygen/add_term_co…
…nfig doc: add terminal program configuration
Configuration menu - View commit details
-
Copy full SHA for 285b99c - Browse repository at this point
Copy the full SHA 285b99cView commit details -
Merge pull request RIOT-OS#16502 from francois-berder/remove-code-dup…
…lication sys/net/gnrc: Remove code duplication
Configuration menu - View commit details
-
Copy full SHA for 4059244 - Browse repository at this point
Copy the full SHA 4059244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1924b06 - Browse repository at this point
Copy the full SHA 1924b06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ace90a - Browse repository at this point
Copy the full SHA 2ace90aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fcc34d - Browse repository at this point
Copy the full SHA 1fcc34dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f9da87 - Browse repository at this point
Copy the full SHA 9f9da87View commit details -
Configuration menu - View commit details
-
Copy full SHA for b98e5bd - Browse repository at this point
Copy the full SHA b98e5bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c78c3d - Browse repository at this point
Copy the full SHA 3c78c3dView commit details -
Merge pull request RIOT-OS#20478 from mariemC/Mariem/dtls_default_use…
…r_params_fix pkg/tinydtls: enforce the default dtls user params to be configurable
Configuration menu - View commit details
-
Copy full SHA for 222a2e1 - Browse repository at this point
Copy the full SHA 222a2e1View commit details -
Merge pull request RIOT-OS#20507 from benpicco/tools/openocd-tigard_fix
tools/openocd: define SWD_EN signal for tigard
Configuration menu - View commit details
-
Copy full SHA for 2c93cde - Browse repository at this point
Copy the full SHA 2c93cdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3da305 - Browse repository at this point
Copy the full SHA e3da305View commit details -
Merge pull request RIOT-OS#20460 from Einhornhool/pr/psa-use-csprng
sys/psa_crypto: use SHA256 CSPRNG as default
Configuration menu - View commit details
-
Copy full SHA for edefdb7 - Browse repository at this point
Copy the full SHA edefdb7View commit details -
tests/shell: add test for preemption
This tests if a blocking stdio read will allow other threads to be scheduled.
Configuration menu - View commit details
-
Copy full SHA for ac383b3 - Browse repository at this point
Copy the full SHA ac383b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16cfaab - Browse repository at this point
Copy the full SHA 16cfaabView commit details -
Merge pull request RIOT-OS#20508 from Teufelchen1/core/guard_pm
core: Guard pm_set_lowest with module_periph_pm
Configuration menu - View commit details
-
Copy full SHA for 84bf921 - Browse repository at this point
Copy the full SHA 84bf921View commit details -
Merge pull request RIOT-OS#19005 from benpicco/tests/shell-preempt
tests/shell: add test for preemption
Configuration menu - View commit details
-
Copy full SHA for d13faeb - Browse repository at this point
Copy the full SHA d13faebView commit details
Commits on Mar 27, 2024
-
doc: Allow resizing of side-nav
Currently it is not possible to resize the side-nav of the RIOT doxygen website in firefox. This is caused by the window resize_handler being called even for resizing inside the window. The resize_handler resets the side-nav to a cached size preventing resizing. This commit fixes this by checking if the window was actually resized.
Remmirad committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 084c42c - Browse repository at this point
Copy the full SHA 084c42cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0fdc3c - Browse repository at this point
Copy the full SHA e0fdc3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for be8a2c8 - Browse repository at this point
Copy the full SHA be8a2c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c9cc37 - Browse repository at this point
Copy the full SHA 9c9cc37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20fcb1d - Browse repository at this point
Copy the full SHA 20fcb1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6dbf1c - Browse repository at this point
Copy the full SHA d6dbf1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c02ab3 - Browse repository at this point
Copy the full SHA 1c02ab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d265330 - Browse repository at this point
Copy the full SHA d265330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0acb666 - Browse repository at this point
Copy the full SHA 0acb666View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2deb888 - Browse repository at this point
Copy the full SHA 2deb888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 653417d - Browse repository at this point
Copy the full SHA 653417dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e2ab50 - Browse repository at this point
Copy the full SHA 0e2ab50View commit details -
gcoap: make gcoap_req_send_tl() an alias of gcoap_req_send()
As per the deprecation notice from July 2021 ;-).
Configuration menu - View commit details
-
Copy full SHA for 2730858 - Browse repository at this point
Copy the full SHA 2730858View commit details -
doc: fix switched rows in board selection guide
The nRF52840DK is an excellent wireless dev board due to the integrated debugger, the nRF52840-Dongle is missing the debugger and therefore a suboptimal choice. The nRF52840-Dongle is cheap and has an excellent form factor that allows to easily plug it into e.g. an OpenWRT system to quickly provide a border router. The nRF52840DK is too large and too expensive for that use case. It appears that the rows have just been switched by mistake, this switches them back to be correct.
Configuration menu - View commit details
-
Copy full SHA for 9c50a36 - Browse repository at this point
Copy the full SHA 9c50a36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 568d607 - Browse repository at this point
Copy the full SHA 568d607View commit details -
tests/rsut_libs: add missing dependency
In `main.c:115` the call `ztimer_sleep(ZTIMER_MSEC, _periodic_ctx.period.ms);` depends on the module `ztimer_msec`. Apparently, this was previously pulled in indirectly and the missing dep has gone unnoticed. This adds the dep explicitly to fix compilation issues that now have surfaced in the CI.
Configuration menu - View commit details
-
Copy full SHA for c140eed - Browse repository at this point
Copy the full SHA c140eedView commit details -
Merge pull request RIOT-OS#20517 from maribu/tests/rust_libs
tests/rsut_libs: add missing dependency
Configuration menu - View commit details
-
Copy full SHA for e67e2fc - Browse repository at this point
Copy the full SHA e67e2fcView commit details -
Merge pull request RIOT-OS#20504 from MrKevinWeiss/pr/feather-nrf5284…
…0-sense/generic driver/lsm6dsxx: Allow generic LSM6DSXX driver
Configuration menu - View commit details
-
Copy full SHA for 42b68a5 - Browse repository at this point
Copy the full SHA 42b68a5View commit details -
Merge pull request RIOT-OS#20511 from Remmirad/enable-tree-nav-resizeing
doc: Allow resizing of doxygen side-nav
Configuration menu - View commit details
-
Copy full SHA for 1b4f45f - Browse repository at this point
Copy the full SHA 1b4f45fView commit details -
Merge pull request RIOT-OS#20512 from miri64/gnrc_mac/cleanup/deprecate
gnrc_mac / gnrc_lwmac / gnrc_gomach: Deprecate modules
Configuration menu - View commit details
-
Copy full SHA for 29374c6 - Browse repository at this point
Copy the full SHA 29374c6View commit details -
Merge pull request RIOT-OS#20438 from MrKevinWeiss/pr/kconfig/dep/rem…
…oval Remove Kconfig dependency modelling
Configuration menu - View commit details
-
Copy full SHA for 04620d4 - Browse repository at this point
Copy the full SHA 04620d4View commit details -
Merge pull request RIOT-OS#20514 from miri64/gcoap/cleanup/gcoap_req_…
…send_aliasing gcoap: make gcoap_req_send_tl() an alias of gcoap_req_send()
Configuration menu - View commit details
-
Copy full SHA for a2e3ca0 - Browse repository at this point
Copy the full SHA a2e3ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50e03bb - Browse repository at this point
Copy the full SHA 50e03bbView commit details -
cpu/msp430/f2xx: clean up periph_uart,periph_spi
This cleans up the USCI based UART and SPI implementations and allows multiple instances of either interface to be configured by the boards. In addition, it allows sharing the USCI peripherals to provide multiple serial interfaces with the same hardware (round-robin).
Configuration menu - View commit details
-
Copy full SHA for aef5b65 - Browse repository at this point
Copy the full SHA aef5b65View commit details -
examples,tests: bump
Makefile.ci
sRan `dist/tools/insufficient_memory/update_insufficient_memory_board.sh` for both `z1` and `olimex-msp430-h2618`.
Configuration menu - View commit details
-
Copy full SHA for 10ee192 - Browse repository at this point
Copy the full SHA 10ee192View commit details -
Merge pull request RIOT-OS#20516 from maribu/doc/board-selection-guide
doc: fix switched rows in board selection guide
Configuration menu - View commit details
-
Copy full SHA for 15e2b9e - Browse repository at this point
Copy the full SHA 15e2b9eView commit details -
Merge pull request RIOT-OS#20357 from maribu/cpu/msp430/usci
cpu/msp430/f2xx: clean up periph_uart,periph_spi
Configuration menu - View commit details
-
Copy full SHA for 4b3308c - Browse repository at this point
Copy the full SHA 4b3308cView commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c75f84 - Browse repository at this point
Copy the full SHA 5c75f84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 549f215 - Browse repository at this point
Copy the full SHA 549f215View commit details -
gnrc_lorawan: Remove
gnrc_nettype_lorawan
dependencyWith the removal of `CONFIG_GNRC_NETIF_LORAWAN_NETIF_HDR` it does not use `GNRC_NETTYPE_LORAWAN` anymore, so this module is not required anymore.
Configuration menu - View commit details
-
Copy full SHA for 810f1a9 - Browse repository at this point
Copy the full SHA 810f1a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6d5500 - Browse repository at this point
Copy the full SHA a6d5500View commit details -
Configuration menu - View commit details
-
Copy full SHA for c05474c - Browse repository at this point
Copy the full SHA c05474cView commit details -
Merge pull request RIOT-OS#20515 from miri64/gnrc_netif/cleanup/rm-CO…
…NFIG_GNRC_NETIF_LORAWAN_NETIF_HDR gnrc_netif: remove deprecated CONFIG_GNRC_NETIF_LORAWAN_NETIF_HDR
Configuration menu - View commit details
-
Copy full SHA for 6c46d26 - Browse repository at this point
Copy the full SHA 6c46d26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d2dda2 - Browse repository at this point
Copy the full SHA 9d2dda2View commit details -
Merge pull request RIOT-OS#20518 from miri64/gcoap/bug/quality-defects
gcoap: fix code quality defects
Configuration menu - View commit details
-
Copy full SHA for 819a4a1 - Browse repository at this point
Copy the full SHA 819a4a1View commit details -
Merge pull request RIOT-OS#19736 from firas-hamdi/cpu/samd5x-write-CA…
…N-driver cpu/samd5x write can driver
Configuration menu - View commit details
-
Copy full SHA for 333207d - Browse repository at this point
Copy the full SHA 333207dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 603c5fe - Browse repository at this point
Copy the full SHA 603c5feView commit details -
Merge pull request RIOT-OS#20520 from krzysztof-cabaj/nucleo-c031c6-PWM
boards/nucleo-c031c6: add PWM configuration
Configuration menu - View commit details
-
Copy full SHA for c694158 - Browse repository at this point
Copy the full SHA c694158View commit details -
eclipsesym/cmdline2xml.sh: avoid egrep
The egrep and fgrep commands have been deprecated since 2007. Beginning with GNU Grep 3.8, calling these commands will now issue a warning to the user that instead they should use grep -E and grep -F, respectively.
Configuration menu - View commit details
-
Copy full SHA for 39cc420 - Browse repository at this point
Copy the full SHA 39cc420View commit details -
Merge pull request RIOT-OS#20431 from cogip/native_fixes
cpu/native: add gpio-mock
Configuration menu - View commit details
-
Copy full SHA for 3e2ab59 - Browse repository at this point
Copy the full SHA 3e2ab59View commit details
Commits on Mar 29, 2024
-
Merge pull request RIOT-OS#20522 from keestux/fix/eclipsesym-script
Avoid using egrep
Configuration menu - View commit details
-
Copy full SHA for 48a8e65 - Browse repository at this point
Copy the full SHA 48a8e65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 013e884 - Browse repository at this point
Copy the full SHA 013e884View commit details
Commits on Apr 1, 2024
-
Merge pull request RIOT-OS#20521 from Ollrogge/rtc_support
cpu/stm32u5: Enable rtc support
Configuration menu - View commit details
-
Copy full SHA for ad51739 - Browse repository at this point
Copy the full SHA ad51739View commit details
Commits on Apr 2, 2024
-
sys/shell/cmds: Guard periph_pm calls
It would seem that either we need to require the periph_pm module in shell or make it optional... since we have many other optional modules here and we still may want the RIOT_VERSION command, lets make it optional for now.
Configuration menu - View commit details
-
Copy full SHA for e017c01 - Browse repository at this point
Copy the full SHA e017c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67abda0 - Browse repository at this point
Copy the full SHA 67abda0View commit details -
boards/feather-nrf52840-sense: use generic lsm6dsxx
This will help handle multiple board variants such as rev B and C.
Configuration menu - View commit details
-
Copy full SHA for 99daaec - Browse repository at this point
Copy the full SHA 99daaecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0503e61 - Browse repository at this point
Copy the full SHA 0503e61View commit details -
Configuration menu - View commit details
-
Copy full SHA for bead59e - Browse repository at this point
Copy the full SHA bead59eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35f6267 - Browse repository at this point
Copy the full SHA 35f6267View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fcdb10 - Browse repository at this point
Copy the full SHA 1fcdb10View commit details -
Merge pull request RIOT-OS#20526 from MrKevinWeiss/pr/feathersaul
boards/feather-nrf52840-sense: use generic lsm6dsxx
Configuration menu - View commit details
-
Copy full SHA for a9b9569 - Browse repository at this point
Copy the full SHA a9b9569View commit details -
Merge pull request RIOT-OS#20527 from Teufelchen1/deprecate/crc16
sys/checksum: Remove deprecated crc16_ccitt functions
Configuration menu - View commit details
-
Copy full SHA for 3c07ebc - Browse repository at this point
Copy the full SHA 3c07ebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d467bf - Browse repository at this point
Copy the full SHA 4d467bfView commit details -
APB12 is never defined as a macro. It is an element in the bus_t enum. Therefore, the test to check if it is defined will always fail. APB12 is not a real bus. It is the second register of the APB1 bus. I am not aware of any STM32 family where the ABP2 bus is implmented (ie RCC_APB2ENR_SYSCFGEN is defined) and devices attached to said bus are enabled via the APB1 second register. For this reason, the fix is to simply remove the check.
Configuration menu - View commit details
-
Copy full SHA for 1b1fbfe - Browse repository at this point
Copy the full SHA 1b1fbfeView commit details -
cpu/stm32/gpio_ll: make style consistent
This block of code inconsistently made use of else-if statments. The patch makes the use consistent. The change also makes the code a bit simpler to read.
Configuration menu - View commit details
-
Copy full SHA for aef5dfe - Browse repository at this point
Copy the full SHA aef5dfeView commit details
Commits on Apr 3, 2024
-
Merge pull request RIOT-OS#20528 from Teufelchen1/deprecate/suit
sys/suit: Remove deprecated suit_coap_run function
Configuration menu - View commit details
-
Copy full SHA for a9e7b44 - Browse repository at this point
Copy the full SHA a9e7b44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 127a290 - Browse repository at this point
Copy the full SHA 127a290View commit details -
sys/phydat: Remove deprecated print function
Co-authored-by: Marian Buschsieweke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96e748d - Browse repository at this point
Copy the full SHA 96e748dView commit details -
Merge pull request RIOT-OS#20535 from benpicco/TextUIRunner_end-return
sys/embunit: return failure state in TextUIRunner_end()
Configuration menu - View commit details
-
Copy full SHA for 255a692 - Browse repository at this point
Copy the full SHA 255a692View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39ba95a - Browse repository at this point
Copy the full SHA 39ba95aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b4564 - Browse repository at this point
Copy the full SHA 11b4564View commit details -
This pulls in [87]. [87]: RIOT-OS/rust-riot-wrappers#87
Configuration menu - View commit details
-
Copy full SHA for 628a8b4 - Browse repository at this point
Copy the full SHA 628a8b4View commit details
Commits on Apr 4, 2024
-
Merge pull request RIOT-OS#20538 from chrysn-pull-requests/unblock-20529
rust: Update riot-wrappers
Configuration menu - View commit details
-
Copy full SHA for 62431ca - Browse repository at this point
Copy the full SHA 62431caView commit details -
Merge pull request RIOT-OS#20529 from Teufelchen1/deprecate/phydat_str
sys/phydat: Remove deprecated print function
Configuration menu - View commit details
-
Copy full SHA for be0d276 - Browse repository at this point
Copy the full SHA be0d276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71d47cd - Browse repository at this point
Copy the full SHA 71d47cdView commit details -
Merge pull request RIOT-OS#20530 from Enoch247/fix-stm32-gpio-ll
cpu/stm32: Fix ifdefs in periph_gpio_ll
Configuration menu - View commit details
-
Copy full SHA for 6ecbbe4 - Browse repository at this point
Copy the full SHA 6ecbbe4View commit details
Commits on Apr 5, 2024
-
Merge pull request RIOT-OS#20434 from benpicco/DTLS_MAX_BUF-fix
coap: ensure DTLS buffer is at least 200 bytes
Configuration menu - View commit details
-
Copy full SHA for b5f9772 - Browse repository at this point
Copy the full SHA b5f9772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ddbba3 - Browse repository at this point
Copy the full SHA 0ddbba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac40354 - Browse repository at this point
Copy the full SHA ac40354View commit details -
Merge pull request RIOT-OS#20540 from Teufelchen1/fix/at_unittest
unittests: Move at test to driver tests
Configuration menu - View commit details
-
Copy full SHA for f167618 - Browse repository at this point
Copy the full SHA f167618View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40b2341 - Browse repository at this point
Copy the full SHA 40b2341View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0bec02 - Browse repository at this point
Copy the full SHA b0bec02View commit details -
Configuration menu - View commit details
-
Copy full SHA for df62568 - Browse repository at this point
Copy the full SHA df62568View commit details -
cord_lc: Process truncated reads
Co-Authored-By: Marian Buschsieweke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9820a65 - Browse repository at this point
Copy the full SHA 9820a65View commit details
Commits on Apr 6, 2024
-
Merge pull request RIOT-OS#20547 from chrysn-pull-requests/lookup-pla…
…usibility cord_lc: Process truncated reads
Configuration menu - View commit details
-
Copy full SHA for 00c30ac - Browse repository at this point
Copy the full SHA 00c30acView commit details -
tests/sys/shell: increase the stack size of periodic thread
Otherwise the test seems to be broken with LLVM toolchain Signed-off-by: dylad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 364519d - Browse repository at this point
Copy the full SHA 364519dView commit details -
tests/sys/shell: add boards to BOARD_INSUFFICIENT_MEMORY
Signed-off-by: dylad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a69d9c - Browse repository at this point
Copy the full SHA 1a69d9cView commit details -
Merge pull request RIOT-OS#20548 from dylad/pr/tests/sys/shell/fix_ci…
…_error_llvm tests/sys/shell: increase the stack size of periodic thread
Configuration menu - View commit details
-
Copy full SHA for ad0d0b7 - Browse repository at this point
Copy the full SHA ad0d0b7View commit details -
Merge pull request RIOT-OS#20546 from chrysn-pull-requests/doc-shell-…
…no-security sys/shell/doc: Shell access is root access
Configuration menu - View commit details
-
Copy full SHA for 8bb8c5b - Browse repository at this point
Copy the full SHA 8bb8c5bView commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6279268 - Browse repository at this point
Copy the full SHA 6279268View commit details -
Merge pull request RIOT-OS#20542 from benpicco/vfs/exfat-bump
vfs: increase _FATFS_FILE_EXFAT
Configuration menu - View commit details
-
Copy full SHA for 1fee410 - Browse repository at this point
Copy the full SHA 1fee410View commit details -
I guess to reduce clutter we can always have the headers exposed since they are always included even when we are not using them.
Configuration menu - View commit details
-
Copy full SHA for b8c4617 - Browse repository at this point
Copy the full SHA b8c4617View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc1ac9e - Browse repository at this point
Copy the full SHA cc1ac9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc88e0d - Browse repository at this point
Copy the full SHA cc88e0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f648886 - Browse repository at this point
Copy the full SHA f648886View commit details -
Merge pull request RIOT-OS#20551 from derMihai/mir/test_at_all_config
tests/drivers/at_unit: fix unit tests on native
Configuration menu - View commit details
-
Copy full SHA for 43f010c - Browse repository at this point
Copy the full SHA 43f010cView commit details -
Merge pull request RIOT-OS#20553 from MrKevinWeiss/pr/feather/neopixle
boards/feather-nrf52840-sense: Add WS281X_PARAM_PIN
Configuration menu - View commit details
-
Copy full SHA for e6bd633 - Browse repository at this point
Copy the full SHA e6bd633View commit details -
Configuration menu - View commit details
-
Copy full SHA for 016f074 - Browse repository at this point
Copy the full SHA 016f074View commit details -
Merge pull request RIOT-OS#20555 from Teufelchen1/fix/nimble
pkg/nimble: Ignore bogus adv. during scan
Configuration menu - View commit details
-
Copy full SHA for 9f3786e - Browse repository at this point
Copy the full SHA 9f3786eView commit details -
cpu/nrf9160: fix gpiote0 vector isr
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d755957 - Browse repository at this point
Copy the full SHA d755957View commit details -
boards/nrf9160dk: enable internal pullup on buttons
Signed-off-by: Dylan Laduranty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7d0523 - Browse repository at this point
Copy the full SHA f7d0523View commit details
Commits on Apr 9, 2024
-
Merge pull request RIOT-OS#20560 from dylad/pr/cpu/nrf9160/fix_gpio_isr
cpu/nrf9160: fix GPIOTE ISR
Configuration menu - View commit details
-
Copy full SHA for 6595936 - Browse repository at this point
Copy the full SHA 6595936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c7bfc - Browse repository at this point
Copy the full SHA 68c7bfcView commit details -
Merge pull request RIOT-OS#20558 from derMihai/mir/isrpipe_timeout
sys/isrpipe/read_timeout: don't set up timer if data is available
Configuration menu - View commit details
-
Copy full SHA for f5e6677 - Browse repository at this point
Copy the full SHA f5e6677View commit details -
Merge pull request RIOT-OS#20523 from MrKevinWeiss/pr/guard_shell_pm
core|sys: Guard periph_pm calls
Configuration menu - View commit details
-
Copy full SHA for 93b05d5 - Browse repository at this point
Copy the full SHA 93b05d5View commit details -
Merge pull request RIOT-OS#20541 from chrysn-pull-requests/doc-shell-…
…constraint shell/doc: Point users who run into shell buffer issues to the stdin buffer
Configuration menu - View commit details
-
Copy full SHA for 5c4480d - Browse repository at this point
Copy the full SHA 5c4480dView commit details -
Merge pull request RIOT-OS#20556 from krzysztof-cabaj/nucleo-f767zi-DOC
boards/nucleo-f767zi: doc update
Configuration menu - View commit details
-
Copy full SHA for 3e7bda9 - Browse repository at this point
Copy the full SHA 3e7bda9View commit details -
Merge pull request RIOT-OS#20559 from benpicco/suit-ENOBUFS
sys/suit: return error when URL buffer is too small
Configuration menu - View commit details
-
Copy full SHA for 5a4d55a - Browse repository at this point
Copy the full SHA 5a4d55aView commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8d5fe2 - Browse repository at this point
Copy the full SHA c8d5fe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c4cbb - Browse repository at this point
Copy the full SHA 06c4cbbView commit details -
Merge pull request RIOT-OS#19519 from Teufelchen1/feat/gba
boards/cpu: Add GBA boot support to RIOT
Configuration menu - View commit details
-
Copy full SHA for 8791e67 - Browse repository at this point
Copy the full SHA 8791e67View commit details -
Merge pull request RIOT-OS#19849 from krzysztof-cabaj/LWIP-ifconfig-I…
…Pv4-configuration sys/shell/lwip: add IPv4 configuration to lwip ifconfig command
Configuration menu - View commit details
-
Copy full SHA for e3c02f5 - Browse repository at this point
Copy the full SHA e3c02f5View commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89a1ae5 - Browse repository at this point
Copy the full SHA 89a1ae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7656b48 - Browse repository at this point
Copy the full SHA 7656b48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86bf77b - Browse repository at this point
Copy the full SHA 86bf77bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19717a7 - Browse repository at this point
Copy the full SHA 19717a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 721d91c - Browse repository at this point
Copy the full SHA 721d91cView commit details