Commit Graph

313 Commits

Author SHA1 Message Date
Mario Hüttel cd23e93825 Add newest shellmatta and include missing syscalls 2020-04-11 00:54:17 +02:00
Mario Hüttel cd892e1d5c Add new measurement data 2020-04-11 00:53:56 +02:00
Mario Hüttel f2c596a670 Update shellmatta to newest dev version 2020-03-09 19:20:27 +01:00
Mario Hüttel d5c459d136 Update shellmatta to newest version 2020-03-01 21:06:10 +01:00
Mario Hüttel 9b90af8405 Make clean target silent in Makefile 2020-03-01 21:05:50 +01:00
Mario Hüttel 9311d0b515 Write button code 2020-02-25 21:01:34 +01:00
Mario Hüttel 0bc341c0aa Merge branch 'dev' into ui 2020-02-25 20:24:12 +01:00
Mario Hüttel a338831d69 Add FatFS hello world. Will be removed but shows, that device is functional 2020-02-25 20:05:48 +01:00
Mario Hüttel 4487f854cd Merge branch 'dev' into ui 2020-02-25 19:49:14 +01:00
Mario Hüttel a39fe09de4 Remove files for onewire sensor. Will add them when necessary. 2020-02-25 19:48:14 +01:00
Mario Hüttel 31769fd42d remove onewire interface from compilation 2020-02-25 19:43:51 +01:00
Mario Hüttel 0ddaef01c8 Start onewire interface. But probably won't finish it 2020-02-25 19:34:50 +01:00
Mario Hüttel 71e2073a76 reflect bitrate change of uart in uart struct 2020-02-24 22:15:36 +01:00
Mario Hüttel c923fb3e12 Add baudrate change function to uart driver 2020-02-24 22:09:58 +01:00
Mario Hüttel 49835d9213 Merge branch 'dev' into ui 2020-02-24 20:03:57 +01:00
Mario Hüttel 1ef7713351 Start implementation of onewire temperature sensor interface 2020-02-24 20:02:45 +01:00
Mario Hüttel 26b8ad852e Add static module for onewire temperature sensors 2020-02-24 19:21:29 +01:00
Mario Hüttel f09877921a start onewire interface 2020-02-24 19:16:46 +01:00
Mario Hüttel 5012b726cd Make Uart driver universal 2020-02-24 18:50:09 +01:00
Mario Hüttel 4bc85d474f c 2020-02-24 18:48:26 +01:00
Mario Hüttel 5948ac2897 fix stray tab in makefile 2020-02-23 22:00:21 +01:00
Mario Hüttel 55b664b58f Fix possible bufferoverflow with strncpy 2020-02-23 21:57:50 +01:00
Mario Hüttel fcbd1ae05e Init Button. Interrupt still missing 2020-02-23 21:48:52 +01:00
Mario Hüttel 6700b0ea81 Add pupdr macros 2020-02-23 21:48:30 +01:00
Mario Hüttel 6965882435 Add temporary LCD code 2020-02-23 21:22:38 +01:00
Mario Hüttel c35c80ce24 Add files for user interface via rotaryencoder/button and LCD 2020-02-23 21:06:42 +01:00
Mario Hüttel 8ffc5c11e0 Fix style in shell.c 2020-02-23 21:06:24 +01:00
Mario Hüttel 37e2c78b0b Merge branch 'master' into dev 2020-02-23 21:00:17 +01:00
Mario Hüttel e85a26d90b Fix bug in uart, when compiled in release mode 2020-02-23 20:58:56 +01:00
Mario Hüttel c3ff199a09 remove TODO from makefile 2020-02-23 20:58:35 +01:00
Mario Hüttel 6832afa087 Add all qtcreator files to ignore list 2020-02-23 20:58:13 +01:00
Mario Hüttel be65301986 Fix style 2020-02-21 23:37:48 +01:00
Mario Hüttel 30aa1149a3 Merge branch 'ui' into dev 2020-02-21 23:08:38 +01:00
Mario Hüttel 68fc473372 Add stack checking functions 2020-02-21 23:01:04 +01:00
Mario Hüttel b5d4bf5528 Add stack checker module andf fix all license headers 2020-02-21 21:22:01 +01:00
Mario Hüttel 532262f670 Fix rotary encoder relative change function 2020-02-16 18:17:19 +01:00
Mario Hüttel 85ecc3064a Correct typo in doxygen's project name 2020-02-16 17:37:26 +01:00
Mario Hüttel f8076920fe Start doxygen documentation 2020-02-16 17:35:41 +01:00
Mario Hüttel 9629c08da2 Add doxygen 2020-02-16 16:52:21 +01:00
Mario Hüttel a35f66f2cd Add code for rotary encoder 2020-02-16 16:38:31 +01:00
Mario Hüttel 6fa071e1d1 Add rotary encoder module 2020-02-16 14:25:49 +01:00
Mario Hüttel 47daf495bd Remove random calibration try 2020-02-16 14:21:40 +01:00
Mario Hüttel 7ade829a70 Make ring buffers volatile 2020-02-16 11:42:18 +01:00
Mario Hüttel 1d62bc22b8 Increase programming clock freq to 4 MHz 2020-02-16 00:42:00 +01:00
Mario Hüttel 6ed7a4886d change programming speed to 1 MHz in order to prevent communication errors 2020-02-15 23:17:41 +01:00
Mario Hüttel 3781ecb669 Update programming scripts 2020-02-15 23:09:23 +01:00
Mario Hüttel 4c5b3add1d Add scripts for device programming using JLINK 2020-02-15 22:25:53 +01:00
Mario Hüttel c3be39b4e5 Add license header to all files 2020-02-15 22:09:55 +01:00
Mario Hüttel 43473efcdd Add fallthrough warning for switch cases explicitly to CFLAGS 2020-02-15 21:06:45 +01:00
Mario Hüttel 7df97831be Add conversion function for resistance to temperature conversion and add it to thept command of the shell 2020-02-15 20:31:38 +01:00