- Mar 18, 2021
-
-
Jason Kridner authored
-
- Mar 08, 2021
-
-
Jason Kridner authored
-
- Mar 04, 2021
-
-
Jason Kridner authored
-
Jason Kridner authored
wpanusb_bc: enhancement for beagleconnect freedom Rev C2 gateway
-
Vaishnav Achath authored
* get valid channels from device * with the changes Sub-G(requires SubG PA patch) works without issues * sometimes host sets an invalid channel(like channel 0) for 2.4G, getting valid channels from gateway device, ensures that this does not happen. * change some of the non frequent DBG prints to INF. * 2.4G fails at setting channel depends on https://github.com/jadonk/wpanusb/pull/1 Signed-off-by:
Vaishnav M A <vaishnav@beagleboard.org>
-
- Dec 10, 2020
-
-
- Nov 30, 2020
-
-
Erik Larson authored
* Support auto-detect of HDLC on MSP430 Use USER_BOOT (15) as output, held low to signal HDLC mode Repeat send and pulse USER_BOOT until HDLC ACK received Update README
-
- Nov 26, 2020
-
-
Jason Kridner authored
-
Jason Kridner authored
-
- Nov 24, 2020
-
-
Erik Larson authored
Also add increased drive strength for USER_BOOT pins, to be included in zephyr at some point.
-
Erik Larson authored
Use USER_BOOT (15) as output, held low to signal HDLC mode Repeat send and pulse USER_BOOT until HDLC ACK received
-
- Nov 23, 2020
-
-
Erik Larson authored
* Add hooks for console * Switch to memory slab for HDLC frames * Use fixed buffer for UART receive * Use HDLC I-Frames for WPAN packets to host * Add LED1 blink on TX, LED2 blink on RX. * Cleanup printk/debug messages * Use beagleconnect_freedom board
-
- Nov 19, 2020
-
-
Jason Kridner authored
-
Jason Kridner authored
-
- Nov 18, 2020
-
-
Jason Kridner authored
-
Jason Kridner authored
-
- Nov 04, 2020
-
-
Jason Kridner authored
-
- Oct 30, 2020
-
-
Jason Kridner authored
-
Erik Larson authored
Working gateway application Apply set channel on start Additional debug info Add application options to Kconfig Updated board config Updated logging Use single buffer fragment for radio send Add overlay for subghz Update instructions Signed-off-by:
Erik Larson <erik@statropy.com>
-
Jason Kridner authored
-
- Oct 12, 2020
-
-
Erik Larson authored
Add application options to Kconfig Updated board config Updated logging Use single buffer fragment for radio send
-
- Oct 06, 2020
-
-
Erik Larson authored
Fix CRC escaping Apply set channel on start Additional debug info
-
- Oct 01, 2020
-
-
Erik Larson authored
Add submodule for board definition Add board defaults for build
-
Erik Larson authored
tx error ignored for now
-
- Sep 30, 2020
-
-
Erik Larson authored
Ignore radio tx failure
-
Erik Larson authored
need to implement TX
-
- Sep 29, 2020
-
-
Erik Larson authored
Packet parsing and sending is ok, but overflowing uart rx and using too many net packets
-
- Sep 27, 2020
-
-
Erik Larson authored
-