Commit Graph

183 Commits

Author SHA1 Message Date
King Kévin d2734a6fd7 busvoodoo: add mode interface definition 2018-01-23 15:17:43 +01:00
King Kévin 33a847b8e7 busvoodoo: adjust voltage control 2018-01-23 11:28:38 +01:00
King Kévin edf1a9e59c application: offer global busvoodoo commands 2018-01-22 21:43:09 +01:00
King Kévin 5b57060802 busvoodoo: add global commands to control power rails 2018-01-22 21:42:40 +01:00
King Kévin 8c983712b0 menu: make copy of line to process since strtok can modify original string 2018-01-22 21:41:52 +01:00
King Kévin ddbd821243 busvoodoo: set pin test shortcut to t and fix typo 2018-01-22 21:40:53 +01:00
King Kévin 3e210ae720 busvoodoo: add HiZ commands 2018-01-21 23:43:37 +01:00
King Kévin c9c017ac29 application: move wait_space to global 2018-01-21 23:36:11 +01:00
King Kévin a822c9b131 application: use menu library 2018-01-21 23:35:42 +01:00
King Kévin afb39f2dd0 menu: add library to handle commands 2018-01-21 23:35:22 +01:00
King Kévin 25c44e9568 bootloader: fix comment 2018-01-21 18:39:10 +01:00
King Kévin b2c823f858 application: add reset action 2018-01-17 18:30:08 +01:00
King Kévin 4a8bf5d2a1 busvoodoo: add method to control embedded pull-up resistors 2018-01-17 18:25:59 +01:00
King Kévin f834f3bd63 busvoodoo: add method to control power output 2018-01-17 13:17:08 +01:00
King Kévin 4f0a09f717 busvoodoo: add method to set voltage 2018-01-17 12:28:15 +01:00
King Kévin e064cce4f0 application: remove watchdog because menues can block 2018-01-17 12:27:32 +01:00
King Kévin bffb766368 Rakefile: add compile target 2018-01-17 12:26:32 +01:00
King Kévin ea4a0c518f application: move BusVoodoo specific parts to separate library 2018-01-14 22:15:00 +01:00
King Kévin c3a5aa6540 application: use terminal prompt 2018-01-14 13:49:16 +01:00
King Kévin f759017192 terminal: add terminal prompt library 2018-01-14 13:46:51 +01:00
King Kévin af791d12d4 ignore vim and gdb files 2018-01-14 13:35:28 +01:00
King Kévin bf896b920a uart: fix typo 2018-01-12 11:32:09 +01:00
King Kévin 7d78986f13 uart: make receiving bytes more reliable 2018-01-12 11:31:58 +01:00
King Kévin 5f5f7c9558 application: display mockup pinout on OLED screen 2018-01-04 14:33:35 +01:00
King Kévin b42d693bd0 README: fix typo 2017-12-23 15:13:35 +01:00
King Kévin fb1170a258 README: fix typo 2017-12-23 15:11:38 +01:00
King Kévin 606b320a15 README: describe BusVoodoo 2017-12-23 15:10:30 +01:00
King Kévin 6c554a9ffd application: improve self-test and add pin test 2017-12-22 17:25:05 +01:00
King Kévin bebb9f37ac global: fix typo 2017-12-22 17:20:56 +01:00
King Kévin e8d20146a2 uart: remove legact usart replaced by uart 2017-12-17 03:54:12 +01:00
King Kévin 238acd29c3 usart: update date 2017-12-16 13:41:03 +01:00
King Kévin a695fd595e uart: fix typo 2017-12-16 13:40:30 +01:00
King Kévin 1b24f5e05c application: update usart to uart 2017-12-16 13:37:35 +01:00
King Kévin 5f19504c6b usart: renamed to uart because not synchroneous 2017-12-16 13:36:51 +01:00
King Kévin 6302c1af74 usart: lower baudrate to 921600 to not drop incoming traffic 2017-12-16 13:25:30 +01:00
King Kévin 0cfbb1b4d8 usart: higher incoming traffic capabilities 2017-12-16 13:24:31 +01:00
King Kévin 5773f62be2 application: add voltages check to self-tests 2017-12-15 19:10:56 +01:00
King Kévin 2ede3ef1b2 print: add floating point numbers support 2017-12-14 10:23:31 +01:00
King Kévin f5355fe75a print: add support for uint64 bits 2017-12-13 14:16:28 +01:00
King Kévin 8542914426 print: fix doc 2017-12-13 14:11:34 +01:00
King Kévin ed0245ae54 print: add support for uint64_t hexadecimal 2017-12-13 14:07:18 +01:00
King Kévin dba76454af print: add error handling with user output 2017-12-13 13:48:29 +01:00
King Kévin d001ed14e6 print: allow padding size > 9 2017-12-13 12:30:16 +01:00
King Kévin 11924349db global: correct DFU pin for BusVoodoo v0.018 2017-12-12 13:57:30 +01:00
King Kévin 89b79db511 application: add BusVoodoo boards tests 2017-12-12 13:56:28 +01:00
King Kévin 57556ba19c global: add function to control LED blinking using PWM 2017-12-12 13:55:38 +01:00
King Kévin f34a8e9244 Rakefile: set BusVoodoo as default board 2017-12-12 13:54:15 +01:00
King Kévin c00e8d29f9 global: add BusVoodoo board support 2017-11-24 11:29:53 +01:00
King Kévin c611911637 global: simplify board support 2017-11-24 11:29:10 +01:00
King Kévin d171e06337 Rakefile: make header dependency optional 2017-10-19 17:36:38 +02:00