micropython/stmhal
Dave Hylands 9309e609cd stmhal: Add qstr definition for ifconfig when building for WizNet 2015-07-14 23:00:29 +01:00
..
boards stmhal: Add I2S support to make-pins.py 2015-07-07 10:15:37 +01:00
cmsis
hal
usbdev stmhal: In USB HID driver, make polling interval configurable. 2015-04-13 16:59:05 +01:00
usbhost
.gitignore stmhal: Add support for Espruino Pico board. 2015-04-18 21:40:59 +01:00
Makefile stmhal: Factor out DMA initialisation code from spi.c. 2015-06-10 14:01:44 +01:00
accel.c
accel.h
adc.c py/binary: Make return type of mp_binary_get_size size_t instead of int. 2015-05-17 18:12:19 +01:00
adc.h
autoflash
bufhelper.c
bufhelper.h
can.c stmhal: Remove PYBVxx defines and use config vars for UART/CAN names. 2015-05-27 16:51:04 +01:00
can.h stmhal: Remove PYBVxx defines and use config vars for UART/CAN names. 2015-05-27 16:51:04 +01:00
dac.c stmhal: Exclude code for those timers that don't exist in the hardware. 2015-04-18 21:40:58 +01:00
dac.h
diskio.c
dma.c stmhal/dma.c: Modify dma_init() to accept init struct as an argument 2015-06-24 17:48:52 +01:00
dma.h stmhal/dma.c: Modify dma_init() to accept init struct as an argument 2015-06-24 17:48:52 +01:00
extint.c stmhal: Allow extint.c to compile without USB HS support. 2015-04-18 21:40:59 +01:00
extint.h
ffconf.c
ffconf.h
file.c stmhal: Detect disk full condition 2015-05-24 14:07:11 +01:00
file.h
flash.c stmhal: Add support for flash filesystem on F401 MCUs. 2015-04-18 21:40:59 +01:00
flash.h
font_petme128_8x8.h
fsusermount.c
fsusermount.h
gccollect.c
gccollect.h
gchelper.s
help.c
i2c.c stmhal/dma.c: Modify dma_init() to accept init struct as an argument 2015-06-24 17:48:52 +01:00
i2c.h
import.c
input.c
irq.c
irq.h
lcd.c stmhal: Make LCD initialiser use board pin names instead of cpu names. 2015-04-18 21:40:58 +01:00
lcd.h
led.c stmhal: Make a HW config option for LED4 being controlled by PWM. 2015-04-18 21:40:58 +01:00
led.h
lexerfatfs.c
main.c stmhal: Move debug UART repl to after uart_init0 call. 2015-05-06 22:16:49 +01:00
make-stmconst.py
memory.h
modnetwork.c lib: Move some common mod_network_* functions to lib/netutils. 2015-05-04 11:48:40 +01:00
modnetwork.h lib: Move some common mod_network_* functions to lib/netutils. 2015-05-04 11:48:40 +01:00
modnwcc3k.c lib: Move some common mod_network_* functions to lib/netutils. 2015-05-04 11:48:40 +01:00
modnwwiznet5k.c lib: Move some common mod_network_* functions to lib/netutils. 2015-05-04 11:48:40 +01:00
modpyb.c
modstm.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
modstmconst.gen.c
moduos.c lib: Move time utility functions to common library. 2015-05-13 00:12:54 +01:00
moduselect.c
modusocket.c py: Add mp_obj_get_int_truncated and use it where appropriate. 2015-05-12 23:05:53 +01:00
modutime.c lib: Move time utility functions to common library. 2015-05-13 00:12:54 +01:00
mpconfigport.h stmhal: Implement sys.std{in,out,err}.buffer, for raw byte mode. 2015-05-24 14:31:33 +01:00
mpconfigport.mk
mphal.c
mphal.h
pendsv.c stmhal: Make pendsv variable non-static so gcc-5 doesn't opt it away. 2015-05-23 17:42:58 +01:00
pendsv.h
pin.c stmhal: Use new %q format to print qstr's in a few more places. 2015-04-16 22:30:00 +01:00
pin.h
pin_defs_stmhal.c
pin_defs_stmhal.h stmhal: Add I2S support to make-pins.py 2015-07-07 10:15:37 +01:00
pin_named_pins.c stmhal: Use new %q format to print qstr's in a few more places. 2015-04-16 22:30:00 +01:00
portmodules.h lib: Move time utility functions to common library. 2015-05-13 00:12:54 +01:00
printf.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
pybcdc.inf_template
pybioctl.h
pybstdio.c stmhal: Implement sys.std{in,out,err}.buffer, for raw byte mode. 2015-05-24 14:31:33 +01:00
pyexec.c pyexec: Make raw REPL work with event-driven version of pyexec. 2015-05-06 00:02:58 +01:00
pyexec.h pyexec: Make raw REPL work with event-driven version of pyexec. 2015-05-06 00:02:58 +01:00
qstrdefsport.h stmhal: Add qstr definition for ifconfig when building for WizNet 2015-07-14 23:00:29 +01:00
rng.c
rng.h
rtc.c sthmal/rtc.c: Add calibration() method to get/set RTC fine-tuning value. 2015-05-11 23:48:39 +01:00
rtc.h
sdcard.c
sdcard.h
servo.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
servo.h
spi.c stmhal/dma.c: Modify dma_init() to accept init struct as an argument 2015-06-24 17:48:52 +01:00
spi.h
startup_stm32f40xx.s
stm32f4xx_it.c stmhal: Add support for UART5 2015-06-01 00:14:46 +01:00
stm32f4xx_it.h
storage.c stmhal: Add config option for storage to use second flash segment. 2015-06-27 23:27:23 +01:00
storage.h
system_stm32f4xx.c stmhal: Make HSE PLL parameters configurable per board. 2015-04-18 21:40:58 +01:00
systick.c
systick.h
timer.c stmhal: Actually disable unhandled timer interrupts. 2015-04-28 00:17:05 -07:00
timer.h
uart.c stmhal: Add support for UART5 2015-06-01 00:14:46 +01:00
uart.h stmhal: Remove PYBVxx defines and use config vars for UART/CAN names. 2015-05-27 16:51:04 +01:00
usb.c stmhal: Add readinto and readlines methods to sys.stdin, pyb.USB_VCP(). 2015-05-13 20:22:11 +01:00
usb.h
usbd_cdc_interface.c stmhal: Break immediately from USB CDC busy wait loop if IRQs disabled. 2015-06-07 23:48:07 +01:00
usbd_cdc_interface.h
usbd_conf.c stmhal: Exclude USB HS code when USB HS mode not enabled. 2015-04-18 21:40:58 +01:00
usbd_conf.h
usbd_desc.c
usbd_desc.h
usbd_msc_storage.c
usbd_msc_storage.h
usrsw.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
usrsw.h