Skip to content

Commit

Permalink
Current state is good enough to qualify it as Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Mar 30, 2022
1 parent d559ec5 commit ee5086b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions software/firmware/binaries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ The bootloader is capable to self-program an application firmware into the devic

7. Drag the downloaded firmware file by your pointing device (mouse, trackball,...) , then drop it into **RPI-RP2** disk. Wait until the file transfer is complete.

_The illustration below was made for nRF52840 target, but the 'drag-and-drop' procedure for the RP2040 one is very very similar._
<br>

<img src="https://github.com/lyusupov/SoftRF/raw/master/documents/images/Badge-2.jpg" height="302" width="800">
Expand Down
4 changes: 2 additions & 2 deletions software/firmware/source/SoftRF/SoftRF.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
#endif /* HACKRF_ONE */

#define SOFTRF_IDENT "SoftRF"
#define SOFTRF_FIRMWARE_VERSION "1.0"
#define SOFTRF_USB_FW_VERSION 0x0100
#define SOFTRF_FIRMWARE_VERSION "1.1"
#define SOFTRF_USB_FW_VERSION 0x0101

#define ENTRY_EXPIRATION_TIME 10 /* seconds */
#define LED_EXPIRATION_TIME 5 /* seconds */
Expand Down
2 changes: 1 addition & 1 deletion software/firmware/source/SoftRF/src/platform/ASR66.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ struct rst_info {
#define EXCLUDE_TRAFFIC_FILTER_EXTENSION
#define EXCLUDE_LK8EX1

#define EXCLUDE_GNSS_UBLOX
//#define EXCLUDE_GNSS_UBLOX
#define EXCLUDE_GNSS_SONY
//#define EXCLUDE_GNSS_MTK
#define EXCLUDE_GNSS_GOKE
Expand Down

0 comments on commit ee5086b

Please sign in to comment.