forked from RIOT-OS/RIOT
-
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
Closed
Closed
Add LoRa ADR #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rdm/README: add rdm0003 to the list
Signed-off-by: Dylan Laduranty <[email protected]>
Signed-off-by: Dylan Laduranty <[email protected]>
Signed-off-by: Dylan Laduranty <[email protected]>
Signed-off-by: Dylan Laduranty <[email protected]>
Signed-off-by: Dylan Laduranty <[email protected]>
Signed-off-by: Dylan Laduranty <[email protected]>
Signed-off-by: Dylan Laduranty <[email protected]>
Signed-off-by: Gilles DOFFE <[email protected]>
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]>
This allows developpers to override gpio behavior into their applications. Signed-off-by: Gilles DOFFE <[email protected]>
Signed-off-by: Dylan Laduranty <[email protected]>
nanocoap_sock: add support for IPv4
build sytem: add `--no-warn-rwx-segments` to linker
…ph-uart Refactor tests periph uart
…used_include examples/default: drop unused #include
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.
…k_create event_periodic_callback: add event_periodic_callback_create()
Signed-off-by: Dylan Laduranty <[email protected]>
Signed-off-by: Dylan Laduranty <[email protected]>
Signed-off-by: Dylan Laduranty <[email protected]>
Signed-off-by: Dylan Laduranty <[email protected]>
Signed-off-by: Dylan Laduranty <[email protected]>
Signed-off-by: Dylan Laduranty <[email protected]>
Signed-off-by: Dylan Laduranty <[email protected]>
…esponse sys/usbus: answer get_status if request is standard type
github-actions
bot
added
Area: arduino API
Area: BLE
Area: boards
Area: build system
Area: CI
Area: CoAP
Area: core
Area: cpu
Area: doc
Area: drivers
Area: examples
Area: Kconfig
Area: LoRa
Area: network
Area: OTA
Area: pkg
Area: SAUL
Area: sys
Area: tests
Area: timers
Area: tools
Area: USB
Platform: native
Platform: ARM
Platform: AVR
Platform: ESP
Platform: MSP
Platform: RISC-V
labels
Apr 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: arduino API
Area: BLE
Area: boards
Area: build system
Area: CI
Area: CoAP
Area: core
Area: cpu
Area: doc
Area: drivers
Area: examples
Area: Kconfig
Area: LoRa
Area: network
Area: OTA
Area: pkg
Area: SAUL
Area: sys
Area: tests
Area: timers
Area: tools
Area: USB
Platform: ARM
Platform: AVR
Platform: ESP
Platform: MSP
Platform: native
Platform: RISC-V
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Contribution description
wip
Testing procedure
Issues/PRs references