Skip to content

Commit

Permalink
preparing pre-release 0.219.27.13
Browse files Browse the repository at this point in the history
  • Loading branch information
df8oe committed May 10, 2016
1 parent 3367809 commit 0e35681
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 25 deletions.
16 changes: 0 additions & 16 deletions mchf-eclipse/README.md

This file was deleted.

8 changes: 4 additions & 4 deletions mchf-eclipse/bootloader/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ int main(void)

double i,border;

// *(__IO uint32_t*)(SRAM2_BASE+5) = 0x29; // signature for DF8OE Beta-Testing
// *(__IO uint32_t*)(SRAM2_BASE+10) = 0x29; // signature for DG9BFC Beta-Testing
if( *(__IO uint32_t*)(SRAM2_BASE) != 0x55)
// *(__IO uint32_t*)(SRAM2_BASE+5) = 0x29; // signature for DF8OE development features
// *(__IO uint32_t*)(SRAM2_BASE+10) = 0x29; // signature for special beta-testing features
if( *(__IO uint32_t*)(SRAM2_BASE) != 0x55) // reboot requested?
border = 300000;
else
border = 1000;
border = 1000; // yes: only short delay so that power is hold

for (i = 0; i < border; i++)
;
Expand Down
4 changes: 2 additions & 2 deletions mchf-eclipse/drivers/ui/ui_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -7460,8 +7460,8 @@ void UiDriver_ShowStartUpScreen(ulong hold_time)
UiLcdHy28_PrintText(110,80,tx,Grey3,Black,0);

// Show fourth line
sprintf(tx,"Build on %s%s%s",__DATE__," at ",__TIME__);
UiLcdHy28_PrintText(35,100,tx,Yellow,Black,0);
sprintf(tx,"Build on %s%s%s%s",__DATE__," at ",__TIME__, " CEST");
UiLcdHy28_PrintText(15,100,tx,Yellow,Black,0);

Read_EEPROM(EEPROM_FREQ_CONV_MODE, &i); // get setting of frequency translation mode

Expand Down
2 changes: 1 addition & 1 deletion mchf-eclipse/hardware/mchf_board.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#define TRX4M_VER_MINOR 219
#define TRX4M_VER_RELEASE 27
//
#define TRX4M_VER_BUILD 12
#define TRX4M_VER_BUILD 13
//

#define ATTRIB_STRING1 "Additional Contributions by"
Expand Down
2 changes: 1 addition & 1 deletion mchf-eclipse/history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#########################################################################


2016mmdd [DF8OE]
20160510 [DF8OE]
- bugfix: when in syncAM-mode now AM is reported instead of SSB
- minor and major bugfixes regarding CW TX
- swapped to actual CMSIS-Libs: improvements in many places to more acurate DSP functions
Expand Down
2 changes: 1 addition & 1 deletion mchf-eclipse/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.219.27.12
0.219.27.13

0 comments on commit 0e35681

Please sign in to comment.