Commit Graph

14 Commits (master)

Author SHA1 Message Date
Kerem Yollu e3c1298f55 Started working on pin interrupt, working example on main.c. transfering it to pin.c
2 years ago
kerem yollu bbb2fefe71 Made some minor chnages to HANDLE_INT_FLAG macro, The fact that Interrups are not functioning correcly after a soft reset is known, chnages in the satrup and to the hardware may alter this behaviour
2 years ago
kerem yollu 68de79e685 Interrupts only Working if a hardware reset is made, There is propably an issue with the interrupt initialization or flag management. table size in imp_timer.c was too small
2 years ago
polymurph b6bbacfffa added adapted timer 2 interrupt
2 years ago
polymurph 42ef82eb87 added working blinki example
2 years ago
polymurph 7aa6c00004 added timer 2 blinki example
2 years ago
Kerem Yollu 5622103817 Changed the projectDefinitions.cmake to it's final form and corrected the header include issues
2 years ago
kerem yollu a83a21d7f3 Simplified the projectDefinition.cmake and separated cmakeCore and cmakeProject
2 years ago
kerem yollu 9fb6a9fcb3 I will soon womit CMAKE but its taking ever more shape, if we finr an implmentation without header it wil generate an fatal error, now i will implement a check to find out if two source file or two header files have the same name
2 years ago
kerem yollu 36be0a0f9e Cmake's main functionalities are fully implmeneted now the error handler should be optimized
2 years ago
kerem yollu 8300246f15 Cmake is taking it final shape, removed the CMakeConfig.txt from stm32f042k6t6 and also from the startup folder | i2c.c -> i2c_init Function has been canged to accep the i2cType only, this saves memory
2 years ago
kerem yollu 9468fa8622 Reorganizing the Header Structures
2 years ago
kerem yollu 8c1400a53c PLaying around with function pointers
2 years ago
Kerem Yollu e1487d6bb2 Started to reoganise and some test with function pointers in libraries folder
2 years ago