Subversion Repositories EngineBay2

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
55 344 d 13 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 552 d 7 h mjames /branches/stm32f103/Core/Src/ Updated use of new library  
/branches/stm32f103/Core/Src/main.c
53 553 d 3 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 1002 d 7 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 1009 d 10 h mjames /branches/stm32f103/ Added SVD file  
/branches/stm32f103/stm32f103.svd
50 1012 d 7 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 1022 d 6 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 1136 d 3 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 1280 d 8 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 1301 d 9 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 1303 d 3 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 1557 d 12 h mjames /branches/stm32f103/ Converted to use new libSerial.  
/branches/stm32f103/Core/Src/main.c
/branches/stm32f103/Src/misc.c
43 1558 d 9 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 1605 d 3 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 1728 d 7 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 1733 d 7 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 1735 d 9 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 1735 d 15 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 1738 d 3 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 1738 d 6 h mjames /branches/ Changed name of branch because it has inconsistent case  
/branches/stm32f103
/branches/stm32F103

Show All