- 042a40d drivers: lora: rylrxxx: Add stdio.h to resolve function prototypes by TOKITA Hiroshi · 6 months ago
- 1d4c29a drivers: lora: rylrxxx: Fix missing `default y` in LORA_RYLRXXX by TOKITA Hiroshi · 6 months ago
- 52a2023 zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY by Yong Cong Sin · 6 months ago
- 59eb3ea lora: driver: sx12xx: fix driver recv func when RX error occurs by Patryk Biel · 8 months ago
- e2549cc lora: rylrxxx: add missing timeout by Jordan Yates · 8 months ago
- 35740a8 drivers: lora: implement reyax lora driver by David Ullmann · 10 months ago
- de6274f lora: add config for reyax lora module by David Ullmann · 10 months ago
- c0c8952 shell: do not enable subsystem/driver shell modules by default by Henrik Brix Andersen · 1 year, 4 months ago
- 2d65acc drivers: gpio: use gpio_is_ready_dt helper function by Nick Ward · 1 year, 7 months ago
- 2489416 drivers: lora: shell: fix invalid range in config bw param by Petr Sharshavin · 1 year, 10 months ago
- e78e8d7 drivers: lora: sx126x: Support fine-grained STM32WL PA config by Kenneth J. Miller · 1 year, 11 months ago
- 667eeb1 shell: fix MISRA 5.7 violations on `struct shell` by Gerard Marull-Paretas · 2 years ago
- 41d83d7 lora: compile drivers based on devicetree by Jordan Yates · 2 years ago
- c41dd36 drivers: kconfig: unify menuconfig title strings by Henrik Brix Andersen · 2 years ago
- f5ae6cc drivers: lora: fix busy after sx12xx_lora_test_cw by Petr Sharshavin · 2 years, 1 month ago
- e077fb7 drivers: tests: replace usage of `spi_is_ready` with `spi_is_ready_dt` by Bartosz Bilas · 2 years, 4 months ago
- 178bdc4 include: add missing zephyr/irq.h include by Gerard Marull-Paretas · 2 years, 5 months ago
- c75fe75 drivers: lora: Return error from lora_send() by Attie Grande · 2 years, 7 months ago
- 79e6b0e includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> by Gerard Marull-Paretas · 2 years, 7 months ago
- 91fedca drivers: lora: Update drivers to use devicetree Kconfig symbol by Kumar Gala · 2 years, 7 months ago
- 4c285fc drivers: lora: Add support for setting sync-word and iq-inverted by Tim Cooijmans · 2 years, 8 months ago
- 998c03a drivers: lora: sx126x: Replace use of DT_INST_LABEL by Kumar Gala · 2 years, 9 months ago
- f12d36a lorawan: move `REQUIRES_FULL_LIBC` dependency by Jordan Yates · 2 years, 9 months ago
- 7bb17e6 lora: shell: Remove use of DT_LABEL by Kumar Gala · 2 years, 10 months ago
- fb60aab drivers: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 11 months ago
- bc47f66 drivers: lora: sx127x: fix missing reset gpio instantiation by Adrien Rouault · 2 years, 11 months ago
- d4023b3 drivers: gpio: move non-standard dts flags to be soc specific by Henrik Brix Andersen · 3 years, 1 month ago
- 95fb0de kconfig: remove Enable from boolean prompts by Gerard Marull-Paretas · 3 years, 1 month ago
- 47ae656 all: Deprecate UTIL_LISTIFY and replace with LISTIFY by Krzysztof Chruscinski · 3 years, 1 month ago
- d9a74dd lora: sx126x: fix missing GPIO instantiation by Jordan Yates · 3 years, 1 month ago
- ca7f291 drivers: lora: sx12xx: use gpio_dt_spec by Gerard Marull-Paretas · 3 years, 1 month ago
- dc2c889 drivers: lora: sx127x: use spi_dt_spec by Gerard Marull-Paretas · 3 years, 1 month ago
- 4bcbbe5 drivers: lora: sx126x: use spi_dt_spec by Gerard Marull-Paretas · 3 years, 1 month ago
- becc1ef drivers: lora: shell: fix 'long' specifier in shell_error() by Marcin Niestroj · 3 years, 2 months ago
- 1bb7aa2 lora: sx126x: don't re-enable interrupt in sleep by Jordan Yates · 3 years, 3 months ago
- c759a35 drivers: use DT_INST_ENUM_IDX(_OR) macros by Gerard Marull-Paretas · 3 years, 4 months ago
- 526b3e9 lora: asynchronous packet reception by Jordan Yates · 3 years, 5 months ago
- bd61122 kconfig: drivers: experimental settings now uses select EXPERIMENTAL by Torsten Rasmussen · 3 years, 5 months ago
- 47e10a6 drivers: lora: fix RtcGetCalendarTime() by Marcin Niestroj · 3 years, 6 months ago
- 23fbb19 drivers: sx126x_stm32wl: clear the radio IRQ before reenabling it by Fabio Baltieri · 3 years, 6 months ago
- c910138 drivers: lora: sx12xx: fix atomic include by Marcin Niestroj · 3 years, 7 months ago
- 3cec3ac lora: detect failed transmissions by Jordan Yates · 3 years, 7 months ago
- 93b4dbc lora: `lora_send` blocks until completion by Jordan Yates · 3 years, 7 months ago
- d673181 drivers: sx126x_standalone: use the correct dev_data for dio1 callback by Fabio Baltieri · 3 years, 8 months ago
- d2363be lora: sx12xx_common: thread safe RX by Jordan Yates · 3 years, 8 months ago
- 586a4bf lora: sx12xx_common: thread-safe API by Jordan Yates · 3 years, 8 months ago
- 4b370fb lora: sx12xx_common: transition to k_poll_signal by Jordan Yates · 3 years, 8 months ago
- f397361 lora: sx12xx_common: sleep after RX timeout by Jordan Yates · 3 years, 8 months ago
- accb71e drivers: sx126x: add support for the stm32wl chip by Fabio Baltieri · 3 years, 9 months ago
- 2916133 drivers: sx126x_standalone: convert to gpio_dt_spec APIs by Fabio Baltieri · 3 years, 9 months ago
- 74efaa9 drivers: sx126x: refactor few functions for stm32wl support by Fabio Baltieri · 3 years, 9 months ago
- 63dbc1f drivers: lora: sx126x: cosmetic fixes by Ilya Tagunov · 3 years, 10 months ago
- 05957b6 lorawan: update LoRaMac-node and move CMakeLists.txt to the main repo by Ilya Tagunov · 3 years, 10 months ago
- 496cdac drivers: lora: remove usage of device_pm_control_nop by Gerard Marull-Paretas · 4 years ago
- b104281 kernel: sem: add K_SEM_MAX_LIMIT by James Harris · 4 years, 1 month ago
- 62d4c69 drivers: lora: sx127x: rework SX1276 driver to add SX1272 support by Ilya Tagunov · 4 years, 1 month ago
- e756ad6 lora: sx126x: disable DIO1 in sleep mode by Jordan Yates · 4 years, 2 months ago
- 6776535 lora: sx126x: update modem state on transitions by Jordan Yates · 4 years, 2 months ago
- fb71ad5 lora: sx12xx_common: force sleep on boot by Jordan Yates · 4 years, 2 months ago
- f19e36f drivers: lora: Convert drivers to new DT device macros by Kumar Gala · 4 years, 3 months ago
- 52a8020 drivers: lora: Add CheckRfFrequency callback to SX1276 driver by Kuba Sanak · 4 years, 6 months ago
- 4d1d1bb drivers: lora: Add missing function definitions & callbacks for LoRaWAN by Manivannan Sadhasivam · 4 years, 6 months ago
- 47a262f drivers: lora: hal_common: Offload calling TimerIrqHandler to work queue by Manivannan Sadhasivam · 4 years, 6 months ago
- 0668e2b drivers: lora: Only create loramac-node library if not done before by Manivannan Sadhasivam · 4 years, 6 months ago
- 78cc7df drivers: lora: sx126x: Support software-managed RF switches by Andreas Sandberg · 4 years, 7 months ago
- e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
- b5bff2c drivers: lora: sx126x: Use the new pin helpers by Andreas Sandberg · 4 years, 9 months ago
- 2ebd80c drivers: lora: sx126x: Don't initialize control pin to active by Andreas Sandberg · 4 years, 9 months ago
- 23e4a8b drivers: lora: Move sx1276 pin helpers to sx12xx common by Andreas Sandberg · 4 years, 9 months ago
- 559cf02 drivers: lora: sx1276: configure reset gpio only once by Marcin Niestroj · 4 years, 9 months ago
- 71bdb35 drivers: lora: sx1276: rework gpio configuration by Marcin Niestroj · 4 years, 9 months ago
- 8e8f14e drivers: lora: Add chip select flags to SX1276 driver by Andreas Sandberg · 4 years, 9 months ago
- 33d473d drivers: lora: Add chip select flags to SX126x driver by Andreas Sandberg · 4 years, 9 months ago
- 6a4ebe5 drivers: lora: Add SX126x LoRa radio support by Andreas Sandberg · 4 years, 9 months ago
- ba330ec drivers: lora: Prepare Kconfig for additional radios by Andreas Sandberg · 4 years, 9 months ago
- 51666b8 lora: select REQUIRES_FULL_LIBC when LORA=y by Marcin Niestroj · 4 years, 9 months ago
- 3c55e1f lora: shell: use strtoul instead of strtoll by Marcin Niestroj · 4 years, 9 months ago
- ee985d81 shell: enable modules by default if shell is enabled by Anas Nashif · 4 years, 9 months ago
- af67b29 drivers: lora: sx1276: support antenna power enable by Marcin Niestroj · 4 years, 9 months ago
- 35328cc drivers: lora: sx1276: support TCXO power control by Marcin Niestroj · 4 years, 9 months ago
- 2aa161a drivers: lora: sx1276: support RFI/RFO/PA_BOOST antenna selection by Marcin Niestroj · 4 years, 9 months ago
- f08ef73 drivers: lora: sx1276: select PA output by dts property by Marcin Niestroj · 4 years, 9 months ago
- d1ba1ca drivers: lora: sx1276: stop reading PA_CONFIG by Marcin Niestroj · 4 years, 9 months ago
- 8d332ad drivers: lora: sx1276: fix RFO TX power configuration by Andreas Sandberg · 4 years, 9 months ago
- 6c798aa drivers: lora: sx1276: make GPIO CS pin optional by Aurelien Jarno · 4 years, 10 months ago
- a36147c drivers: lora: Factor out sx12xx common functionality by Andreas Sandberg · 4 years, 10 months ago
- 69fac5c drivers: lora: Move board support to a separate file by Andreas Sandberg · 4 years, 10 months ago
- a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
- 6e8775f devicetree: remove DT_HAS_NODE_STATUS_OKAY by Martí Bolívar · 4 years, 11 months ago
- d8de33e drivers: lora: Add a shell for LoRa testing by Andreas Sandberg · 5 years ago
- d3c6cfc drivers: lora: Add a continuous wave test API by Andreas Sandberg · 5 years ago
- f619cbc lora: sx1276: Add missing RtcTick2Ms function definition by Manivannan Sadhasivam · 5 years ago
- 7be8deb lora: Switch to new timeout API by Manivannan Sadhasivam · 5 years ago
- 0f02adf lora: Make the LoRa support Experimental by Manivannan Sadhasivam · 5 years ago
- e177ab6 drivers: lora: Get rid of counter support by Manivannan Sadhasivam · 5 years ago
- a150fb6 drivers: lora: sx1276: call DIO handlers in workqueue by Marcin Niestroj · 5 years ago
- 2c23465 drivers: lora: sx1276: check gpio controller when looking for triggered DIO by Marcin Niestroj · 5 years ago
- 675c6bd drivers: lora: sx1276: constify dio gpio configuration by Marcin Niestroj · 5 years ago
- 8cfef93 drivers: lora: sx1276: handle NULL callback in irqHandlers by Marcin Niestroj · 5 years ago
- ecf3bdb coccinelle: re-run timeout conversion semantic patch by Peter Bigot · 5 years ago