Subversion Repositories DashDisplay

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
48 2512 d 1 h mjames /branches/Dashboard_L152/ Changed ui  
47 2615 d 6 h mjames /branches/Dashboard_L152/ improved quantisation of display pointers  
44 2810 d 18 h mjames /branches/Dashboard_L152/ Updated to use timer 3 and timer 9 in encoder mode to count the rotary switch encoders.
NB need to program pullups on GPIO pins in .ioc file.
 
38 2862 d 6 h mjames /branches/Dashboard_L152/ Altered switch timings, datalogger from USART3 to USART2 so can use attached laptop via USB for datalogging.  
37 3018 d 21 h mjames /branches/Dashboard_L152/ Running as in the dash, bluetooth at 19200  
36 3018 d 22 h mjames /branches/Dashboard_L152/ Fixed error reusing loop variable in error when sending a string to Bluetooth  
35 3018 d 22 h mjames /branches/Dashboard_L152/ Fixed errors  
32 3021 d 22 h mjames /branches/Dashboard_L152/ Fixed makefile error, altered defaupt pullups  
31 3022 d 19 h mjames /branches/Dashboard_L152/ Using STM32 HAL EEPROM code.
No Bluetooth flashing LEDs ... could be power
 
30 3022 d 20 h mjames /branches/Dashboard_L152/ Committing changes to get STM32l152 to compile  
29 3022 d 22 h mjames /branches/Dashboard_L152/ Removed STM32F103 files  
28 3022 d 23 h mjames /branches/Dashboard_L152/ Trying a retarget to a new processor  
27 3023 d 0 h mjames /trunk/ It is not compiling and the STM32F103 board is fubar  
24 3134 d 19 h mjames /trunk/ Added display units to the display - degrees C or PSI or V or whatever  
23 3176 d 20 h mjames /trunk/ Updated to support Bluetooth module on COM3 and double-reset (left & right buttons) push to virtually press pairing button on BT module.  
22 3249 d 20 h mjames /trunk/ Fixed EEPROM write emulation code using FLASH.  
21 3250 d 20 h mjames /trunk/ Trying to lock/unlock flash memory for access . Looks like it is impossible to operate on it.  
20 3250 d 20 h mjames /trunk/ Separated off the displayinfo structure from the plx_lib/plx.c file to its own file.  
19 3252 d 22 h mjames /trunk/ Corrected error in decinal point position  
18 3253 d 20 h mjames /trunk/ Converted to use more HAL code. But still only programs a single word and stops programming any more  
17 3254 d 0 h mjames /trunk/ Adding dials to virtual variables used in EEPROM.  
16 3254 d 0 h mjames /trunk/ Fixed issues with compiling EEPROM library from STM old code.  
15 3256 d 19 h mjames /trunk/ Can display negative numbers and scaled integer numbers with fixed decimal places.  
14 3258 d 22 h mjames /trunk/ Corrected some display issues with the units display  
13 3264 d 19 h mjames /trunk/ Fixed display to show proper high low value and switch between observations. Still some issues.  
10 3289 d 22 h mjames /trunk/ Created a release build, added Display identifier on bootup.  
9 3289 d 23 h mjames /trunk/ Added small min/max displays, made pushing relevant push switch clear min/max  
8 3290 d 0 h mjames /trunk/Src/ Had SPI1_NSS still wired to the SPI controller by selecting AF mode when it is now a GPIO.  
7 3290 d 1 h mjames /trunk/ Fixed some bugs.. display() is a bit wonky  
6 3290 d 4 h mjames /trunk/ Moved dial, fixing rounding errors in the dial plotting  
5 3290 d 7 h mjames /trunk/ Altered dial length, upgraded HAL library from STMCube  
4 3294 d 21 h mjames /trunk/ Got the rotary switches working  
3 3297 d 6 h mjames /trunk/ Removing USB device as not needed for dashboard display  
2 3309 d 8 h mjames /trunk/ Created branches/trunk