Commit Graph

432 Commits

Author SHA1 Message Date
King Kévin d9a7430481 busvoodoo: minor, simplify license 2021-03-31 14:10:07 +02:00
King Kévin 967cbb1832 application: fix merge with master 2021-03-31 14:10:07 +02:00
King Kévin b11a0b85df application: fix merge 2021-03-31 14:10:07 +02:00
King Kévin f8c84294ad busvoodoo: re-add 1-Wire (enough space on genuine STM32) 2021-03-31 14:10:07 +02:00
King Kévin 0a1877fbbc busvoodoo_hiz: led LED blink for a bit longer 2021-03-31 14:10:07 +02:00
King Kévin 6e05f18d2b usb: don't include date in serial, so we can have a constant by id path 2021-03-31 14:10:07 +02:00
King Kévin 1b857110ce Rakefile: add target address when flashing using stm32flash 2021-03-31 14:10:07 +02:00
King Kévin 19447081fe usb_cdcacm: fix product string 2021-03-31 14:10:07 +02:00
King Kévin 5eee616a32 application: don't run firmware when still in stlink 2021-03-31 14:10:07 +02:00
King Kévin 96b33f5b0d busvoodoo_hiz: fix self test for dongle 2021-03-31 14:10:07 +02:00
King Kévin 7d8c5fbd72 busvoodoo_hiz: kick dog on user input + wait for disconnect 2021-03-31 14:10:07 +02:00
King Kévin db98878e63 busvoodoo_global: disable SWJ for dongle 2021-03-31 14:10:07 +02:00
King Kévin 4ca7fa65ec busvoodoo_hiz: fix family check for dongle 2021-03-31 14:10:07 +02:00
King Kévin 8fab76dc5d application: minor, put spaces around operators 2021-03-31 14:10:07 +02:00
King Kévin 4194af4e10 busvoodoo_hiz: minor, replace printf with puts 2021-03-31 14:10:07 +02:00
King Kévin 7a874bdb77 busvoodoo_hiz: minor, put spaces around operators 2021-03-31 14:10:07 +02:00
King Kévin ecfa216d48 busvoodoo_uart: minor, put spaces around operators 2021-03-31 14:10:07 +02:00
King Kévin cbc37e3a45 busvoodoo_uart_generic: minor, replace printf with puts 2021-03-31 14:10:07 +02:00
King Kévin dfcdd512d1 busvoodoo_uart_generic: minor, put spaces around operators 2021-03-31 14:10:07 +02:00
King Kévin d9ae0d0fa2 busvoodoo_onewire: minor, replace printf with puts 2021-03-31 14:10:07 +02:00
King Kévin b64845ef16 busvoodoo_onewire: minor, put spaces around operators 2021-03-31 14:10:07 +02:00
King Kévin b81df746c6 busvoodoo_global: minor, replace printf with puts 2021-03-31 14:10:07 +02:00
King Kévin b8bce07b84 busvoodoo_global: define dongle IO pins 2021-03-31 14:10:07 +02:00
King Kévin 162cffc5d8 busvoodoo_global: fix dongle ADC voltage divider 2021-03-31 14:10:07 +02:00
King Kévin d0d6ba0e57 busvoodoo_global: minor, remove unsupported dongle feature 2021-03-31 14:10:07 +02:00
King Kévin b6d567462c busvoodoo_global: minor, add version voltage documentation 2021-03-31 14:10:07 +02:00
King Kévin f28bf07f78 busvoodoo_global: minor, add spaces around operators 2021-03-31 14:10:07 +02:00
King Kévin 01aefc2e19 busvoodoo_spi: minor, use puts instead of printf 2021-03-31 14:10:07 +02:00
King Kévin d7fbc894aa busvoodoo_spi: minor, add spaces around operators 2021-03-31 14:10:07 +02:00
King Kévin 2351a1c221 application: remove features unsupported by dongle 2021-03-31 14:10:07 +02:00
King Kévin 92fd728774 application: simple welcome string (dongle compatible) 2021-03-31 14:10:07 +02:00
King Kévin 41d4350220 busvoodoo_onewire: remove features unsupported by dongle 2021-03-31 14:10:07 +02:00
King Kévin c35af16137 onewire_master: use pin also available on dongle 2021-03-31 14:10:07 +02:00
King Kévin 35ffb5586c busvoodoo_i2c: remove features unsupported by dongle 2021-03-31 14:10:07 +02:00
King Kévin e0f7f5c39c busvoodoo_spi: remove features unsupported by dongle 2021-03-31 14:10:07 +02:00
King Kévin f4231c9cc0 busvoodoo_uart: remove features unsupported by dongle 2021-03-31 14:10:07 +02:00
King Kévin 67b7243736 busvoodoo_hiz: remove features unsupported by dongle 2021-03-31 14:10:07 +02:00
King Kévin d911103ee7 busvoodoo_global: add definitions for dongle and remove unsupported features 2021-03-31 14:10:07 +02:00
King Kévin 2ed71d68e5 global: disable DEBUG to enable watchdog 2021-03-31 14:10:07 +02:00
King Kévin 83a6ad958f global: define DFI pin for dongle (even if it is not used) 2021-03-31 14:10:07 +02:00
King Kévin 90a1f3a98b Rakefile: add flashing over UART bootloader for dongle 2021-03-31 14:10:07 +02:00
King Kévin 4a70ed2ff7 Rakefile: add dongle definition and specific linker script 2021-03-31 14:10:07 +02:00
King Kévin 3475565ef4 Rakefile: add prepprocessor to dependency generator to take ifdef into consideration 2021-03-31 14:10:07 +02:00
King Kévin b5068114fc application: remove ifdef for other boards 2021-03-31 14:10:07 +02:00
King Kévin c5dfa4371e BV I2C: use i2c_master_slave_read and print_xxd in dump8 2021-03-31 14:10:07 +02:00
King Kévin a404e5ffc4 BV I2C: check dump8 input argument 2021-03-31 14:10:07 +02:00
King Kévin 7488ebd737 BV I2C: warn when reset failed 2021-03-31 14:10:07 +02:00
King Kévin 89e53cb378 (minor) remove trailing spaces 2021-03-31 14:10:07 +02:00
King Kévin 84fbd01d01 BV I2C: use new librarz and add dump8 command 2021-03-31 14:10:07 +02:00
King Kévin f76482db93 make busvoodoo branch follow master
making a rebase of the old busvoodoo branch against master would
cost to much time and would not be pretty.
instead I copied all existing busvoodoo file onto a new busvoodoo
branch of master.
this will allow to do a rebase on master in the future
all individual commits are now in the busvoodoo_premaster branch.
2021-03-31 14:10:07 +02:00