Skip to content

Commit

Permalink
further split of sub-1GHz radio driver
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed May 7, 2024
1 parent 2fbbada commit 73ccfe0
Showing 10 changed files with 1,539 additions and 1,435 deletions.
4 changes: 4 additions & 0 deletions software/firmware/source/SoftRF/Makefile
Original file line number Diff line number Diff line change
@@ -144,6 +144,10 @@ PLAT_CPPS := $(PLATFORM_PATH)/ESP8266.cpp \
$(PLATFORM_PATH)/EFR32.cpp

DRV_CPPS := $(DRIVER_PATH)/RF.cpp \
$(DRIVER_PATH)/radio/nordic.cpp \
$(DRIVER_PATH)/radio/easylink.cpp \
$(DRIVER_PATH)/radio/ogn.cpp \
$(DRIVER_PATH)/radio/nicerf.cpp \
$(DRIVER_PATH)/radio/radiolib.cpp \
$(DRIVER_PATH)/GNSS.cpp \
$(DRIVER_PATH)/Baro.cpp \
1 change: 1 addition & 0 deletions software/firmware/source/SoftRF/src/driver/LED.cpp
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@
#include "Battery.h"
#include "../TrafficHelper.h"

extern uint32_t tx_packets_counter, rx_packets_counter;
static uint32_t prev_tx_packets_counter = 0;
static uint32_t prev_rx_packets_counter = 0;

2 changes: 0 additions & 2 deletions software/firmware/source/SoftRF/src/driver/LED.h
Original file line number Diff line number Diff line change
@@ -80,6 +80,4 @@ void LED_DisplayTraffic();
void LED_Clear();
void LED_loop();

extern uint32_t tx_packets_counter, rx_packets_counter;

#endif /* LEDHELPER_H */
Loading

0 comments on commit 73ccfe0

Please sign in to comment.