Skip to content
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
wants to merge 868 commits into from
Closed

Add LoRa ADR #2

wants to merge 868 commits into from

Conversation

baharehf
Copy link

Contribution description

wip

Testing procedure

Issues/PRs references

dylad and others added 30 commits March 14, 2024 15:12
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]>
nanocoap_sock: add support for IPv4
build sytem: add `--no-warn-rwx-segments` to linker
…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]>
…esponse

sys/usbus: answer get_status if request is standard type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment