Commit Graph

24 Commits

Author SHA1 Message Date
barthess b10e423406 1-wire improvements.
1) Functions reading bit from PAL now return ioline_t type.
2) Functions that handle acquired buffer with acquired bits
   now use uint8_t type because it corresponds to buffer type.
3) Cryptic bit shifting in bit storage functions replaced by
   dividion operations because all modern compilers perfectly
   optimise such operations.
2016-05-31 00:04:19 +03:00
barthess 0fb26389ea 1-wire. Data acqusition code in test application rewritten in more safe way 2016-05-30 23:07:09 +03:00
Nicolas Reinecke fab0f30fc0 qei testhal: copyright 2016-05-15 20:21:20 +02:00
Nicolas Reinecke 3709be47e0 add qei testhal projects 2016-05-08 18:31:03 +02:00
Nicolas Reinecke 367bc6bcce update stm32 demo and testhal projects to upstream chibios 2016-05-01 03:28:30 +02:00
barthess c35568fafc Updated Makefiles for STM32 according to
http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=3301&sid=32a42f3ad6ca146ea07566e52f127d83
2016-04-23 20:27:12 +03:00
barthess 53684030c9 QUEUES flags deleted from chconf.h files 2016-03-28 17:48:43 +03:00
barthess 04c11df0b2 Updated some testhal projects to new ChibiOS code 2016-03-15 10:19:56 +03:00
barthess 2bc5a485a9 Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib 2016-01-24 20:42:00 +03:00
barthess 956134d0ba 1-wire driver improvements. 2016-01-24 20:41:06 +03:00
barthess 2c7dc44fad Added WDG switch to halconf.h files 2016-01-13 10:21:50 +03:00
barthess c457b4d7d1 Fixed copypaste typo in comments 2015-10-15 10:17:53 +03:00
barthess a2f9bc469a FSMC code cleanup 2015-10-14 17:46:40 +03:00
barthess 51514b134e STM32 testhal. Fixed paths in makefiles 2015-09-07 22:26:44 +03:00
barthess 74065b233a Fixed rest of paths in build scripts. 2015-08-24 16:26:22 +03:00
Fabien Poussin 586a8a2b29 Modified makefiles to incorporate changes 2015-08-20 18:20:46 +02:00
barthess 4e98ee4b12 Added -Wundef key into Makefiles 2015-06-28 22:22:01 +03:00
barthess c44092eb0f NAND code changed to use bitmap class 2015-05-02 20:51:04 +03:00
barthess 3aae2d6b82 STM32. Updated makefiles. 2015-03-31 00:22:20 +03:00
barthess 605fb84bcd Updated .project files 2015-02-28 21:41:55 +03:00
barthess 0c93d40779 [1-wire] Cosmetical cleanups 2014-12-27 22:18:30 +03:00
barthess 073d4d467f 1-wire. STM32F1xx code tested 2014-12-18 00:21:28 +03:00
barthess 99505cdea6 1-wire. Added workaround form F1xx MCUs 2014-12-14 14:14:45 +03:00
barthess 6030b0a06a 1-wire. Added testhal for STM32F1xx. Not tested in hardware 2014-12-08 22:39:55 +03:00