Commit Graph

411 Commits

Author SHA1 Message Date
King Kévin 6111f30f4e BV OLED: fix drawing 2018-02-06 12:28:26 +01:00
King Kévin b1ce81eeda BV UART: fix escape count 2018-02-06 11:56:18 +01:00
King Kévin aa4548def5 BV: add functions to display text and pinout on OLED dispay 2018-02-06 11:55:43 +01:00
King Kévin 1b65542dda lib: add library to control SSD1306 I2C OLED displays 2018-02-06 11:54:57 +01:00
King Kévin 2522939c66 I2C: make API more generic 2018-02-06 11:53:50 +01:00
King Kévin 50bea30599 correct flash size to 256 kB of STM32F103xC 2018-02-06 11:52:23 +01:00
King Kévin af7d13dfef BV UART: add transceive command 2018-01-25 11:31:27 +01:00
King Kévin de4218147e BV HiZ: replace wait_space with user_input_get 2018-01-25 10:41:43 +01:00
King Kévin 37b02552fd global: remove wait_space since it can be done by user_input_get 2018-01-25 10:41:02 +01:00
King Kévin 5f10bc3424 global: make user_input_get blocking 2018-01-24 22:25:12 +01:00
King Kévin a9b0ad9f62 application: use central user input storage 2018-01-24 22:19:11 +01:00
King Kévin 9b025c743e USB: use central user input storage 2018-01-24 22:18:58 +01:00
King Kévin 7657812ead uart: user central user input storage 2018-01-24 22:18:37 +01:00
King Kévin ae3ac4e2ed global: add central user input storage 2018-01-24 22:18:11 +01:00
King Kévin 77263ecaa2 busvoodoo: improve instructions 2018-01-24 22:17:32 +01:00
King Kévin 33b5b0352b application: switch LED off after exiting mode 2018-01-24 21:30:38 +01:00
King Kévin 1633972d8d busvoodoo: set LED when HiZ is started 2018-01-24 21:30:03 +01:00
King Kévin b875d88bd5 busvoodoo: use LED for UART activity 2018-01-24 21:29:22 +01:00
King Kévin a91161981c busvoodoo: add led blinking with timeout 2018-01-24 21:28:45 +01:00
King Kévin 513bee9298 busvoodoo: add UART mode to list of supported modes 2018-01-24 16:37:00 +01:00
King Kévin da1786228a busvoodoo: add UART mode (incomplete) 2018-01-24 16:36:19 +01:00
King Kévin b6419954f7 prinf: fix printing 1.0 2018-01-24 16:34:24 +01:00
King Kévin 5d472aacbe busvoodoo: enable clock for alternative domains 2018-01-24 15:58:00 +01:00
King Kévin 5f681b9c0e busvoodoo: fux typo 2018-01-24 15:57:34 +01:00
King Kévin 657df679a3 busvoodoo: add name and description to mode interface 2018-01-23 23:41:41 +01:00
King Kévin 6b300b5ed9 terminal: add ': ' to prompt prefix 2018-01-23 23:40:59 +01:00
King Kévin e1259c6cdc busvoodoo: add quit mode command 2018-01-23 15:36:05 +01:00
King Kévin 8b7b262065 busvoodoo: add HiZ mode interface 2018-01-23 15:18:41 +01:00
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