Commit Graph

227 Commits (58e472b7028acb35bac0624788985b809a151b8d)
 

Author SHA1 Message Date
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
polymurph 6c370a1cbe added new tmux workbench script + included spi in main.c/.cpp + work on spi.c and hwDescription
3 years ago
polymurph 8fff069a57 added empty spi.c
3 years ago
polymurph f28829599f added drivers as subdirectory
3 years ago
polymurph 1dc8189527 added cmake path to drivers
3 years ago
atomega c190bd5ca7 Merge branch 'modularize' of https://git.keydev.me/kerem/ked into modularize
3 years ago
atomega fa8c4115b3 Started with ncurses for the menu
3 years ago
polymurph e7e354b3b2 moved device drivers to a seperate folder + added spi stuff (not jet fully implemented!)
3 years ago
key 9de793750f working compilation and programming process for stm both with main.c or main.cpp
3 years ago
key 967d132301 Deteled BSL & managed to export main.h one level higher so that KED could be used as a git Submodule
3 years ago
key e07b78241b created the config_files folder
3 years ago
polymurph 00ce59acfa work on Readme
3 years ago
polymurph afcfc3502a work on Readme
3 years ago
polymurph ca9cc4f43f work on link in reame
3 years ago
polymurph 86aee5e40e work on link in reame
3 years ago
polymurph 0b86f9bcb5 readme typo
3 years ago
polymurph 2e1ea290b7 added tmux cheat sheet link to readme
3 years ago
polymurph 4f74617700 added counter compare value to timerInitOutputCompare() + timerSetCounterCompareValue() + typos and doku
3 years ago
key 56d8e45a99 added todo
3 years ago
key e5df688262 Implementation of time output compare is suscessful
3 years ago
key d733f2c856 IMplmentation of timer ouput compare modules not yet compiled!
3 years ago
edwin 1ca19f313c Add 'notes.txt'
3 years ago
polymurph 0947787bf2 work on doku
3 years ago
polymurph b77aa12d5b work on docu
3 years ago
key 7e20962e61 Added tmux-dev.sh for lunching tmux easyyyyy
3 years ago
key 6e75921ec4 Added tmux-dev.sh for lunching tmux easyyyyy
3 years ago
polymurph bbb7f062f8 work on doku
3 years ago
key 885ebe6904 Timer.c : Added ToDo s
3 years ago
key b8c2355049 Timer.c : modified the timerInit to timerInitCounter as we want to add dieffretn init cof differen timer modes
3 years ago
key c68c8fd33d Tested Timers 1 to 17 and all are working great in down counting mode
3 years ago
key 5cfbacc060 Timer.c Check for prescaler overflow and wrote some documentation with new todo s
3 years ago
key ee0f8227b9 timerInit funtion is working to reset a periferal we first need to set the bit to 1 an then to 0 again. need to implement timerSetMode();
4 years ago
key 2c2d318217 Making timers great again pahse 1 / to be tested and finished so that the timerInit() function works properly
4 years ago
key 7d85aa1c0f Timer added the timerSetHz()
4 years ago
polymurph c1d7904314 comented out timer clock source selection fucntion. clock sourcing needs to be discussed generally
4 years ago
polymurph c69922ff2c added reset function...needs wo beimplemented
4 years ago
key 8261d7fb6a added 2 functions for timer
4 years ago
polymurph ee7d7e31ed working timer blinki example
4 years ago