Commit Graph

9 Commits (4a41b4f599026d09f5ec378f5d0b2624d008a19f)

Author SHA1 Message Date
dplimin 4a41b4f599 modified: .settings/language.settings.xml
modified:   Core/Src/flash.c
	modified:   Core/Src/main.c
	modified:   Core/Src/modbus.c
2023-12-07 16:51:36 +03:00
dplimin 01b5d0a6c8 new file: .settings/org.eclipse.core.resources.prefs
new file:   Core/Src/modbus.c
	new file:   "\320\235\320\276\320\263\320\270 \320\270 \321\203\321\201\320\270\320\273\320\265\320\275\320\270\320\265.xlsx"
2023-11-24 14:45:18 +03:00
dplimin d9f76c68ee modified: .settings/language.settings.xml
modified:   Core/Inc/OLED_Fonts.h
	modified:   Core/Inc/flash.h
	modified:   Core/Inc/keys.h
	modified:   Core/Inc/main.h
	modified:   Core/Inc/modbus.h
	modified:   Core/Inc/my.h
	modified:   Core/Inc/screen.h
	modified:   Core/Inc/struct.h
	modified:   Core/Inc/usart.h
	modified:   Core/Src/flash.c
	modified:   Core/Src/main.c
	modified:   Core/Src/my.c
	modified:   Core/Src/screen.c
	modified:   Core/Src/ssd1306.c
	modified:   Core/Src/stm32f4xx_it.c
	modified:   Core/Src/tim.c
	modified:   Core/Src/usart.c

	.settings/org.eclipse.core.resources.prefs
	Core/Src/modbus.c
	"\320\235\320\276\320\263\320\270 \320\270 \321\203\321\201\320\270\320\273\320\265\320\275\320\270\320\265.xlsx"
2023-11-24 14:41:27 +03:00
dplimin d289acf169 modified: A1210.ioc
modified:   Core/Inc/flash.h
	modified:   Core/Inc/my.h
	modified:   Core/Inc/struct.h
	modified:   Core/Src/flash.c
	modified:   Core/Src/keys.c
	modified:   Core/Src/main.c
	modified:   Core/Src/my.c
	modified:   Core/Src/screen.c
	modified:   Core/Src/usart.c
2023-10-24 16:48:53 +03:00
dplimin d9756cf786 new file: Core/Inc/keys.h
new file:   Core/Inc/screen.h
	new file:   Core/Src/keys.c
	new file:   Core/Src/my.c
	new file:   Core/Src/screen.c
2023-10-11 17:33:26 +03:00
dplimin 6eae35ff71 modified: .settings/language.settings.xml
modified:   Core/Inc/flash.h
	modified:   Core/Inc/main.h
	modified:   Core/Inc/my.h
	modified:   Core/Inc/struct.h
	modified:   Core/Src/adc.c
	modified:   Core/Src/dma.c
	modified:   Core/Src/flash.c
	modified:   Core/Src/gpio.c
	modified:   Core/Src/main.c
	modified:   Core/Src/ssd1306.c
	modified:   Core/Src/tim.c
	modified:   STM32F446RE_FLASH.ld
	Core/Inc/keys.h
	Core/Inc/screen.h
	Core/Src/keys.c
	Core/Src/my.c
	Core/Src/screen.c
	"~$\320\235\320\276\320\263\320\270 \320\270 \321\203\321\201\320\270\320\273\320\265\320\275\320\270\320\265.xlsx"
	"\320\235\320\276\320\263\320\270 \320\270 \321\203\321\201\320\270\320\273\320\265\320\275\320\270\320\265.xlsx"
2023-10-11 17:28:58 +03:00
dplimin 2ac0af3fea design first screen 2023-09-26 16:36:13 +03:00
dplimin 7683663759 new file: .cproject
new file:   .gitignore
	new file:   .mxproject
	new file:   .project
	new file:   .settings/com.atollic.truestudio.debug.hardware_device.prefs
	new file:   .settings/language.settings.xml
	new file:   .settings/org.eclipse.cdt.managedbuilder.core.prefs
	new file:   A1210.elf.launch
	new file:   A1210.ioc
	new file:   Core/Inc/OLED_Fonts.h
	new file:   Core/Inc/adc.h
	new file:   Core/Inc/dma.h
	new file:   Core/Inc/flash.h
	new file:   Core/Inc/gpio.h
	new file:   Core/Inc/main.h
	new file:   Core/Inc/modbus.h
	new file:   Core/Inc/my.h
	new file:   Core/Inc/spi.h
	new file:   Core/Inc/ssd1306.h
	new file:   Core/Inc/ssd1306_conf.h
	new file:   Core/Inc/ssd1306_fonts.h
	new file:   Core/Inc/stm32f4xx_hal_conf.h
	new file:   Core/Inc/stm32f4xx_it.h
	new file:   Core/Inc/struct.h
	new file:   Core/Inc/tim.h
	new file:   Core/Inc/usart.h
	new file:   Core/Src/OLED_Fonst.c
	new file:   Core/Src/adc.c
	new file:   Core/Src/dma.c
	new file:   Core/Src/flash.c
	new file:   Core/Src/gpio.c
	new file:   Core/Src/main.c
	new file:   Core/Src/spi.c
	new file:   Core/Src/ssd1306.c
	new file:   Core/Src/ssd1306_fonts.c
	new file:   Core/Src/stm32f4xx_hal_msp.c
	new file:   Core/Src/stm32f4xx_it.c
	new file:   Core/Src/syscalls.c
	new file:   Core/Src/system_stm32f4xx.c
	new file:   Core/Src/tim.c
	new file:   Core/Src/usart.c
	new file:   Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h
	new file:   Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h
	new file:   Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h
	new file:   Drivers/CMSIS/Include/cmsis_armcc.h
	new file:   Drivers/CMSIS/Include/cmsis_armclang.h
	new file:   Drivers/CMSIS/Include/cmsis_compiler.h
	new file:   Drivers/CMSIS/Include/cmsis_gcc.h
	new file:   Drivers/CMSIS/Include/cmsis_iccarm.h
	new file:   Drivers/CMSIS/Include/cmsis_version.h
	new file:   Drivers/CMSIS/Include/core_armv8mbl.h
	new file:   Drivers/CMSIS/Include/core_armv8mml.h
	new file:   Drivers/CMSIS/Include/core_cm0.h
	new file:   Drivers/CMSIS/Include/core_cm0plus.h
	new file:   Drivers/CMSIS/Include/core_cm1.h
	new file:   Drivers/CMSIS/Include/core_cm23.h
	new file:   Drivers/CMSIS/Include/core_cm3.h
	new file:   Drivers/CMSIS/Include/core_cm33.h
	new file:   Drivers/CMSIS/Include/core_cm4.h
	new file:   Drivers/CMSIS/Include/core_cm7.h
	new file:   Drivers/CMSIS/Include/core_sc000.h
	new file:   Drivers/CMSIS/Include/core_sc300.h
	new file:   Drivers/CMSIS/Include/mpu_armv7.h
	new file:   Drivers/CMSIS/Include/mpu_armv8.h
	new file:   Drivers/CMSIS/Include/tz_context.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_spi.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c
	new file:   Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c
	new file:   STM32F446RE_FLASH.ld
	new file:   startup/startup_stm32f446xx.s
2023-09-25 13:12:41 +03:00
Лимин Дмитрий Павлович 9d2cd5fac7 First commit 2023-09-25 13:05:28 +03:00