micropython/stmhal
Damien George 8dbbbbc793 Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
qstr_init is always called exactly before mp_init, so makes sense to
just have mp_init call it.  Similarly with
mp_init_emergency_exception_buf.  Doing this makes the ports simpler and
less error prone (ie they can no longer forget to call these).
2014-08-04 10:05:16 +01:00
..
boards stmhal: Add preliminary driver for ST32F4DISC accelerometer. 2014-08-02 12:51:18 +01:00
cc3k
cmsis
fatfs stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. 2014-07-31 23:44:04 +01:00
hal
usbdev
usbhost
.gitignore
Makefile stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. 2014-07-31 23:44:04 +01:00
accel.c stmhal, accel: Increase start-up times to 30ms; add extra 30ms delay. 2014-07-31 10:39:52 +01:00
accel.h
adc.c
adc.h
autoflash
bufhelper.c
bufhelper.h
dac.c Rename machine_(u)int_t to mp_(u)int_t. 2014-07-03 13:25:24 +01:00
dac.h
diskio.c
diskio.h
extint.c Rename machine_(u)int_t to mp_(u)int_t. 2014-07-03 13:25:24 +01:00
extint.h
ffconf.c stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. 2014-07-31 23:44:04 +01:00
ffconf.h stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. 2014-07-31 23:44:04 +01:00
file.c py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself. 2014-07-31 10:49:14 +01:00
file.h stmhal: Add file.flush and os.stat. 2014-07-19 16:39:13 +01:00
flash.c
flash.h
font_petme128_8x8.h
gccollect.c Rename machine_(u)int_t to mp_(u)int_t. 2014-07-03 13:25:24 +01:00
gccollect.h
gchelper.s
help.c
i2c.c Change boolean 'use_16bit_addr' to int 'addr_size', can be either 8 or 16 bits, default value is 8 2014-07-21 22:45:04 -04:00
i2c.h
import.c
input.c
lcd.c stmhal: Add documentation for LCD; update docs for USB_VCP. 2014-08-02 14:35:38 +01:00
lcd.h
led.c Rename machine_(u)int_t to mp_(u)int_t. 2014-07-03 13:25:24 +01:00
led.h
lexerfatfs.c py: Change lexer stream API to return bytes not chars. 2014-07-30 11:46:05 +01:00
lexerfatfs.h
main.c Put call to qstr_init and mp_init_emergency_exc_buf in mp_init. 2014-08-04 10:05:16 +01:00
make-stmconst.py
math.c
mathsincos.c
modos.c Fix modos.c to compile for the STM32F4Discovery board (which doesn't have an sdcard) 2014-08-01 08:10:41 -07:00
modpyb.c stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. 2014-07-31 23:44:04 +01:00
modstm.c
modstmconst.gen.c
modtime.c stmhal: Add file.flush and os.stat. 2014-07-19 16:39:13 +01:00
mpconfigport.h Add support for storing args during an exception raised by an irq. 2014-07-25 14:00:06 -07:00
mphal.h Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-teensy-new 2014-07-02 13:42:37 +01:00
pendsv.c
pendsv.h
pin.c py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself. 2014-07-31 10:49:14 +01:00
pin.h Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-teensy-new 2014-07-02 13:42:37 +01:00
pin_defs_stmhal.h
pin_named_pins.c Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-teensy-new 2014-07-02 13:42:37 +01:00
portmodules.h stmhal: Add file.flush and os.stat. 2014-07-19 16:39:13 +01:00
printf.c stmhal: Fix REPL printing by cooking output sent to stdout_obj. 2014-07-20 13:57:43 +01:00
pybcdc.inf_template
pybstdio.c stmhal: Add USB_VCP class/object, for direct USB VCP control. 2014-07-31 10:30:42 +01:00
pybstdio.h stmhal: Fix REPL printing by cooking output sent to stdout_obj. 2014-07-20 13:57:43 +01:00
pybwlan.c
pybwlan.h
pyexec.c stmhal: Fix REPL printing by cooking output sent to stdout_obj. 2014-07-20 13:57:43 +01:00
pyexec.h
qstrdefsport.h stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. 2014-07-31 23:44:04 +01:00
readline.c stmhal: Fix REPL printing by cooking output sent to stdout_obj. 2014-07-20 13:57:43 +01:00
readline.h
rng.c
rng.h
rtc.c Rename machine_(u)int_t to mp_(u)int_t. 2014-07-03 13:25:24 +01:00
rtc.h
sdcard.c stmhal: Protect SD_WriteBlocks by IRQ disable/enable pair. 2014-07-07 07:29:06 +01:00
sdcard.h
servo.c Rename machine_(u)int_t to mp_(u)int_t. 2014-07-03 13:25:24 +01:00
servo.h
spi.c Rename machine_(u)int_t to mp_(u)int_t. 2014-07-03 13:25:24 +01:00
spi.h
startup_stm32f40xx.s
std.h
stm32f4xx_hal_msp.c
stm32f4xx_it.c
stm32f4xx_it.h
stm32f405.ld
storage.c
storage.h
string0.c
system_stm32f4xx.c
systick.c
systick.h
timer.c Rename machine_(u)int_t to mp_(u)int_t. 2014-07-03 13:25:24 +01:00
timer.h Add timer_deinit and call it just before doing a soft-restart 2014-06-30 08:07:38 -07:00
uart.c stmhal: Fix REPL printing by cooking output sent to stdout_obj. 2014-07-20 13:57:43 +01:00
uart.h stmhal: Fix REPL printing by cooking output sent to stdout_obj. 2014-07-20 13:57:43 +01:00
usb.c stmhal: Add more documentation for USB_VCP. 2014-08-02 14:43:20 +01:00
usb.h stmhal: Document behaviour of usb_vcp_recv_byte. 2014-08-03 17:30:26 +01:00
usbd_cdc_interface.c stmhal: Add USB_VCP class/object, for direct USB VCP control. 2014-07-31 10:30:42 +01:00
usbd_cdc_interface.h stmhal: Add USB_VCP class/object, for direct USB VCP control. 2014-07-31 10:30:42 +01:00
usbd_conf.c
usbd_conf.h
usbd_desc.h
usbd_desc_cdc_msc.c
usbd_msc_storage.c
usbd_msc_storage.h
usrsw.c
usrsw.h