King Kévin
|
8a8424b349
|
replace Makefile with a Rakefile to better handle dependencies
|
2017-08-06 09:52:47 +02:00 |
King Kévin
|
5f4b03f6e1
|
onewire_slave: remove debug code
|
2017-08-04 07:43:05 +02:00 |
King Kévin
|
3c340a9157
|
application: example of 1-Wire slave usage
|
2017-08-03 20:50:11 +02:00 |
King Kévin
|
7fec0df419
|
add onewire slave library
|
2017-08-03 20:49:20 +02:00 |
King Kévin
|
8270f4e609
|
onewire_master: fix rom search
|
2017-08-02 15:20:01 +02:00 |
King Kévin
|
a5e049d4fc
|
doc: improve tag
|
2017-08-02 14:00:24 +02:00 |
King Kévin
|
17f92cd6c0
|
doc: fix typo
|
2017-08-02 13:57:36 +02:00 |
King Kévin
|
fcded8a627
|
onewire_master: add parasite power support
|
2017-08-02 13:44:49 +02:00 |
King Kévin
|
d1b546350b
|
global: add ms in us sleep utilities
|
2017-08-02 13:44:16 +02:00 |
King Kévin
|
51bda8b90f
|
onewire_master: remove malloc in favor of pre-allocated buffers
|
2017-08-01 19:17:22 +02:00 |
King Kévin
|
51dad418ad
|
Makefile: use clang and GNU ld instead of ELLCC because it doesn't provide malloc
|
2017-08-01 19:16:09 +02:00 |
King Kévin
|
57f7e90cfd
|
bootloader: fix clang warning
|
2017-08-01 19:13:56 +02:00 |
King Kévin
|
b94c1d9fc3
|
sensor_ds18b20: fix doc typo
|
2017-08-01 19:13:27 +02:00 |
King Kévin
|
bab0602d96
|
application: fix month handling
|
2017-08-01 11:49:43 +02:00 |
King Kévin
|
6e71958c03
|
Makefile: use core board as default
|
2017-08-01 11:49:06 +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
|
60c337125e
|
Makefile: better support additional source libraries
|
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
|
ce72dd8ccc
|
add DMA SPI difinitions (unsused)
|
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
|
87b788b19e
|
fix linking libraries also using libraries
|
2017-06-27 15:46:50 +02:00 |
King Kévin
|
af48bf09d6
|
use RTC to get date and time
|
2017-06-27 15:44:03 +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
|
30c2e473ee
|
better handle libopencm3 dependency
|
2017-06-27 15:33:31 +02:00 |
King Kévin
|
f79f16b88f
|
better libopencm3 submodule compilation
|
2017-06-27 11:59:33 +02:00 |
King Kévin
|
14adeaef27
|
start application after flashing it when using black magic probe
|
2017-06-27 11:55:56 +02:00 |
King Kévin
|
4177daf4a7
|
use core board instead of blue pill and black magic probe instead of stlink-v2
|
2017-06-27 11:54:47 +02:00 |
King Kévin
|
900c2e052d
|
fix function name
|
2017-04-19 16:26:40 +02:00 |
King Kévin
|
74cc193a16
|
update usb_cdcacm function calls
|
2017-04-19 16:24:07 +02:00 |
King Kévin
|
22e932dd95
|
fix clean, remove unused LDSCRIPT
|
2017-04-15 17:58:52 +02:00 |
King Kévin
|
aeec7c0490
|
add microwire library
|
2017-04-15 13:59:01 +02:00 |
King Kévin
|
eeec18aaa9
|
add bootloader information
|
2017-04-15 13:58:39 +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
|
5a2a0130c8
|
add DFU bootloader
|
2017-04-15 13:51:24 +02:00 |
King Kévin
|
11149901d0
|
force libopencm3 to not use enums
|
2017-04-03 13:32:50 +02:00 |
King Kévin
|
aa0a5dd0a9
|
use print library instead of stdio
|
2017-04-03 13:32:45 +02:00 |
King Kévin
|
6531aac77b
|
add bluepill exception: don't blink LED which influences the RTC
|
2017-04-03 13:14:58 +02:00 |
King Kévin
|
5e55f572f3
|
add core board
|
2017-04-03 13:12:18 +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 |