Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Mar 18, 2021
  2. Mar 08, 2021
  3. Mar 04, 2021
  4. Dec 10, 2020
  5. Nov 30, 2020
    • Erik Larson's avatar
      Auto passthrough (#4) · a654ea1f
      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
      a654ea1f
  6. Nov 26, 2020
  7. Nov 24, 2020
    • Erik Larson's avatar
      Update README · 2b6c0060
      Erik Larson authored
      Also add increased drive strength for USER_BOOT pins, to be included
      in zephyr at some point.
      2b6c0060
    • Erik Larson's avatar
      Support auto-detect of HDLC on MSP430 · dc22e8ad
      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
      dc22e8ad
  8. Nov 23, 2020
    • Erik Larson's avatar
      Gateway reliability improvements (#3) · 6f8d9d36
      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
      6f8d9d36
  9. Nov 19, 2020
  10. Nov 18, 2020
  11. Nov 04, 2020
  12. Oct 30, 2020
  13. Oct 12, 2020
    • Erik Larson's avatar
      Working gateway · bed77824
      Erik Larson authored
      Add application options to Kconfig
      Updated board config
      Updated logging
      Use single buffer fragment for radio send
      bed77824
  14. Oct 06, 2020
    • Erik Larson's avatar
      Fix CRC · 7b4afb65
      Erik Larson authored
      Fix CRC escaping
      Apply set channel on start
      Additional debug info
      7b4afb65
  15. Oct 01, 2020
  16. Sep 30, 2020
  17. Sep 29, 2020
    • Erik Larson's avatar
      Partially working · a7c04436
      Erik Larson authored
      Packet parsing and sending is ok, but overflowing uart rx and using too many net packets
      a7c04436
  18. Sep 27, 2020