Subversion Repositories EngineBay2

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
55 428 d 22 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 636 d 16 h mjames /branches/stm32f103/Core/Src/ Updated use of new library  
/branches/stm32f103/Core/Src/main.c
53 637 d 12 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 1086 d 15 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 1093 d 18 h mjames /branches/stm32f103/ Added SVD file  
/branches/stm32f103/stm32f103.svd
50 1096 d 16 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 1106 d 15 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 1220 d 11 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 1364 d 16 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 1385 d 17 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 1387 d 12 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 1641 d 20 h mjames /branches/stm32f103/ Converted to use new libSerial.  
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/Src/misc.c
43 1642 d 17 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 1689 d 12 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 1812 d 16 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 1817 d 16 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 1819 d 17 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 1820 d 0 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 1822 d 12 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 1822 d 15 h mjames /branches/ Changed name of branch because it has inconsistent case  
/branches/stm32f103
/branches/stm32F103

Show All