Commit Graph

  • eea36fee09 added test.txt #2 polymurph 2022-08-02 11:51:43 +0200
  • f3654d3369 small change to tmux bash script polymurph 2022-08-02 11:43:06 +0200
  • f678c41563 working on init function polymurph 2022-08-01 16:11:23 +0200
  • 23c8899f0f driver level has no more connection with the hardware side of the i2c bus, state machine implmentation is working but needs some more states kerem 2022-08-01 16:06:19 +0200
  • bcff2e2cc0 working example.now step by step make init function generic polymurph 2022-08-01 14:11:40 +0200
  • 411403e946 working on init function polymurph 2022-08-01 11:46:34 +0200
  • d28e42f2c1 added new functions to spi polymurph 2022-08-01 08:49:48 +0200
  • 5192d05b68 sarted with the i2c Driver implmentation functions kerem 2022-08-01 00:30:40 +0200
  • 124ad69802 code error solving and cleanup polymurph 2022-07-31 14:21:27 +0200
  • 34ef9bf307 new structure wth driver folder for all the generic code polymurph 2022-07-31 13:57:08 +0200
  • 913663516e Working i2c function divided as imp_i2c.c and deirver level i2c.c usignt he same header from interfaces/i2c.h kerem 2022-07-31 13:35:54 +0200
  • e048155400 Master read byte function is now working kerem 2022-07-31 10:54:28 +0200
  • 2962ebd6e3 setup example with spi CH. Problem with linking still not solved polymurph 2022-07-30 14:17:15 +0200
  • 60a9a2cf6c added clear at the begining of the run script polymurph 2022-07-30 14:16:38 +0200
  • ed491a7aaf working on implementing spiCH polymurph 2022-07-30 14:04:08 +0200
  • 3ebf3744f3 resolved small errors polymurph 2022-07-30 13:44:42 +0200
  • 731af596ae small change to tmux bash script polymurph 2022-07-30 13:23:33 +0200
  • f708b410a9 Able to get register ack from slave ! Finally ! kerem 2022-07-28 17:53:33 +0200
  • 68da9734e1 Geting crazy because of hardware issues on the nucleo ! but making progress now kerem 2022-07-28 17:49:54 +0200
  • 2602e66c4d the nwewr I2C implmentation on the stm32f042 is wierd triying to figure it out kerem 2022-07-27 22:04:10 +0200
  • e1c061bd1f Init function is fully implmented. I2C Start condition is working, curretnly struggling how to send to the slave the register no that we want to read from key 2022-07-27 16:56:14 +0200
  • ec2a90186e Starter the init function and implementation from registers kerem 2022-07-26 22:31:16 +0200
  • cfbb4a49ea Starter the init function reset function is done kerem 2022-07-26 15:10:24 +0200
  • 63a1ec72a8 Tooo many functions, started implmenting the pollinmg mode. now need to define the registers, init functions and communicate key 2022-07-26 12:32:35 +0200
  • e17d96755f Added the state machine for the i2c trasnmition states and started with the functions implementation on a lower layer key 2022-07-25 14:46:16 +0200
  • 206f119a12 Configurgnt the struture and typdefs for the i2c channel initilization key 2022-07-25 14:04:19 +0200
  • b3ffb7974a Started on the implmentation of the i2c Base adresses and the channel initiation key 2022-07-24 22:34:57 +0200
  • 64e5259fca work on interface and implementation of spi polymurph 2022-07-23 15:11:53 +0200
  • 8d8922c0e9 working on spi init function polymurph 2022-07-23 13:11:00 +0200
  • 7ec3ddc352 work on spi interface polymurph 2022-07-23 12:52:12 +0200
  • 410687eebf working spi example. Pins(NUCLEO): CLK -> A6, MOSI -> A6 and MISO -> A5 polymurph 2022-07-23 12:23:26 +0200
  • e6698f1eea working spi example. Pins(NUCLEO): CLK -> A6, MOSI -> A6 and MISO -> A5 polymurph 2022-07-23 12:21:59 +0200
  • 731dae3381 set up basic test scenario for SPI polymurph 2022-07-18 19:13:46 +0200
  • d56e3ef92c Added the I2C.h based on the Stdandart i2c protocol V.7 key 2022-07-18 16:04:13 +0200
  • 8beb18003f work on Readme polymurph 2022-07-17 20:29:56 +0200
  • 7bb9df0f2f work on spi. added init for SPI1 polymurph 2022-07-17 18:42:05 +0200
  • 61e24b8647 found the problem with not compiling... Typo polymurph 2022-07-17 15:56:54 +0200
  • 4f84e43b91 work on spi implementation polymurph 2022-07-17 14:19:55 +0200
  • 13a14dcb11 workin on spi example polymurph 2022-06-28 20:22:04 +0200
  • 66aaacb37b work on implementation of spi hardware driver polymurph 2022-06-28 19:57:35 +0200
  • effed17ed8 working with example for spi polymurph 2022-06-19 10:13:01 +0200
  • 2f515e26df Redesigning the menu interface to be modular key 2022-06-17 17:04:15 +0200
  • 225871dba4 Making our menu from scratch with ncurses key 2022-06-16 16:53:51 +0200
  • e51885a007 first menu implmentation atomega 2022-06-15 21:55:42 +0200
  • 8417c8f438 Merge branch 'master' of https://git.keydev.me/kerem/ked atomega 2022-06-15 10:29:13 +0200
  • 413872dba6 learned ncurses up to a basic menu system atomega 2022-06-15 10:28:38 +0200
  • 6c370a1cbe added new tmux workbench script + included spi in main.c/.cpp + work on spi.c and hwDescription polymurph 2022-06-14 20:28:23 +0200
  • 8fff069a57 added empty spi.c polymurph 2022-06-14 19:51:09 +0200
  • f28829599f added drivers as subdirectory polymurph 2022-06-14 19:09:12 +0200
  • 1dc8189527 added cmake path to drivers polymurph 2022-06-14 19:04:06 +0200
  • c190bd5ca7 Merge branch 'modularize' of https://git.keydev.me/kerem/ked into modularize atomega 2022-06-13 22:41:43 +0200
  • fa8c4115b3 Started with ncurses for the menu atomega 2022-06-13 22:40:54 +0200
  • e7e354b3b2 moved device drivers to a seperate folder + added spi stuff (not jet fully implemented!) polymurph 2022-06-13 20:05:44 +0200
  • 9de793750f working compilation and programming process for stm both with main.c or main.cpp key 2022-06-12 11:31:50 +0200
  • 967d132301 Deteled BSL & managed to export main.h one level higher so that KED could be used as a git Submodule key 2022-06-12 11:06:03 +0200
  • e07b78241b created the config_files folder key 2022-06-12 10:06:35 +0200
  • 00ce59acfa work on Readme polymurph 2022-06-04 13:16:32 +0200
  • afcfc3502a work on Readme polymurph 2022-06-04 13:09:09 +0200
  • ca9cc4f43f work on link in reame polymurph 2022-06-04 09:34:42 +0200
  • 86aee5e40e work on link in reame polymurph 2022-06-04 09:31:06 +0200
  • 0b86f9bcb5 readme typo polymurph 2022-06-04 09:28:20 +0200
  • 2e1ea290b7 added tmux cheat sheet link to readme polymurph 2022-06-04 09:27:40 +0200
  • 4f74617700 added counter compare value to timerInitOutputCompare() + timerSetCounterCompareValue() + typos and doku polymurph 2022-06-04 09:24:22 +0200
  • 56d8e45a99 added todo key 2022-03-27 17:31:02 +0200
  • e5df688262 Implementation of time output compare is suscessful key 2022-03-27 17:21:46 +0200
  • d733f2c856 IMplmentation of timer ouput compare modules not yet compiled! key 2022-03-27 16:55:08 +0200
  • 1ca19f313c Add 'notes.txt' edwin 2022-03-24 18:31:45 +0100
  • 0947787bf2 work on doku polymurph 2022-03-12 22:10:13 +0100
  • b77aa12d5b work on docu polymurph 2022-03-12 20:56:12 +0100
  • 7e20962e61 Added tmux-dev.sh for lunching tmux easyyyyy key 2022-03-12 17:39:27 +0100
  • 6e75921ec4 Added tmux-dev.sh for lunching tmux easyyyyy key 2022-03-12 17:38:45 +0100
  • bbb7f062f8 work on doku polymurph 2022-03-12 09:35:10 +0100
  • 885ebe6904 Timer.c : Added ToDo s key 2022-03-06 17:40:07 +0100
  • b8c2355049 Timer.c : modified the timerInit to timerInitCounter as we want to add dieffretn init cof differen timer modes key 2022-03-06 17:35:03 +0100
  • c68c8fd33d Tested Timers 1 to 17 and all are working great in down counting mode key 2022-03-06 16:24:17 +0100
  • 5cfbacc060 Timer.c Check for prescaler overflow and wrote some documentation with new todo s key 2022-03-06 15:50:30 +0100
  • 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(); key 2021-12-22 18:28:21 +0100
  • 2c2d318217 Making timers great again pahse 1 / to be tested and finished so that the timerInit() function works properly key 2021-12-22 17:08:59 +0100
  • 7d85aa1c0f Timer added the timerSetHz() key 2021-12-22 16:31:04 +0100
  • c1d7904314 comented out timer clock source selection fucntion. clock sourcing needs to be discussed generally polymurph 2021-12-22 12:02:33 +0100
  • c69922ff2c added reset function...needs wo beimplemented polymurph 2021-12-22 11:30:11 +0100
  • 8261d7fb6a added 2 functions for timer key 2021-12-21 18:39:26 +0100
  • ee7d7e31ed working timer blinki example polymurph 2021-12-21 12:08:58 +0100
  • 0d645c30bb Edwin the variable that you commented for Cmake is currenly not implmeted Errors were generated due to the missing IFDEF __CPP__ wrappers on the .h Files key 2021-12-21 11:11:19 +0100
  • 675ae4d7b6 changed the bsl to nucleo polymurph 2021-12-20 15:07:55 +0100
  • d61a90889d documentation of code... ongoing polymurph 2021-12-20 14:57:09 +0100
  • a43ded526c documentation of code... ongoing polymurph 2021-12-20 14:51:45 +0100
  • e05a43a74f transfered imer example code from main.c to .cpp polymurph 2021-12-20 13:30:50 +0100
  • 4082a6ad83 first implementation of timer but the test in main doesn't work debbug needed key 2021-12-19 18:04:01 +0100
  • 3063fdde11 added max31865 driver polymurph 2021-12-19 14:59:55 +0100
  • e633e46c8d implementing timer. basic outline of the timer implemented. implemnted HW descriptions key 2021-11-20 17:34:01 +0100
  • 32acece232 added menu in utils to cmake key 2021-11-20 14:57:31 +0100
  • d0bcecc263 adding utils directory to Cmake key 2021-11-20 14:47:02 +0100
  • 21ee76098b utils cleanup polymurph 2021-11-12 10:05:38 +0100
  • 37157aa497 added new todo comment for singelton pattern for bsl (wo only want to allow one object of bsl!) polymurph 2021-11-12 10:01:45 +0100
  • 411a650e62 added comments to code polymurph 2021-11-12 09:53:47 +0100
  • ac48839b70 added assert from standart libs -> creates a lot of overhead. we must create our own lightweight assert polymurph 2021-11-12 09:35:26 +0100
  • 44fb09b309 started with timer.h key 2021-11-10 21:44:27 +0100
  • 3aaf36a4c1 Alternate check is working / assert will be reagt to implement (Edwin ?) key 2021-11-10 13:46:21 +0100
  • fe9556b033 Implmentation of hardwareDefinition.h sucessfully working. ./ideas/hw.h implemented & deleted key 2021-11-10 11:59:09 +0100