micropython/stmhal
Damien George 013d53c0b4 Remove skeletal modselect from extmod and just put it in stmhal. 2014-09-07 20:42:01 +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
hal stmhal: Improve efficiency of SysTick IRQ and HAL_Delay. 2014-08-25 18:12:44 +01:00
usbdev
usbhost
.gitignore
Makefile stmhal: Implement generic select.select and select.poll. 2014-09-07 20:40:32 +01:00
accel.c Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
accel.h
adc.c Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
adc.h
autoflash
bufhelper.c
bufhelper.h
dac.c Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
dac.h
diskio.c
diskio.h
extint.c Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
extint.h
ffconf.c
ffconf.h
file.c Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
file.h
flash.c
flash.h
font_petme128_8x8.h
gccollect.c
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 some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
i2c.h
import.c
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 Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
lcd.h
led.c Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
led.h
lexerfatfs.c
lexerfatfs.h
main.c Add save/restore_irq 2014-08-25 12:22:11 +01:00
make-stmconst.py
modos.c Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
modpyb.c stmhal: Use MP_OBJ_NEW_SMALL_INT directly in pyb.micros/millis. 2014-08-25 17:38:55 +01:00
modselect.c Remove skeletal modselect from extmod and just put it in stmhal. 2014-09-07 20:42:01 +01:00
modstm.c
modstmconst.gen.c
modtime.c Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
modwiznet5k.c stmhal, modwiznet5k: Add very minimal documentation. 2014-09-01 22:58:22 +01:00
mpconfigport.h Remove skeletal modselect from extmod and just put it in stmhal. 2014-09-07 20:42:01 +01:00
mpconfigport.mk stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor. 2014-09-01 22:52:38 +01:00
mphal.h Add support for selecting pin alternate functions from python. 2014-08-07 23:15:41 -07:00
pendsv.c
pendsv.h
pin.c Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +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
pin_named_pins.c stmhal: Comment out unused functions. 2014-08-08 22:25:46 +01:00
portmodules.h Remove skeletal modselect from extmod and just put it in stmhal. 2014-09-07 20:42:01 +01:00
printf.c
pybcdc.inf_template
pybioctl.h stmhal: Add polling ability to UART object. 2014-09-07 20:40:32 +01:00
pybstdio.c Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
pybstdio.h
pybwlan.c stmhal: Fix build issues with (old) CC3000 driver. 2014-08-26 14:13:53 +01:00
pybwlan.h
pyexec.c
pyexec.h
qstrdefsport.h Remove skeletal modselect from extmod and just put it in stmhal. 2014-09-07 20:42:01 +01:00
readline.c
readline.h
rng.c
rng.h
rtc.c Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +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 Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
servo.h
spi.c Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
spi.h
startup_stm32f40xx.s
std.h
stm32f4xx_hal_msp.c
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
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 Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
timer.h
uart.c stmhal: Fix modselect so non-hashable objects can be polled. 2014-09-07 20:41:09 +01:00
uart.h
usb.c Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
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 Change some parts of the core API to use mp_uint_t instead of uint/int. 2014-08-30 00:35:11 +01:00
usrsw.h