Commit Graph

214 Commits (spi)
 

Author SHA1 Message Date
kerem e08417795a 2 Issues found 1st you need to include the sub::imp_spi on the config.cmake 2nd in config.cmake sub::pin should be compiled after the spi.c as you are using pin funtion directi on spi.c Now compiling ;)
3 years ago
Kerem Yollu 2429425b9e Found the header but genrater new errors, i dind't touch one line of code only eddited the cmakes
3 years ago
polymurph 24acc2e5a1 trying to add the device driver max7219 to cmake
3 years ago
polymurph 7d19fb79c7 working on implementing device_drivers directory into cmake
3 years ago
polymurph 6842f8a6c1 working on new implementation of the max7219
3 years ago
polymurph c3096dfd23 moving max7219 stuff from main into device drivers folder. Cmake stuff is not yet implemented! This needs to be done sothat one can include it like so #include max7219.h
3 years ago
polymurph 76fc103c14 removed hardware dependent stuff from spi.h and spi.c and moved it into imp_spi.c
3 years ago
polymurph c56587c873 implemented auto pinsetup in spiInitMaster
3 years ago
polymurph 984f8c8677 working on multi led matrix driver
3 years ago
polymurph abe86e7192 created a matrix print function
3 years ago
polymurph ec3fad9a7b trying to unset LED... not jet woring
3 years ago
polymurph 7b457d4643 working example with max7219. all max7219 stuff was done insidne main. must be put into device drivers in the futer + cmake must be adapted for this
3 years ago
polymurph 978ca001eb working on driver for the max7219 to test the spi interface. Problem remains with the integration of the device drivers inside the cmake project
3 years ago
polymurph 78ce1a0ec4 working on master init fuction
3 years ago
polymurph f22ef7450b changed chipslect pin
3 years ago
polymurph cde2895fff cleanup + work on frame lenght
3 years ago
polymurph 0b46bcc24a cleanup + work on implementation
3 years ago
polymurph fa69bbdc87 started work on implementation of missing features
3 years ago
polymurph 6214d67393 working better example of alternating On Off Frame test with MAX7219
3 years ago
polymurph 734647f637 working crude example
3 years ago
polymurph f678c41563 working on init function
3 years ago
polymurph bcff2e2cc0 working example.now step by step make init function generic
3 years ago
polymurph 411403e946 working on init function
3 years ago
polymurph d28e42f2c1 added new functions to spi
3 years ago
polymurph 124ad69802 code error solving and cleanup
3 years ago
polymurph 34ef9bf307 new structure wth driver folder for all the generic code
3 years ago
polymurph 2962ebd6e3 setup example with spi CH. Problem with linking still not solved
3 years ago
polymurph 60a9a2cf6c added clear at the begining of the run script
3 years ago
polymurph ed491a7aaf working on implementing spiCH
3 years ago
polymurph 3ebf3744f3 resolved small errors
3 years ago
polymurph 731af596ae small change to tmux bash script
3 years ago
polymurph 64e5259fca work on interface and implementation of spi
3 years ago
polymurph 8d8922c0e9 working on spi init function
3 years ago
polymurph 7ec3ddc352 work on spi interface
3 years ago
polymurph 410687eebf working spi example. Pins(NUCLEO): CLK -> A6, MOSI -> A6 and MISO -> A5
3 years ago
polymurph e6698f1eea working spi example. Pins(NUCLEO): CLK -> A6, MOSI -> A6 and MISO -> A5
3 years ago
polymurph 731dae3381 set up basic test scenario for SPI
3 years ago
key d56e3ef92c Added the I2C.h based on the Stdandart i2c protocol V.7
3 years ago
polymurph 8beb18003f work on Readme
3 years ago
polymurph 7bb9df0f2f work on spi. added init for SPI1
3 years ago
polymurph 61e24b8647 found the problem with not compiling... Typo
3 years ago
polymurph 4f84e43b91 work on spi implementation
3 years ago
polymurph 13a14dcb11 workin on spi example
3 years ago
polymurph 66aaacb37b work on implementation of spi hardware driver
3 years ago
polymurph effed17ed8 working with example for spi
3 years ago
key 2f515e26df Redesigning the menu interface to be modular
3 years ago
key 225871dba4 Making our menu from scratch with ncurses
3 years ago
atomega e51885a007 first menu implmentation
3 years ago
atomega 8417c8f438 Merge branch 'master' of https://git.keydev.me/kerem/ked
3 years ago
atomega 413872dba6 learned ncurses up to a basic menu system
3 years ago