Commit Graph

32 Commits (2429425b9eb6da61b214f655f1ca2b8a3da2da19)

Author SHA1 Message Date
polymurph 7d19fb79c7 working on implementing device_drivers directory into cmake
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 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 f22ef7450b changed chipslect pin
3 years ago
polymurph 0b46bcc24a cleanup + work on implementation
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 ed491a7aaf working on implementing spiCH
3 years ago
polymurph 3ebf3744f3 resolved small errors
3 years ago
polymurph 410687eebf 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
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 6c370a1cbe added new tmux workbench script + included spi in main.c/.cpp + work on spi.c and hwDescription
3 years ago
key 9de793750f working compilation and programming process for stm both with main.c or main.cpp
3 years ago
key 4082a6ad83 first implementation of timer but the test in main doesn't work debbug needed
4 years ago
key c11620f148 Started celaning the STM generated files as they are not needed anymore. TODO please check the readme !
4 years ago
key 9e777a26ac Implmented a device clock tree initialisation for STM there may be place for improvement but it's working now we are completely imdependent from ST generatate libraries.
4 years ago