Commit Graph

290 Commits (linux_test)
 

Author SHA1 Message Date
Kynsight dbfd008f1d Still identical to the one wihtout pointers, but this version is optimised to use a const pointers. So that when we generate more than one pin they all use the same pointer registers without recreating them.
2 months ago
Kynsight a8e5cff8e6 Modified to be as identical to the linux_test_nopointer in order to have a good benchmark nedd to comparre size wehn addin more than one pin
2 months ago
Kynsight 78abf26979 Modified to be as identical to the linux_test_nopointer in order to have a good benchmark nedd to comparre size wehn addin more than one pin
2 months ago
Kynsight 388861864c New structure test simulatin KED ans submodule for gpio Control on rasberry pi
2 months ago
Kynsight 517ceb6409 New structure test simulatin KED ans submodule for gpio Control on rasberry pi
2 months ago
Kerem Yollu 52f7a1b807 added some notes
2 years ago
Kerem Yollu 69d109582c Compilation order chnaged for the submodules otherwise extra project source files can t reach functions declared in KED
2 years ago
Kerem Yollu 7090e7f925 Issue with the interrupt tables, whnr GPIO is working Timers stop Working and vice versa, the indexing has ome issues
2 years ago
Kerem Yollu 67d67dbfef Double declaration if PINX6_BOTH_EDGE corrected
2 years ago
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 5e4725ef7b started work on interrupts for spi
2 years ago
polymurph b6bbacfffa added adapted timer 2 interrupt
2 years ago
polymurph 217fd76bdb added timer interrupt enable / dissable
2 years ago
polymurph 6d0ffa4045 working on adding timer interrupt enable/dissable feature which sets the DIER register internaly
2 years ago
polymurph 42ef82eb87 added working blinki example
2 years ago
polymurph a97b1885f5 working interrupt handler list with makro for handling the interrupt flags inside the ISR
2 years ago
Kerem Yollu 157d3f61ad Compiling for Interrupt
2 years ago
polymurph 7aa6c00004 added timer 2 blinki example
2 years ago
polymurph 93b8c69102 moved interrupt from peripherals to system
2 years ago
polymurph 782bcdbb2b added missing interrupt headers
2 years ago
polymurph 147c8c7e4b replaced bulky code with makro inside the IRQ Handlers
2 years ago
polymurph 3a2757b390 added makro timer int flag handling makro. NEEDS TO BE TESTED!!!
2 years ago
polymurph 5524efc144 resolved makro errors
2 years ago
polymurph 104eefab3f resolving makro errors
2 years ago
polymurph 1d36ae2336 resolving makro errors
2 years ago
polymurph 14f9913614 resolving makro errors
2 years ago
polymurph 3c95c4c91f resolving makro errors
2 years ago
polymurph 9bc587c0f2 resolving makro errors
2 years ago
polymurph 23b2750e18 created HANDLE_INT_FLAG makro
2 years ago
polymurph 53c87c9cf9 typo in IRQ Handlers
2 years ago
polymurph 70f2035c2c iplemented all timer interrupts
2 years ago
polymurph db1166e1b9 working on timer interrupts
2 years ago
kerem yollu 406bb83fca Defined new todos, and re-aranged timer2 Interrupt
2 years ago
polymurph e6b8b1184d typo in readme ;)
2 years ago
polymurph 9f72f55811 added datasheet
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 e14f8b06aa Project submodule generator will indicate if a header wiht the same name of the source exist. changed projectDefinitions.cmake please copy the one in ked/libraries/examples/autoInit
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 c893a9584e Restructuration from CMakeCore with Edwin Stage 1
2 years ago
Kerem Yollu 8471df9e9c added TODO inside CMakeLists.cmake + coments cleanup
2 years ago
Kerem Yollu 5b8f0a88db added TODO inside CMakeLists.cmake + coments cleanup
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 ecca9af3a3 README for driver written and on looking how it presents itself
2 years ago
Kerem Yollu 92f753bf50 Test again for doc
2 years ago
Kerem Yollu f05462067d Added some readme Files
2 years ago
Kerem Yollu fa830512d7 Changed gitignore to ingore the correct htlm and latex files generated by doxygen
2 years ago