Subversion Repositories Projects

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1801 4129 d 7 h /C-OSD/trunk/ +No FC communication define in config for usage with NC and no FC
*memcpy stuff instead of inplace buffer to unlock the buffer faster
+prepared the 3D Data stuff
 
1773 4151 d 17 h /C-OSD/trunk/ attemp to fix errors when building with GCC 4.7  
1437 4458 d 17 h /C-OSD/ @//remarks is error.
@clearing only take 20us. Not 12us
 
902 4793 d 15 h /C-OSD/ *added big speed indicator (credits to: uwerner)
*added possibility to show GPS-Coordinates during flight
*added more _brackets_
@To see correct corner-chars when using scope, flash the character-set
included in this release!
 
835 4871 d 7 h /C-OSD/trunk/ *increased buffer so the new config struct really fits (fixes garbage after setting name)
*fixed GPS-blink on startup
*re-enable some ascii-char mappings (some people do have underscores in their setting-names)
 
783 4980 d 15 h /C-OSD/trunk/ *added current setting display
*updated structs for FC 0.80 and NC 0.20 (old version will still work, just cosmetics)
*battery warn level now _can_ be taken from the FC-Settings
*corrected some defines so FC stuff is only in FC Builds and NC stuff only in NC builds
 
762 5040 d 14 h /C-OSD/trunk/ *fixed bug in stats when max-distance > 999m  
738 5142 d 5 h cascade /C-OSD/trunk/ *hopefully fixed the laggy osd data problem
-send_data_mk has been striked out to save space
@nc-mode should be small enough for bootloader again ( Program: 14986 bytes (91.5% Full) )
 
734 5146 d 11 h cascade /C-OSD/trunk/ +mah wasted per flight (still counts up after landing, but space gets tight)
*init phase from 2000ms to 3000ms
*init only takes place after first "valid" UBat is received (<4V should case the Mega to reset anyways)
 
728 5148 d 5 h cascade /C-OSD/trunk/ adapted MK-datastructs to NC 0.18c
added choice for current display measured by FC
 
389 5447 d 3 h cascade /C-OSD/trunk/ *reset-bug fixed
*moved code a bit
 
387 5447 d 8 h cascade /C-OSD/trunk/ *reset-bug workaround in usart1.c: usart1_DisableTXD and usart1_EnableTXD  
346 5459 d 8 h cascade /C-OSD/trunk/ +added request of OSD data, disrequest of debug data and uptime reset to menu
-removed the uptime-reset binding from S2
+pgm space for some strings to save _normal_ data space
*some code movement
 
331 5465 d 4 h cascade /C-OSD/trunk/ + disabling the txd pin while not using it so it won't interfere with KopterTool usage (thx joko)
+ if no data has been received for over 2sec we re-request it
* tried source organisation a bit