You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Paul Sokolovsky 1c6de11f77 Add basic implementation of slice object. 11 years ago
..
cc3k stm: fix some compiler warnings in CC3000 code. 11 years ago
fatfs Working SysTick, code factoring, some boot-up code. 11 years ago
lib stm: add pyb.sd_test; flash cache flushed only via MSD. 11 years ago
.gitignore Inital commit of stm32f4xx framework. 11 years ago
Makefile Add basic implementation of slice object. 11 years ago
audio.c Change mp_compile so that it returns a function object for the module. 11 years ago
audio.h Add DAC, and simple audio driver to STM code. 11 years ago
delay.s Inital commit of stm32f4xx framework. 11 years ago
flash.c Partially implement proper flash storage. 11 years ago
flash.h Partially implement proper flash storage. 11 years ago
font_petme128_8x8.h Inital commit of stm32f4xx framework. 11 years ago
gchelper.s Add simple file support to board. 11 years ago
i2c.c Add CODECONVENTIONS, and modify i2c module to conform. 11 years ago
i2c.h Added i2c python interface object 11 years ago
lcd.c Change mp_compile so that it returns a function object for the module. 11 years ago
lcd.h STM: add LCD functions for pixel access; add RNG Py bindings. 11 years ago
led.c Change object representation from 1 big union to individual structs. 11 years ago
led.h Change object representation from 1 big union to individual structs. 11 years ago
lexerstm.c Basic implementation of import. 11 years ago
lexerstm.h Change object representation from 1 big union to individual structs. 11 years ago
main.c Change mp_compile so that it returns a function object for the module. 11 years ago
malloc0.c Change object representation from 1 big union to individual structs. 11 years ago
mma.c Add module object, to be used eventually for import. 11 years ago
mma.h Add module object, to be used eventually for import. 11 years ago
mpconfigport.h Rename default config file to mpconfig.h, and port's to mpconfigport.h. 11 years ago
printf.c Add vprintf, vsnprintf to STM code. 11 years ago
pybwlan.c Change mp_compile so that it returns a function object for the module. 11 years ago
pybwlan.h stm: initial commit of working CC3000 driver, based on Adafruit. 11 years ago
sdio.c Add support for SD card (not working). 11 years ago
servo.c Change object representation from 1 big union to individual structs. 11 years ago
servo.h Change object representation from 1 big union to individual structs. 11 years ago
startup_stm32f40xx.s Fix up linker script; improve startup code; printf to USB. 11 years ago
std.h Implement simple servo control using PWM. 11 years ago
stm32f405.ld Partially implement proper flash storage. 11 years ago
stm32fxxx_it.c Change object representation from 1 big union to individual structs. 11 years ago
stm32fxxx_it.h Working SysTick, code factoring, some boot-up code. 11 years ago
storage.c Change object representation from 1 big union to individual structs. 11 years ago
storage.h stm: add timer to storage cache so it can be flushed. 11 years ago
string0.c Integrate new lexer stream with stm framework. 11 years ago
system_stm32f4xx.c Inital commit of stm32f4xx framework. 11 years ago
systick.c stm: add __WFI to sys_tick delay. 11 years ago
systick.h Implement simple servo control using PWM. 11 years ago
timer.c Change mp_compile so that it returns a function object for the module. 11 years ago
timer.h Add to STM code timer functionality to call Python on interrupt. 11 years ago
usart.c Add USART support, connected to stdio for REPL. 11 years ago
usart.h Add USART support, connected to stdio for REPL. 11 years ago
usb.c Add USB HID support. Runs as an alternative to VCP+MSC. 11 years ago
usb.h Add USB HID support. Runs as an alternative to VCP+MSC. 11 years ago