Commit Graph

122 Commits (onewire-slave)
 

Author SHA1 Message Date
King Kévin 9357342280 README: fix formating 6 years ago
King Kévin f1e4624c2b README: document DS2432 implementation 6 years ago
King Kévin 73ac1db354 application: implement DS2432 (the reading part) 6 years ago
King Kévin f37b8309bb onewire_slave: use byte sizes instead of bits 6 years ago
King Kévin 84a3da0449 README: replace make with rake 6 years ago
King Kévin a1de197209 bootloader is now 8 kB thanks to better dependency handling 6 years ago
King Kévin 8a8424b349 replace Makefile with a Rakefile to better handle dependencies 6 years ago
King Kévin 5f4b03f6e1 onewire_slave: remove debug code 6 years ago
King Kévin 3c340a9157 application: example of 1-Wire slave usage 6 years ago
King Kévin 7fec0df419 add onewire slave library 6 years ago
King Kévin 8270f4e609 onewire_master: fix rom search 6 years ago
King Kévin a5e049d4fc doc: improve tag 6 years ago
King Kévin 17f92cd6c0 doc: fix typo 6 years ago
King Kévin fcded8a627 onewire_master: add parasite power support 6 years ago
King Kévin d1b546350b global: add ms in us sleep utilities 6 years ago
King Kévin 51bda8b90f onewire_master: remove malloc in favor of pre-allocated buffers 6 years ago
King Kévin 51dad418ad Makefile: use clang and GNU ld instead of ELLCC because it doesn't provide malloc 6 years ago
King Kévin 57f7e90cfd bootloader: fix clang warning 6 years ago
King Kévin b94c1d9fc3 sensor_ds18b20: fix doc typo 6 years ago
King Kévin bab0602d96 application: fix month handling 6 years ago
King Kévin 6e71958c03 Makefile: use core board as default 6 years ago
King Kévin c3b35be66c flash_sdcard: add write data function and improve other functions 6 years ago
King Kévin 60c337125e Makefile: better support additional source libraries 6 years ago
King Kévin f681026ec2 flash_sdcard: add function to retrieve erase block size 6 years ago
King Kévin 22d4dc31f8 flash_sdcard: add flash_sdcard_size to get SD card size 6 years ago
King Kévin 360202c073 remove debug library 6 years ago
King Kévin 0909297bc2 add card speed switching 6 years ago
King Kévin ce72dd8ccc add DMA SPI difinitions (unsused) 6 years ago
King Kévin 0de7f8213c sdcard: add reading data block 6 years ago
King Kévin 30c72a78a8 add library to read SD card flash memery: card identification implemented 6 years ago
King Kévin 87b788b19e fix linking libraries also using libraries 6 years ago
King Kévin af48bf09d6 use RTC to get date and time 6 years ago
King Kévin b5001670e4 replace usart_get_interrupt_source with usart_get_flag to match libopencm3 update 6 years ago
King Kévin 30c2e473ee better handle libopencm3 dependency 6 years ago
King Kévin f79f16b88f better libopencm3 submodule compilation 6 years ago
King Kévin 14adeaef27 start application after flashing it when using black magic probe 6 years ago
King Kévin 4177daf4a7 use core board instead of blue pill and black magic probe instead of stlink-v2 6 years ago
King Kévin 900c2e052d fix function name 6 years ago
King Kévin 74cc193a16 update usb_cdcacm function calls 6 years ago
King Kévin 22e932dd95 fix clean, remove unused LDSCRIPT 6 years ago
King Kévin aeec7c0490 add microwire library 6 years ago
King Kévin eeec18aaa9 add bootloader information 6 years ago
King Kévin 3f42242571 change baudrate to 1.5Mbps since the CP2102 can't handle more 6 years ago
King Kévin b26a10e085 add DFU runtime to USB CDC ACM profile 6 years ago
King Kévin 8664b96055 make flash library more general purpose and optimize it 6 years ago
King Kévin d7220e1106 make flash library more general purpose and optimize if 6 years ago
King Kévin 1b19987404 move DFU library to library folder 6 years ago
King Kévin 5a2a0130c8 add DFU bootloader 6 years ago
King Kévin 11149901d0 force libopencm3 to not use enums 6 years ago
King Kévin aa0a5dd0a9 use print library instead of stdio 6 years ago