Subversion Repositories EngineBay2

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
55 202 d 19 h mjames /branches/stm32f103/ added ADC filter for temperature sensors  
/branches/stm32f103/.mxproject
/branches/stm32f103/Core/Inc/main.h
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/Core/Src/stm32f1xx_hal_msp.c
/branches/stm32f103/EngineBay2.ioc
/branches/stm32f103/Inc/main_export.h
/branches/stm32f103/Makefile
/branches/stm32f103/STM32F103C8Tx_FLASH.ld
/branches/stm32f103/Src/misc.c
54 410 d 13 h mjames /branches/stm32f103/Core/Src/ Updated use of new library  
/branches/stm32f103/Core/Src/main.c
53 411 d 9 h mjames /branches/stm32f103/ Refactored with new comms code, increased heap size  
/branches/stm32f103/.mxproject
/branches/stm32f103/Core/Inc/main.h
/branches/stm32f103/Core/Inc/stm32f1xx_hal_conf.h
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/Core/Src/stm32f1xx_hal_msp.c
/branches/stm32f103/EngineBay2.ioc
/branches/stm32f103/Makefile
/branches/stm32f103/STM32F103C8Tx_FLASH.ld
52 860 d 13 h mjames /branches/stm32f103/ Moved PLX timeout code into PLX library  
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/Inc/misc.h
/branches/stm32f103/Src/misc.c
/branches/stm32f103/Src/serial.c
51 867 d 15 h mjames /branches/stm32f103/ Added SVD file  
/branches/stm32f103/stm32f103.svd
50 870 d 13 h mjames /branches/stm32f103/ Changed to use libPLX/commsLib.c.  
/branches/stm32f103/Core/Inc/main.h
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/Makefile
49 880 d 12 h mjames /branches/stm32f103/Core/Src/ Updated logic to make item index one higher than highest seen incoming or zero if none seen  
/branches/stm32f103/Core/Src/main.c
48 994 d 9 h mjames /branches/stm32f103/ Updating to use external RPM counting code from libIgnTiming  
/branches/stm32f103/Core/Inc/main.h
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/Inc/misc.h
/branches/stm32f103/Makefile
/branches/stm32f103/Src/misc.c
47 1138 d 14 h mjames /branches/stm32f103/ Mistake in interrupt service caused reversed high/low states if both CC1 and CC2 triggered at the same time.  
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/Inc/misc.h
/branches/stm32f103/Src/misc.c
46 1159 d 15 h mjames /branches/stm32f103/ Updated to use a debounce style hysteresis on the rev counter processing - the old version was unable to work with bounce from the points.  
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/EngineBay2.ioc
/branches/stm32f103/Makefile
/branches/stm32f103/STM32F103C8Tx_FLASH.ld
45 1161 d 9 h mjames /branches/stm32f103/ Adjusted changes in rev counter  
/branches/stm32f103/.mxproject
/branches/stm32f103/Core/Inc/main.h
/branches/stm32f103/Core/Inc/stm32f1xx_hal_conf.h
/branches/stm32f103/Core/Inc/stm32f1xx_it.h
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/Core/Src/stm32f1xx_hal_msp.c
/branches/stm32f103/Core/Src/stm32f1xx_it.c
/branches/stm32f103/EngineBay2.ioc
/branches/stm32f103/Makefile
/branches/stm32f103/Src/misc.c
44 1415 d 17 h mjames /branches/stm32f103/ Converted to use new libSerial.  
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/Src/misc.c
43 1416 d 15 h mjames /branches/stm32f103/ Swapped over SPI_CS_D and SPI_CS_Clk pins to match actual wiring  
/branches/stm32f103/Core/Inc/main.h
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/EngineBay2.ioc
/branches/stm32f103/Makefile
42 1463 d 9 h mjames /branches/stm32f103/ Updated to use shift register to clock Chip selects for SPI temperature sensors.  
/branches/stm32f103/Core/Inc/main.h
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/EngineBay2.ioc
/branches/stm32f103/Inc/main_export.h
/branches/stm32f103/Makefile
/branches/stm32f103/Src/misc.c
41 1586 d 13 h mjames /branches/stm32f103/ Updated for 72MHz timers. Triggered temperature sample 2mS after CB opens.  
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/EngineBay2.ioc
/branches/stm32f103/Makefile
/branches/stm32f103/Src/misc.c
40 1591 d 13 h mjames /branches/stm32f103/ Corrected prescaler values - RPM was reading 2x correct value .
Altered SPI speed for temperature sensors.
 
/branches/stm32f103/Core/Inc/main.h
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/Core/Src/stm32f1xx_hal_msp.c
/branches/stm32f103/EngineBay2.ioc
/branches/stm32f103/Makefile
39 1593 d 14 h mjames /branches/stm32f103/ Updated to auto calibrate ADC, and use on-chip thermometer.  
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/EngineBay2.ioc
/branches/stm32f103/Makefile
/branches/stm32f103/Src/misc.c
38 1593 d 21 h mjames /branches/stm32f103/ Builds for STM32F103 blue pill.  
/branches/stm32f103/Core
/branches/stm32f103/Core/Inc
/branches/stm32f103/Core/Inc/main.h
/branches/stm32f103/Core/Inc/stm32f1xx_hal_conf.h
/branches/stm32f103/Core/Inc/stm32f1xx_it.h
/branches/stm32f103/Core/Src
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/Core/Src/stm32f1xx_hal_msp.c
/branches/stm32f103/Core/Src/stm32f1xx_it.c
/branches/stm32f103/Core/Src/system_stm32f1xx.c
/branches/stm32f103/Eclipse_Configs
/branches/stm32f103/EngineBay2.gpdsc
/branches/stm32f103/EngineBay2.ods
/branches/stm32f103/Inc/main_export.h
/branches/stm32f103/STM32F103C8Tx_FLASH.ld
/branches/stm32f103/startup_stm32f103xb.s
37 1596 d 9 h mjames /branches/stm32f103/ Changed to use STM32F103 Blue Pill instead of Nucleo board as these are now expensive.  
/branches/stm32f103/Inc/main.h
/branches/stm32f103/Inc/mxconstants.h
/branches/stm32f103/Inc/stm32l1xx_hal_conf.h
/branches/stm32f103/Inc/stm32l1xx_it.h
/branches/stm32f103/Src/main.c
/branches/stm32f103/Src/stm32l1xx_hal_msp.c
/branches/stm32f103/Src/stm32l1xx_it.c
/branches/stm32f103/.mxproject
/branches/stm32f103/EngineBay2.ioc
/branches/stm32f103/Makefile
/branches/stm32f103/Src/misc.c
36 1596 d 12 h mjames /branches/ Changed name of branch because it has inconsistent case  
/branches/stm32f103
/branches/stm32F103

Show All