..
cc3k
stm: fix some compiler warnings in CC3000 code.
9 years ago
fatfs
Add fatfs readme/license.
9 years ago
lib
stm: add pyb.sd_test; flash cache flushed only via MSD.
9 years ago
.gitignore
Inital commit of stm32f4xx framework.
9 years ago
Makefile
Add Initial Support for STM32F4DISCOVERY Board
9 years ago
audio.c
Change mp_compile so that it returns a function object for the module.
9 years ago
audio.h
Add DAC, and simple audio driver to STM code.
9 years ago
delay.s
Inital commit of stm32f4xx framework.
9 years ago
flash.c
Partially implement proper flash storage.
9 years ago
flash.h
Partially implement proper flash storage.
9 years ago
font_petme128_8x8.h
Inital commit of stm32f4xx framework.
9 years ago
gchelper.s
Add simple file support to board.
9 years ago
i2c.c
Convert Python types to proper Python type hierarchy.
9 years ago
i2c.h
Added i2c python interface object
9 years ago
lcd.c
Change mp_compile so that it returns a function object for the module.
9 years ago
lcd.h
STM: add LCD functions for pixel access; add RNG Py bindings.
9 years ago
led.c
Add Initial Support for STM32F4DISCOVERY Board
9 years ago
led.h
Add Initial Support for STM32F4DISCOVERY Board
9 years ago
lexerstm.c
Basic implementation of import.
9 years ago
lexerstm.h
Change object representation from 1 big union to individual structs.
9 years ago
main.c
stm: rename sw_xx to switch_xx; change Python bindings to new version.
9 years ago
malloc0.c
Change object representation from 1 big union to individual structs.
9 years ago
mma.c
Add module object, to be used eventually for import.
9 years ago
mma.h
Add module object, to be used eventually for import.
9 years ago
mpconfigport.h
Rename default config file to mpconfig.h, and port's to mpconfigport.h.
9 years ago
printf.c
Add vprintf, vsnprintf to STM code.
9 years ago
pybwlan.c
Change mp_compile so that it returns a function object for the module.
9 years ago
pybwlan.h
stm: initial commit of working CC3000 driver, based on Adafruit.
9 years ago
sdio.c
Add support for SD card (not working).
9 years ago
servo.c
Convert Python types to proper Python type hierarchy.
9 years ago
servo.h
Change object representation from 1 big union to individual structs.
9 years ago
startup_stm32f40xx.s
Fix up linker script; improve startup code; printf to USB.
9 years ago
std.h
Implement simple servo control using PWM.
9 years ago
stm32f405.ld
stm: allow more flash for the binary.
9 years ago
stm32fxxx_it.c
Add Initial Support for STM32F4DISCOVERY Board
9 years ago
stm32fxxx_it.h
Working SysTick, code factoring, some boot-up code.
9 years ago
storage.c
stm: Add comments for storage read from cache.
9 years ago
storage.h
stm: add timer to storage cache so it can be flushed.
9 years ago
string0.c
Integrate new lexer stream with stm framework.
9 years ago
system_stm32f4xx.c
Inital commit of stm32f4xx framework.
9 years ago
systick.c
stm: add __WFI to sys_tick delay.
9 years ago
systick.h
Implement simple servo control using PWM.
9 years ago
timer.c
Change mp_compile so that it returns a function object for the module.
9 years ago
timer.h
Add to STM code timer functionality to call Python on interrupt.
9 years ago
usart.c
Add USART support, connected to stdio for REPL.
9 years ago
usart.h
Add USART support, connected to stdio for REPL.
9 years ago
usb.c
Add USB HID support. Runs as an alternative to VCP+MSC.
9 years ago
usb.h
Add USB HID support. Runs as an alternative to VCP+MSC.
9 years ago
usrsw.c
Add Initial Support for STM32F4DISCOVERY Board
9 years ago
usrsw.h
stm: rename sw_xx to switch_xx; change Python bindings to new version.
9 years ago