micropython/stm/lib
Damien b73085d288 stm: add pyb.sd_test; flash cache flushed only via MSD. 2013-12-20 11:45:06 +00:00
..
core_cm4.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
core_cm4_simd.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
core_cmFunc.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
core_cmInstr.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
stm32f4xx.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
stm32f4xx_conf.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
stm32f4xx_dac.c Add DAC, and simple audio driver to STM code. 2013-11-04 23:05:48 +00:00
stm32f4xx_dac.h Add DAC, and simple audio driver to STM code. 2013-11-04 23:05:48 +00:00
stm32f4xx_dma.c Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
stm32f4xx_dma.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
stm32f4xx_exti.c Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
stm32f4xx_exti.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
stm32f4xx_flash.c Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
stm32f4xx_flash.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
stm32f4xx_gpio.c Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
stm32f4xx_gpio.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
stm32f4xx_pwr.c Add support for RTC, used as a calendar. 2013-10-26 02:06:37 +01:00
stm32f4xx_pwr.h Add support for RTC, used as a calendar. 2013-10-26 02:06:37 +01:00
stm32f4xx_rcc.c Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
stm32f4xx_rcc.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
stm32f4xx_rng.c STM: add RNG support. 2013-11-09 20:15:17 +00:00
stm32f4xx_rng.h STM: add RNG support. 2013-11-09 20:15:17 +00:00
stm32f4xx_rtc.c Add support for RTC, used as a calendar. 2013-10-26 02:06:37 +01:00
stm32f4xx_rtc.h Add support for RTC, used as a calendar. 2013-10-26 02:06:37 +01:00
stm32f4xx_sdio.c Add support for SD card (not working). 2013-10-24 00:22:27 +01:00
stm32f4xx_sdio.h Add support for SD card (not working). 2013-10-24 00:22:27 +01:00
stm32f4xx_spi.c Add syscfg and SPI libraries from STM. 2013-11-01 22:27:51 +00:00
stm32f4xx_spi.h Add syscfg and SPI libraries from STM. 2013-11-01 22:27:51 +00:00
stm32f4xx_syscfg.c Add syscfg and SPI libraries from STM. 2013-11-01 22:27:51 +00:00
stm32f4xx_syscfg.h Add syscfg and SPI libraries from STM. 2013-11-01 22:27:51 +00:00
stm32f4xx_tim.c Implement simple servo control using PWM. 2013-10-23 20:39:20 +01:00
stm32f4xx_tim.h Implement simple servo control using PWM. 2013-10-23 20:39:20 +01:00
stm32f4xx_usart.c Add USART support, connected to stdio for REPL. 2013-10-26 18:01:48 +01:00
stm32f4xx_usart.h Add USART support, connected to stdio for REPL. 2013-10-26 18:01:48 +01:00
stm324x7i_eval.c PC13 (SDIO detect) can handle at most 2MHz speed config. 2013-10-30 22:27:38 +00:00
stm324x7i_eval.h Add support for SD card (not working). 2013-10-24 00:22:27 +01:00
stm324x7i_eval_sdio_sd.c Remove debugging print for SD card; add comment to possibly-buggy USB code. 2013-11-01 23:25:08 +00:00
stm324x7i_eval_sdio_sd.h Add support for SD card (not working). 2013-10-24 00:22:27 +01:00
stm_misc.c Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
stm_misc.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
system_stm32f4xx.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usb_bsp.c Fix IRQ priority issue to give working USB; and some cleanup. 2013-10-19 18:13:48 +01:00
usb_bsp.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usb_conf.h Implement crude but functional CDC + MSC USB device. 2013-10-13 19:02:15 +01:00
usb_core.c Remove debugging print for SD card; add comment to possibly-buggy USB code. 2013-11-01 23:25:08 +00:00
usb_core.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usb_dcd.c Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usb_dcd.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usb_dcd_int.c Remove debugging print for SD card; add comment to possibly-buggy USB code. 2013-11-01 23:25:08 +00:00
usb_dcd_int.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usb_defines.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usb_regs.h stm: improved GC, and cooked output for VCP. 2013-10-22 21:13:36 +01:00
usbd_cdc_core.h Fix up linker script; improve startup code; printf to USB. 2013-10-17 22:50:21 +01:00
usbd_cdc_vcp.c Try to get REPL working, but bug with CDC VCP... 2013-10-21 09:56:56 +01:00
usbd_cdc_vcp.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usbd_conf.h stm: improved GC, and cooked output for VCP. 2013-10-22 21:13:36 +01:00
usbd_core.c Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usbd_core.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usbd_def.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usbd_desc.c Change VID/PID info so USB works on Windows. 2013-10-14 00:03:29 +01:00
usbd_desc.h Implement crude but functional CDC + MSC USB device. 2013-10-13 19:02:15 +01:00
usbd_ioreq.c Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usbd_ioreq.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usbd_msc_bot.c Implement crude but functional CDC + MSC USB device. 2013-10-13 19:02:15 +01:00
usbd_msc_bot.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usbd_msc_data.c Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usbd_msc_data.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usbd_msc_mem.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usbd_msc_scsi.c Implement crude but functional CDC + MSC USB device. 2013-10-13 19:02:15 +01:00
usbd_msc_scsi.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00
usbd_pyb_core.c Add USB HID support. Runs as an alternative to VCP+MSC. 2013-10-25 20:53:54 +01:00
usbd_pyb_core.h Add USB HID support. Runs as an alternative to VCP+MSC. 2013-10-25 20:53:54 +01:00
usbd_pyb_core2.c Add USB HID support. Runs as an alternative to VCP+MSC. 2013-10-25 20:53:54 +01:00
usbd_req.c Implement crude but functional CDC + MSC USB device. 2013-10-13 19:02:15 +01:00
usbd_req.h Implement crude but functional CDC + MSC USB device. 2013-10-13 19:02:15 +01:00
usbd_storage_msd.c stm: add pyb.sd_test; flash cache flushed only via MSD. 2013-12-20 11:45:06 +00:00
usbd_usr.c Fix IRQ priority issue to give working USB; and some cleanup. 2013-10-19 18:13:48 +01:00
usbd_usr.h Inital commit of stm32f4xx framework. 2013-10-13 00:42:20 +01:00