You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien 1c62d04e2e Add DAC, and simple audio driver to STM code. 11 years ago
..
core_cm4.h Inital commit of stm32f4xx framework. 11 years ago
core_cm4_simd.h Inital commit of stm32f4xx framework. 11 years ago
core_cmFunc.h Inital commit of stm32f4xx framework. 11 years ago
core_cmInstr.h Inital commit of stm32f4xx framework. 11 years ago
stm32f4xx.h Inital commit of stm32f4xx framework. 11 years ago
stm32f4xx_conf.h Inital commit of stm32f4xx framework. 11 years ago
stm32f4xx_dac.c Add DAC, and simple audio driver to STM code. 11 years ago
stm32f4xx_dac.h Add DAC, and simple audio driver to STM code. 11 years ago
stm32f4xx_dma.c Inital commit of stm32f4xx framework. 11 years ago
stm32f4xx_dma.h Inital commit of stm32f4xx framework. 11 years ago
stm32f4xx_exti.c Inital commit of stm32f4xx framework. 11 years ago
stm32f4xx_exti.h Inital commit of stm32f4xx framework. 11 years ago
stm32f4xx_flash.c Inital commit of stm32f4xx framework. 11 years ago
stm32f4xx_flash.h Inital commit of stm32f4xx framework. 11 years ago
stm32f4xx_gpio.c Inital commit of stm32f4xx framework. 11 years ago
stm32f4xx_gpio.h Inital commit of stm32f4xx framework. 11 years ago
stm32f4xx_pwr.c Add support for RTC, used as a calendar. 11 years ago
stm32f4xx_pwr.h Add support for RTC, used as a calendar. 11 years ago
stm32f4xx_rcc.c Inital commit of stm32f4xx framework. 11 years ago
stm32f4xx_rcc.h Inital commit of stm32f4xx framework. 11 years ago
stm32f4xx_rtc.c Add support for RTC, used as a calendar. 11 years ago
stm32f4xx_rtc.h Add support for RTC, used as a calendar. 11 years ago
stm32f4xx_sdio.c Add support for SD card (not working). 11 years ago
stm32f4xx_sdio.h Add support for SD card (not working). 11 years ago
stm32f4xx_spi.c Add syscfg and SPI libraries from STM. 11 years ago
stm32f4xx_spi.h Add syscfg and SPI libraries from STM. 11 years ago
stm32f4xx_syscfg.c Add syscfg and SPI libraries from STM. 11 years ago
stm32f4xx_syscfg.h Add syscfg and SPI libraries from STM. 11 years ago
stm32f4xx_tim.c Implement simple servo control using PWM. 11 years ago
stm32f4xx_tim.h Implement simple servo control using PWM. 11 years ago
stm32f4xx_usart.c Add USART support, connected to stdio for REPL. 11 years ago
stm32f4xx_usart.h Add USART support, connected to stdio for REPL. 11 years ago
stm324x7i_eval.c PC13 (SDIO detect) can handle at most 2MHz speed config. 11 years ago
stm324x7i_eval.h Add support for SD card (not working). 11 years ago
stm324x7i_eval_sdio_sd.c Remove debugging print for SD card; add comment to possibly-buggy USB code. 11 years ago
stm324x7i_eval_sdio_sd.h Add support for SD card (not working). 11 years ago
stm_misc.c Inital commit of stm32f4xx framework. 11 years ago
stm_misc.h Inital commit of stm32f4xx framework. 11 years ago
system_stm32f4xx.h Inital commit of stm32f4xx framework. 11 years ago
usb_bsp.c Fix IRQ priority issue to give working USB; and some cleanup. 11 years ago
usb_bsp.h Inital commit of stm32f4xx framework. 11 years ago
usb_conf.h Implement crude but functional CDC + MSC USB device. 11 years ago
usb_core.c Remove debugging print for SD card; add comment to possibly-buggy USB code. 11 years ago
usb_core.h Inital commit of stm32f4xx framework. 11 years ago
usb_dcd.c Inital commit of stm32f4xx framework. 11 years ago
usb_dcd.h Inital commit of stm32f4xx framework. 11 years ago
usb_dcd_int.c Remove debugging print for SD card; add comment to possibly-buggy USB code. 11 years ago
usb_dcd_int.h Inital commit of stm32f4xx framework. 11 years ago
usb_defines.h Inital commit of stm32f4xx framework. 11 years ago
usb_regs.h stm: improved GC, and cooked output for VCP. 11 years ago
usbd_cdc_core.h Fix up linker script; improve startup code; printf to USB. 11 years ago
usbd_cdc_vcp.c Try to get REPL working, but bug with CDC VCP... 11 years ago
usbd_cdc_vcp.h Inital commit of stm32f4xx framework. 11 years ago
usbd_conf.h stm: improved GC, and cooked output for VCP. 11 years ago
usbd_core.c Inital commit of stm32f4xx framework. 11 years ago
usbd_core.h Inital commit of stm32f4xx framework. 11 years ago
usbd_def.h Inital commit of stm32f4xx framework. 11 years ago
usbd_desc.c Change VID/PID info so USB works on Windows. 11 years ago
usbd_desc.h Implement crude but functional CDC + MSC USB device. 11 years ago
usbd_ioreq.c Inital commit of stm32f4xx framework. 11 years ago
usbd_ioreq.h Inital commit of stm32f4xx framework. 11 years ago
usbd_msc_bot.c Implement crude but functional CDC + MSC USB device. 11 years ago
usbd_msc_bot.h Inital commit of stm32f4xx framework. 11 years ago
usbd_msc_data.c Inital commit of stm32f4xx framework. 11 years ago
usbd_msc_data.h Inital commit of stm32f4xx framework. 11 years ago
usbd_msc_mem.h Inital commit of stm32f4xx framework. 11 years ago
usbd_msc_scsi.c Implement crude but functional CDC + MSC USB device. 11 years ago
usbd_msc_scsi.h Inital commit of stm32f4xx framework. 11 years ago
usbd_pyb_core.c Add USB HID support. Runs as an alternative to VCP+MSC. 11 years ago
usbd_pyb_core.h Add USB HID support. Runs as an alternative to VCP+MSC. 11 years ago
usbd_pyb_core2.c Add USB HID support. Runs as an alternative to VCP+MSC. 11 years ago
usbd_req.c Implement crude but functional CDC + MSC USB device. 11 years ago
usbd_req.h Implement crude but functional CDC + MSC USB device. 11 years ago
usbd_storage_msd.c Implement boot-up commands; run main script after boot. 11 years ago
usbd_usr.c Fix IRQ priority issue to give working USB; and some cleanup. 11 years ago
usbd_usr.h Inital commit of stm32f4xx framework. 11 years ago