Commit Graph

262 Commits

Author SHA1 Message Date
King Kévin 678d56aa68 menu: put tab when there is no option 2018-02-06 17:25:36 +01:00
King Kévin 86bd6d0978 BV UART: display mode and pinout on OLED display 2018-02-06 12:33:00 +01:00
King Kévin 434c664d5b BV HiZ: display mode and pinout on OLED display 2018-02-06 12:32:44 +01:00
King Kévin 36569fd7ef OLED: switch I2C clock to fast mode 2018-02-06 12:31:30 +01:00
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 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 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 77263ecaa2 busvoodoo: improve instructions 2018-01-24 22:17:32 +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 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 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 afb39f2dd0 menu: add library to handle commands 2018-01-21 23:35:22 +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 ea4a0c518f application: move BusVoodoo specific parts to separate library 2018-01-14 22:15:00 +01:00
King Kévin f759017192 terminal: add terminal prompt library 2018-01-14 13:46:51 +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 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 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 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 a41773b3cf rtc_dcf77: better decoding using signal correlation 2017-10-13 16:03:37 +02:00
King Kévin b15c0c10d8 lib/led_ws2812b: now use global macros 2017-10-13 16:03:37 +02:00
King Kévin b1a470bedc lib/rtc_dcf77: update library to use global macros 2017-10-13 16:03:37 +02:00
King Kévin df67204cc8 lib/rtc_dcf77: make library compilable again 2017-10-13 16:03:37 +02:00
King Kévin 1ec65d9fe3 onewire_slave: use byte sizes instead of bits 2017-10-04 14:00:42 +02:00
King Kévin bc6e7a9c47 onewire_slave: remove debug code 2017-10-04 13:55:43 +02:00
King Kévin 8045e1d093 add onewire slave library 2017-10-04 13:55:43 +02:00
King Kévin d25a25f9a8 onewire_master: fix rom search 2017-10-04 13:55:43 +02:00
King Kévin 4f00788b8a doc: improve tag 2017-10-04 13:55:43 +02:00
King Kévin 3b73f519da doc: fix typo 2017-10-04 13:55:43 +02:00
King Kévin 1fce4984d4 onewire_master: add parasite power support 2017-10-04 13:55:43 +02:00
King Kévin bd2f1642cc onewire_master: remove malloc in favor of pre-allocated buffers 2017-10-04 13:55:43 +02:00
King Kévin 355eb79e4e sensor_ds18b20: fix doc typo 2017-10-04 13:55:43 +02:00
King Kévin c3b35be66c flash_sdcard: add write data function and improve other functions 2017-08-01 02:05:41 +02:00
King Kévin f681026ec2 flash_sdcard: add function to retrieve erase block size 2017-08-01 02:05:41 +02:00
King Kévin 22d4dc31f8 flash_sdcard: add flash_sdcard_size to get SD card size 2017-08-01 02:05:41 +02:00
King Kévin 360202c073 remove debug library 2017-08-01 02:05:41 +02:00
King Kévin 0909297bc2 add card speed switching 2017-08-01 02:05:41 +02:00
King Kévin 0de7f8213c sdcard: add reading data block 2017-08-01 02:05:41 +02:00
King Kévin 30c72a78a8 add library to read SD card flash memery: card identification implemented 2017-08-01 02:04:06 +02:00
King Kévin b5001670e4 replace usart_get_interrupt_source with usart_get_flag to match libopencm3 update 2017-06-27 15:38:00 +02:00
King Kévin aeec7c0490 add microwire library 2017-04-15 13:59:01 +02:00
King Kévin 3f42242571 change baudrate to 1.5Mbps since the CP2102 can't handle more 2017-04-15 13:58:14 +02:00
King Kévin b26a10e085 add DFU runtime to USB CDC ACM profile 2017-04-15 13:57:45 +02:00
King Kévin 8664b96055 make flash library more general purpose and optimize it 2017-04-15 13:57:19 +02:00
King Kévin d7220e1106 make flash library more general purpose and optimize if 2017-04-15 13:57:02 +02:00
King Kévin 1b19987404 move DFU library to library folder 2017-04-15 13:55:45 +02:00
King Kévin a598925ad7 add MAX7219 7-segment display library from clapperboard project 2017-04-03 13:09:06 +02:00
King Kévin 5ea5e18806 add TM1637 7-segment display library from clapperboard project 2017-04-03 13:08:49 +02:00
King Kévin 09474410c5 add own print library to replace heavy glibs library 2017-04-03 13:07:53 +02:00
King Kévin 6d3e826c18 add general I2C library 2017-04-03 13:07:03 +02:00
King Kévin 0a7ed77094 add library fix from clapperboard project 2017-04-03 13:05:30 +02:00
King Kévin c397e389b9 switch speed to 2 Mbps instead of legact 115200 bps 2017-04-03 13:04:51 +02:00
King Kévin 04249b205e fix doc 2017-04-03 13:03:48 +02:00
King Kévin 75658c2c1a add DS18B20 temperature sensor library from thermo-regulator project 2017-03-28 12:39:11 +02:00
King Kévin 48ac76bc02 add 1-Wire master software implementation library from thermo-regulator project 2017-03-28 12:38:43 +02:00
King Kévin 610d366754 add DHT22 sensor library from thermo-regulator project 2017-03-28 12:38:07 +02:00
King Kévin b7049df659 add improvement from thermo-regulator project 2017-03-28 12:37:34 +02:00
King Kévin c76abae464 add Aosong DHT11 relative humidity and temperature sensor library 2017-02-06 17:33:27 +01:00
King Kévin 4e9d7efcba add timer for inter-messsage silence to improve response rate 2017-01-30 09:54:58 +01:00
King Kévin 98469964a5 fix typo 2017-01-30 09:46:54 +01:00
King Kévin f09e5cb98a use USART 2 instead of 1 for ESP8266 2017-01-30 09:46:04 +01:00
King Kévin a3d838e665 add new library from spark abacus project 2016-10-23 17:42:55 +02:00
King Kévin 7aa9c23a27 add changes from spark abacus project 2016-10-23 17:42:27 +02:00
King Kévin 8002255525 document and correct VFD library 2016-08-14 20:18:10 +02:00
King Kévin 78f052e540 rename flash library 2016-08-14 19:25:58 +02:00
King Kévin dade16b86a document flash library 2016-08-14 19:25:38 +02:00
King Kévin 54d8f82353 remove trivial incomplete library 2016-08-14 19:05:32 +02:00
King Kévin 101c20ebec get new library files from LED clock 2016-08-14 18:37:58 +02:00
King Kévin 81c40d86ff get improved library files from LED clock 2016-08-14 18:37:30 +02:00
King Kévin 618de224e0 add all common changes, files, and libraries from previous project 2016-02-18 10:39:08 +01:00
King Kévin b1a9b811ba fix port 2016-01-29 11:06:21 +01:00
King Kévin af0bc91916 fix disconnect time 2016-01-29 10:40:00 +01:00
King Kévin 9c19273ecd add USB disconnect functionnality for maple mini to force re-enumerate 2016-01-29 00:35:54 +01:00
King Kévin 3a76222050 send buffered data when connected to USB CDC ACM serial port 2016-01-29 00:26:12 +01:00
King Kévin 875e0de18b make USART more noise resistant 2016-01-29 00:25:29 +01:00
King Kévin ebab5e223b add improved files from vfd driver proect 2016-01-28 21:21:50 +01:00
King Kévin 4a149d6a80 add library to support USB CDC ACM communication 2016-01-18 16:15:23 +01:00
King Kévin 8b8b2bf287 make variables static 2016-01-18 16:12:42 +01:00
King Kévin 55cb2009d9 example now echos back UART communication 2016-01-17 15:03:10 +01:00
King Kévin f0d2933ff8 add basic LED+USART example 2016-01-17 14:54:54 +01:00