From 221ce8cae5e8854ceec7544ccd65ca325d928a0d Mon Sep 17 00:00:00 2001 From: eddyem Date: Thu, 2 Jun 2016 16:08:27 +0300 Subject: [PATCH] change Readme --- DMA_GPIO/README | 6 +----- GPIO_TIM/README | 6 +----- README | 20 ++++++++++++++++---- 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/DMA_GPIO/README b/DMA_GPIO/README index 717ea64..65237d6 100644 --- a/DMA_GPIO/README +++ b/DMA_GPIO/README @@ -1,5 +1 @@ -Template of USB-CDC - -written for chinese devboard based on STM32F103R8T6 - -Press H for help \ No newline at end of file +simple 8-bit FSMC emulation with DMA diff --git a/GPIO_TIM/README b/GPIO_TIM/README index 717ea64..8709cb9 100644 --- a/GPIO_TIM/README +++ b/GPIO_TIM/README @@ -1,5 +1 @@ -Template of USB-CDC - -written for chinese devboard based on STM32F103R8T6 - -Press H for help \ No newline at end of file +simple FSMC emulation by timer interrupts diff --git a/README b/README index dd1acbd..7004672 100644 --- a/README +++ b/README @@ -1,8 +1,20 @@ These are my simple snippets for STM32 (compiled with libopencm3) -- client-term is terminal client used instead of "com" - -- simple_cdc is simplest USB-CDC working in char-mode, press H for help (another commands are for LEDs switching and test of integer input) - - 1_wire - pseudo-hardware realisation of 1-wire protocol +- canon_lens - Canon EF lens management +- client-term is terminal client used instead of "com" +- distance_meters - Distance meter based on ultrasonic sensor HC-SR04 & Sharp 2Y0A02 IR sensor +- DMA_GPIO - simple 8-bit FSMC emulation with DMA +- GPIO_TIM - simple FSMC emulation by timer interrupts +- GPS - first approximation to GPS clock +- GPS+ultrasonic - GPS-based timelapse tool allows to get precision (milliseconds) time for four types of sensors +- hid_mouse_keyboard - a very simple example of simultaneous STM32 work as compound USB-HID device: usb & mouse +- keyboard_snippet - This snippet allows to emulate USB keyboard +- matrix_keyboard - connect simple matrix keyboard 3x3 or 4x4 to computer as regular USB keyboard +- nokia5110 - print on a nokia5110 display text sent by terminal +- simple_cdc - simplest USB-CDC working in char-mode, press H for help (another commands are for LEDs switching and test of integer input) +- stepper_motion - move stepper motor +- Timelapse_keyboard - USB-keyboard emulator that prints precision time of different sensors and switches (for sport competitions) +- ultrasonic - Distance meter based on ultrasonic sensor HC-SR04 & Sharp 2Y0A02 IR sensor +- USBCDC_template - Template of USB-CDC