CuVoodoo STM32F1 firmware template
|
▼ lib | |
busvoodoo_global.c | BusVoodoo global definitions and methods (code) |
busvoodoo_global.d | |
busvoodoo_global.h | BusVoodoo global definitions and methods (API) |
busvoodoo_hiz.c | BusVoodoo high impedance (HiZ) default mode (code) |
busvoodoo_hiz.d | |
busvoodoo_hiz.h | BusVoodoo high impedance (HiZ) default mode (API) |
busvoodoo_i2c.c | BusVoodoo I²C mode (code) |
busvoodoo_i2c.d | |
busvoodoo_i2c.h | BusVoodoo I²C mode (API) |
busvoodoo_oled.c | Library to show BusVoodoo mode information on SSD1306 OLED display: name, activity, pinout (code) |
busvoodoo_oled.d | |
busvoodoo_oled.h | Library to show BusVoodoo mode information on SSD1306 OLED display: name, activity, pinout (API) |
busvoodoo_onewire.c | BusVoodoo 1-wire mode (code) |
busvoodoo_onewire.d | |
busvoodoo_onewire.h | BusVoodoo 1-wire mode (API) |
busvoodoo_rs232.c | BusVoodoo RS-232 mode (code) |
busvoodoo_rs232.d | |
busvoodoo_rs232.h | BusVoodoo RS-232 mode (API) |
busvoodoo_rs485.c | BusVoodoo RS-485 mode (code) |
busvoodoo_rs485.d | |
busvoodoo_rs485.h | BusVoodoo RS-485/422 mode (API) |
busvoodoo_spi.c | BusVoodoo SPI mode (code) |
busvoodoo_spi.d | |
busvoodoo_spi.h | BusVoodoo SPI mode (API) |
busvoodoo_uart.c | BusVoodoo UART mode (code) |
busvoodoo_uart.d | |
busvoodoo_uart.h | BusVoodoo UART mode (API) |
busvoodoo_uart_generic.c | BusVoodoo generic UART mode (code) |
busvoodoo_uart_generic.d | |
busvoodoo_uart_generic.h | BusVoodoo generic UART mode (API) |
flash_internal.c | Library to read/write internal flash (code) |
flash_internal.d | |
flash_internal.h | Library to read/write internal flash (API) |
flash_sdcard.c | Library to communicate with an SD card flash memory using the SPI mode (code) |
flash_sdcard.h | Library to communicate with an SD card flash memory using the SPI mode (API) |
font.c | Monospace pixel fonts collection (code) |
font.d | |
font.h | Monospace pixel fonts collection (API) |
i2c_master.c | Library to communicate using I2C as master (code) |
i2c_master.d | |
i2c_master.h | Library to communicate using I2C as master (API) |
interrupt.c | BusVoodoo runtime interrupt table |
interrupt.d | |
interrupt.h | BusVoodoo runtime interrupt table |
led_tm1637.c | Library to communicate with a Titan Micro TM1637 IC attached to a 4-digit 7-segment (code) |
led_tm1637.h | Library to communicate with a Titan Micro TM1637 IC attached to a 4-digit 7-segment (API) |
led_ws2812b.c | Library to drive a WS2812B LED chain (code) |
led_ws2812b.h | Library to drive a WS2812B LED chain (API) |
menu.c | Definitions to build menus (code) |
menu.d | |
menu.h | Definitions to build menus (API) |
microwire_master.c | Library to communicate using microwore as master (code) |
microwire_master.h | Library to communicate using microwore as master (API) |
oled_ssd1306.c | SSD1306 OLED library (code) |
oled_ssd1306.d | |
oled_ssd1306.h | SSD1306 OLED library (API) |
onewire_master.c | Library for 1-wire protocol as master |
onewire_master.d | |
onewire_master.h | Library for 1-wire protocol as master |
print.c | Printing utilities to replace the large printf from the standard library (code) |
print.d | |
print.h | Printing utilities to replace the large printf from the standard library (API) |
sensor_dht11.c | Library to query measurements from Aosong DHT11 temperature and relative humidity sensor (code) |
sensor_dht11.h | Library to query measurements from Aosong DHT11 temperature and relative humidity sensor (API) |
sensor_dht22.c | Library to query measurements from Aosong DHT22 temperature and relative humidity sensor (code) |
sensor_dht22.h | Library to query measurements from Aosong DHT22 (aka |
terminal.c | Terminal prompt interface (code) |
terminal.d | |
terminal.h | Terminal prompt interface (API) |
uart.c | Library for UART communication (code) |
uart.d | |
uart.h | Library for UART communication (API) |
usart_enhanced.c | Library for enhanced USART communication (code) |
usart_enhanced.d | |
usart_enhanced.h | Library for enhanced USART communication (API) |
usb_cdcacm.c | Library for USB CDC ACM communication (code) |
usb_cdcacm.d | |
usb_cdcacm.h | Library for USB CDC ACM communication (API) |
usb_dfu.c | Library for USB DFU to write on internal flash (code) |
usb_dfu.d | |
usb_dfu.h | Library for USB DFU to write on internal flash (API) |
application.c | STM32F1 BusVoodoo application |
application.d | |
bootloader.c | USB DFU bootloader |
bootloader.d | |
global.c | Global definitions and methods (code) |
global.d | |
global.h | Global definitions and methods (API) |