Commit Graph

7 Commits (a63fa605e4d5531363eaa4380e2430a9cc5c49f9)

Author SHA1 Message Date
Hugues Kamba 311b2ca0c5 CMake: Add support for components dir 2020-11-06 17:25:15 +00:00
Ashok Rao 0c584dfd58 Following 2 changes as part of this commit:
1. Moving lora drivers from \components\lora to \connectivity\drivers\lora
    2. Incorporating review comments.
2020-08-12 11:18:39 +01:00
Eric Marks 846f30cd61 Fix Fifo Pointer in Continuous Mode
In continuous mode we need to check and set the fifo pointer before every read, otherwise data may be lost.
2020-04-29 07:57:23 -05:00
Kimmo Vaisanen a1a98ab527 Lora: Move drivers to own COMPONENT -directories
To enable building only when driver is enabled with components_add -setting
in json configuration.
2020-04-06 11:47:42 +03:00
Kimmo Vaisanen a16a35246b Lora: Add driver implementation inside DEVICE_SPI flag
These drivers uses SPI to communicate with radio so SPI must be present
when compiling these.
2020-04-06 08:26:29 +03:00
Kimmo Vaisanen 6ca66e23df Lora: Fix line endings 2020-04-01 12:50:24 +03:00
Kimmo Vaisanen 9bb7e9a605 Add 'components/lora/' from commit '0f7efe3ad17c6c619843b8391b3035149f358260'
git-subtree-dir: components/lora
git-subtree-mainline: a6ef9db8dc
git-subtree-split: 0f7efe3ad1
2020-04-01 12:50:10 +03:00