micropython/stmhal
Damien George f05b87bd63 Merge pull request #824 from dhylands/sdcard-power
Fix sdcard_power_on to not do anything if the card is already powered on...
2014-08-26 22:58:54 +01:00
..
boards stmhal, STM32F4DISC: Small changes to ST accel driver. 2014-08-26 22:41:27 +01:00
cc3k
cmsis stmhal: Update STM32Cube F4 HAL driver to V1.3.0. 2014-08-06 22:33:31 +01:00
fatfs stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. 2014-07-31 23:44:04 +01:00
hal stmhal: Improve efficiency of SysTick IRQ and HAL_Delay. 2014-08-25 18:12:44 +01:00
usbdev
usbhost
.gitignore
Makefile Add save/restore_irq 2014-08-25 12:22:11 +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 stmhal: Fix printing of pin name in error message. 2014-08-16 13:56:19 +01:00
adc.h
autoflash
bufhelper.c stmhal: Include mpconfig.h before all other includes. 2014-06-28 23:32:03 +03:00
bufhelper.h
dac.c stmhal: Update STM32Cube F4 HAL driver to V1.3.0. 2014-08-06 22:33:31 +01:00
dac.h
diskio.c stmhal: Include mpconfig.h before all other includes. 2014-06-28 23:32:03 +03:00
diskio.h
extint.c stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc. 2014-08-04 11:09:51 +01:00
extint.h stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc. 2014-08-04 11:09:51 +01:00
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 py: Fix bug where GC collected native/viper/asm function data. 2014-08-24 16:28:17 +01:00
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 stmhal: Include mpconfig.h before all other includes. 2014-06-28 23:32:03 +03:00
input.c
irq.c stmhal: Make enable_irq and disable_irq inline functions. 2014-08-25 13:24:33 +01:00
irq.h stmhal: Make enable_irq and disable_irq inline functions. 2014-08-25 13:24:33 +01:00
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 Add save/restore_irq 2014-08-25 12:22:11 +01:00
make-stmconst.py
math.c stmhal, math: Define _M_LN2 if not already defined. 2014-08-05 14:13:05 +00:00
mathsincos.c
modos.c stmhal: Start of documentation for modos and modtime. 2014-08-08 23:30:01 +01:00
modpyb.c stmhal: Use MP_OBJ_NEW_SMALL_INT directly in pyb.micros/millis. 2014-08-25 17:38:55 +01:00
modstm.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modstmconst.gen.c
modtime.c stmhal, modtime: Small changes, reduced code size by around 80 bytes. 2014-08-24 17:40:24 +01:00
mpconfigport.h stmhal: Make enable_irq and disable_irq inline functions. 2014-08-25 13:24:33 +01:00
mphal.h Add support for selecting pin alternate functions from python. 2014-08-07 23:15:41 -07:00
pendsv.c stmhal: Include mpconfig.h before all other includes. 2014-06-28 23:32:03 +03:00
pendsv.h
pin.c stmhal, pin: Update documentation. 2014-08-24 18:30:22 +01:00
pin.h Add support for selecting pin alternate functions from python. 2014-08-07 23:15:41 -07:00
pin_defs_stmhal.c Add support for selecting pin alternate functions from python. 2014-08-07 23:15:41 -07:00
pin_defs_stmhal.h Updated teensy to build. 2014-06-15 22:48:05 -07:00
pin_named_pins.c stmhal: Comment out unused functions. 2014-08-08 22:25:46 +01:00
portmodules.h stmhal, modtime: Small changes, reduced code size by around 80 bytes. 2014-08-24 17:40:24 +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 doc: Document gc, sys, math, cmath. 2014-08-10 17:50:28 +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 stmhal: Fix build issues with (old) CC3000 driver. 2014-08-26 14:13:53 +01:00
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 Add support for pyb.micros() by using the systick timer. 2014-08-25 17:38:55 +01:00
readline.c stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc. 2014-08-04 11:09:51 +01:00
readline.h stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc. 2014-08-04 11:09:51 +01:00
rng.c stmhal: Include mpconfig.h before all other includes. 2014-06-28 23:32:03 +03:00
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 Fix sdcard_power_on to not do anything if the card is already powered on. 2014-08-25 10:16:52 -07: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 stmhal: Include mpconfig.h before all other includes. 2014-06-28 23:32:03 +03:00
stm32f4xx_it.c stmhal: Improve efficiency of SysTick IRQ and HAL_Delay. 2014-08-25 18:12:44 +01:00
stm32f4xx_it.h
stm32f405.ld Put some code into the first 16K of flash 2014-08-16 08:00:12 -07:00
storage.c stmhal: Include mpconfig.h before all other includes. 2014-06-28 23:32:03 +03:00
storage.h
string0.c
system_stm32f4xx.c stmhal: Update STM32Cube F4 HAL driver to V1.3.0. 2014-08-06 22:33:31 +01:00
systick.c stmhal: Improve efficiency of SysTick IRQ and HAL_Delay. 2014-08-25 18:12:44 +01:00
systick.h Add support for pyb.micros() by using the systick timer. 2014-08-25 17:38:55 +01:00
timer.c stmhal: Resolve question in comment about timer clock. 2014-08-14 00:30:14 +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: Hookup USB_VCP.any(). 2014-08-26 14:18:22 +01:00
usb.h stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc. 2014-08-04 11:09:51 +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 stmhal: Include mpconfig.h before all other includes. 2014-06-28 23:32:03 +03:00
usrsw.h