micropython/stmhal
Damien George 4d77e1a034 py: Use m_{new,renew,del} consistently.
This is so all memory requests go through the same interface.
2015-02-27 09:34:51 +00:00
..
boards
cmsis
hal
usbdev stmhal: Remove obsolete usbdev file. 2015-02-13 14:03:44 +00:00
usbhost
.gitignore
Makefile lib/libm: Add implementations of erf, erfc, lgamma, tgamma. 2015-02-22 14:47:11 +00:00
accel.c
accel.h
adc.c
adc.h
autoflash
bufhelper.c
bufhelper.h
can.c stmhal: Add support for CAN rx callbacks. 2015-02-15 03:10:53 +00:00
can.h stmhal: Add support for CAN rx callbacks. 2015-02-15 03:10:53 +00:00
dac.c
dac.h
diskio.c
extint.c
extint.h
ffconf.c
ffconf.h
file.c
file.h
flash.c
flash.h
font_petme128_8x8.h
fsusermount.c
fsusermount.h
gccollect.c
gccollect.h
gchelper.s
help.c
i2c.c
i2c.h
import.c
input.c stmhal: Make pybstdio usable by other ports, and use it. 2015-02-13 15:04:53 +00:00
irq.c
irq.h
lcd.c
lcd.h
led.c
led.h
lexerfatfs.c
lexerfatfs.h
main.c stmhal: Add support for CAN rx callbacks. 2015-02-15 03:10:53 +00:00
make-stmconst.py
memory.h
modnetwork.c
modnetwork.h
modnwcc3k.c
modnwwiznet5k.c
modpyb.c stmhal: Make pybstdio usable by other ports, and use it. 2015-02-13 15:04:53 +00:00
modstm.c
modstmconst.gen.c
moduos.c
moduselect.c
modusocket.c
modutime.c
mpconfigport.h py: Make math special functions configurable and disabled by default. 2015-02-22 14:48:18 +00:00
mpconfigport.mk
mphal.c stmhal: Make pybstdio usable by other ports, and use it. 2015-02-13 15:04:53 +00:00
mphal.h stmhal: Make pybstdio usable by other ports, and use it. 2015-02-13 15:04:53 +00:00
pendsv.c
pendsv.h
pin.c
pin.h
pin_defs_stmhal.c
pin_defs_stmhal.h
pin_named_pins.c
portmodules.h
printf.c minimal: Allow to compile without defining MICROPY_HAL_H. 2015-02-13 15:26:53 +00:00
pybcdc.inf_template
pybioctl.h
pybstdio.c stmhal: Make pybstdio usable by other ports, and use it. 2015-02-13 15:04:53 +00:00
pyexec.c stmhal: Make pybstdio usable by other ports, and use it. 2015-02-13 15:04:53 +00:00
pyexec.h
qstrdefsport.h stmhal: Add support for CAN rx callbacks. 2015-02-15 03:10:53 +00:00
rng.c
rng.h
rtc.c
rtc.h
sdcard.c py: Use m_{new,renew,del} consistently. 2015-02-27 09:34:51 +00:00
sdcard.h
servo.c
servo.h
spi.c
spi.h
startup_stm32f40xx.s
std.h
stm32f4xx_it.c stmhal: Add support for CAN rx callbacks. 2015-02-15 03:10:53 +00:00
stm32f4xx_it.h
stm32f405.ld
storage.c
storage.h
string0.c
system_stm32f4xx.c
systick.c
systick.h
timer.c stmhal: Reset state of timer when deinit is called. 2015-02-23 13:18:14 +00:00
timer.h
uart.c stmhal: For UART, check that baudrate is within 5% of desired value. 2015-02-22 00:26:49 +00:00
uart.h
usb.c stmhal: Properly define pyb.usb_mode() semantics. 2015-02-13 14:02:51 +00:00
usb.h stmhal: Properly define pyb.usb_mode() semantics. 2015-02-13 14:02:51 +00:00
usbd_cdc_interface.c
usbd_cdc_interface.h
usbd_conf.c
usbd_conf.h
usbd_desc.c stmhal: Fix setting of VID. 2015-02-13 22:25:55 +00:00
usbd_desc.h stmhal: Properly define pyb.usb_mode() semantics. 2015-02-13 14:02:51 +00:00
usbd_msc_storage.c
usbd_msc_storage.h
usrsw.c
usrsw.h