micropython/stmhal
Damien George 46e1f26615 stmhal, usrsw: Update comments for new switch API. 2014-04-21 18:28:23 +01:00
..
boards stmhal: Improved configurability for I2C and SPI busses. 2014-04-20 19:06:15 +01:00
cmsis
fatfs
hal stmhal: Add SPI class. 2014-04-20 00:16:30 +01:00
usbdev
usbhost
Makefile stmhal: Rename USART to UART. 2014-04-21 12:03:09 +01:00
accel.c stmhal, SPI and I2C: Improvements to functionality and consistency. 2014-04-21 00:10:04 +01:00
accel.h
adc.c stmhal: Add SPI class. 2014-04-20 00:16:30 +01:00
adc.h
autoflash
bufhelper.c stmhal, SPI and I2C: Improvements to functionality and consistency. 2014-04-21 00:10:04 +01:00
bufhelper.h stmhal, SPI and I2C: Improvements to functionality and consistency. 2014-04-21 00:10:04 +01:00
dac.c stmhal: Make DAC dynamically allocate instances; rename dma->write_timed. 2014-04-21 13:06:19 +01:00
dac.h
diskio.c stmhal: Improve RTC class; make fatfs use RTC for time stamping files. 2014-04-19 02:17:30 +01:00
diskio.h
extint.c stmhal: Small bug fixes and simplifications. 2014-04-20 01:25:58 +01:00
extint.h stmhal: Small bug fixes and simplifications. 2014-04-20 01:25:58 +01:00
ffconf.h
file.c stmhal: Add SPI class. 2014-04-20 00:16:30 +01:00
file.h
flash.c
flash.h
font_petme128_8x8.h
gccollect.c
gccollect.h
gchelper.s
help.c
i2c.c stmhal: Add some documentation to I2C, SPI and USART modules. 2014-04-21 01:59:43 +01:00
i2c.h stmhal, SPI and I2C: Improvements to functionality and consistency. 2014-04-21 00:10:04 +01:00
import.c
input.c
lcd.c
lcd.h
led.c stmhal: Add SPI class. 2014-04-20 00:16:30 +01:00
led.h
lexerfatfs.c
lexerfatfs.h
main.c stmhal: Make switch a class, to follow suit of all other modules. 2014-04-21 18:23:50 +01:00
make-stmconst.py stmhal: Add lots of constants to stm module. 2014-04-19 00:32:25 +01:00
math.c
mathsincos.c
modos.c
modos.h
modpyb.c stmhal: Make switch a class, to follow suit of all other modules. 2014-04-21 18:23:50 +01:00
modpyb.h
modstm.c stmhal: Add lots of constants to stm module. 2014-04-19 00:32:25 +01:00
modstm.h
modstmconst.gen.c stmhal: Add lots of constants to stm module. 2014-04-19 00:32:25 +01:00
modtime.c
modtime.h
mpconfigport.h
pendsv.c
pendsv.h
pin.c stmhal: Add SPI class. 2014-04-20 00:16:30 +01:00
pin.h
pin_named_pins.c
printf.c stmhal: Rename USART to UART. 2014-04-21 12:03:09 +01:00
pybcdc.inf_template
pybstdio.c stmhal: Rename USART to UART. 2014-04-21 12:03:09 +01:00
pybstdio.h
pyexec.c
pyexec.h
qstrdefsport.h stmhal: Make switch a class, to follow suit of all other modules. 2014-04-21 18:23:50 +01:00
readline.c
readline.h
rng.c stmhal: Only init RNG if it's used. 2014-04-20 00:45:59 +01:00
rng.h stmhal: Only init RNG if it's used. 2014-04-20 00:45:59 +01:00
rtc.c stmhal: Clean up rtc.c a bit. 2014-04-21 12:45:59 +01:00
rtc.h stmhal: Improve RTC class; make fatfs use RTC for time stamping files. 2014-04-19 02:17:30 +01:00
sdcard.c
sdcard.h
servo.c stmhal, servo: Rename calibrate method to calibration. 2014-04-21 18:21:07 +01:00
servo.h
spi.c stmhal: Add some documentation to I2C, SPI and USART modules. 2014-04-21 01:59:43 +01:00
spi.h stmhal: Add SPI class. 2014-04-20 00:16:30 +01:00
startup_stm32f40xx.s
std.h
stm32f4xx_hal_msp.c
stm32f4xx_it.c stmhal: Add Timer class: simple TIM control, incl callback on IRQ. 2014-04-21 16:48:16 +01:00
stm32f4xx_it.h
stm32f405.ld
storage.c
storage.h
string0.c
system_stm32f4xx.c
systick.c
systick.h
timer.c stmhal, timer: Remove obsolete global variable. 2014-04-21 18:19:50 +01:00
timer.h stmhal: Add Timer class: simple TIM control, incl callback on IRQ. 2014-04-21 16:48:16 +01:00
uart.c stmhal: Rename USART to UART. 2014-04-21 12:03:09 +01:00
uart.h stmhal: Rename USART to UART. 2014-04-21 12:03:09 +01:00
usb.c
usb.h
usbd_cdc_interface.c
usbd_cdc_interface.h
usbd_conf.c
usbd_conf.h
usbd_desc.h
usbd_desc_cdc_msc.c
usbd_msc_storage.c
usbd_msc_storage.h
usrsw.c stmhal, usrsw: Update comments for new switch API. 2014-04-21 18:28:23 +01:00
usrsw.h stmhal: Make switch a class, to follow suit of all other modules. 2014-04-21 18:23:50 +01:00