..
cc3k
Revert MP_BOOL, etc. and use <stdbool.h> instead
2014-01-06 13:51:53 -08:00
fatfs
Add fatfs readme/license.
2014-01-05 11:57:17 +00:00
lib
stm: add pyb.sd_test; flash cache flushed only via MSD.
2013-12-20 11:45:06 +00:00
.gitignore
Inital commit of stm32f4xx framework.
2013-10-13 00:42:20 +01:00
Makefile
Fix Makefile typo
2014-01-09 13:45:29 +02:00
audio.c
Revert MP_BOOL, etc. and use <stdbool.h> instead
2014-01-06 13:51:53 -08:00
audio.h
Add DAC, and simple audio driver to STM code.
2013-11-04 23:05:48 +00:00
delay.s
Inital commit of stm32f4xx framework.
2013-10-13 00:42:20 +01:00
flash.c
Partially implement proper flash storage.
2013-10-18 23:44:05 +01:00
flash.h
Partially implement proper flash storage.
2013-10-18 23:44:05 +01:00
font_petme128_8x8.h
Inital commit of stm32f4xx framework.
2013-10-13 00:42:20 +01:00
gchelper.s
Add simple file support to board.
2013-11-03 14:53:34 +00:00
i2c.c
Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-cplusplus
2014-01-07 15:58:30 +00:00
i2c.h
Added i2c python interface object
2013-12-28 19:23:33 -05:00
lcd.c
Change mp_compile so that it returns a function object for the module.
2014-01-03 14:22:03 +00:00
lcd.h
STM: add LCD functions for pixel access; add RNG Py bindings.
2013-11-09 20:15:48 +00:00
led.c
Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-cplusplus
2014-01-07 15:58:30 +00:00
led.h
Fix LED pin enum
2014-01-06 06:41:56 +02:00
lexerfatfs.c
Updated teensy to use common code from stm directory.
2014-01-08 00:29:44 -08:00
lexerfatfs.h
Move lexerstr to main py directory (everyone uses it).
2014-01-08 15:28:26 +00:00
main.c
stm: Disable usart calls from C.
2014-01-11 10:01:22 +00:00
malloc0.c
Change object representation from 1 big union to individual structs.
2013-12-21 18:17:45 +00:00
mma.c
Add module object, to be used eventually for import.
2014-01-02 21:30:26 +00:00
mma.h
Add module object, to be used eventually for import.
2014-01-02 21:30:26 +00:00
mpconfigport.h
Factor and simplify Makefile's and mpconfig, part 2.
2014-01-07 15:20:33 +00:00
printf.c
Added memzip filesystem support for teensy
2014-01-11 16:16:20 -08:00
pybwlan.c
py: Implement base class lookup, issubclass, isinstance.
2014-01-09 21:43:51 +00:00
pybwlan.h
stm: initial commit of working CC3000 driver, based on Adafruit.
2013-12-05 20:38:23 +00:00
sdio.c
Add support for SD card (not working).
2013-10-24 00:22:27 +01:00
servo.c
Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-cplusplus
2014-01-07 15:58:30 +00:00
servo.h
Change object representation from 1 big union to individual structs.
2013-12-21 18:17:45 +00:00
startup_stm32f40xx.s
Fix up linker script; improve startup code; printf to USB.
2013-10-17 22:50:21 +01:00
std.h
Implement simple servo control using PWM.
2013-10-23 20:39:20 +01:00
stm32f405.ld
stm: allow more flash for the binary.
2014-01-05 14:34:17 +00:00
stm32fxxx_it.c
Add Initial Support for STM32F4DISCOVERY Board
2014-01-05 19:38:41 +02:00
stm32fxxx_it.h
Working SysTick, code factoring, some boot-up code.
2013-10-19 14:40:54 +01:00
storage.c
Revert MP_BOOL, etc. and use <stdbool.h> instead
2014-01-06 13:51:53 -08:00
storage.h
Revert MP_BOOL, etc. and use <stdbool.h> instead
2014-01-06 13:51:53 -08:00
string0.c
Integrate new lexer stream with stm framework.
2013-10-20 17:42:00 +01:00
system_stm32f4xx.c
Inital commit of stm32f4xx framework.
2013-10-13 00:42:20 +01:00
systick.c
Revert MP_BOOL, etc. and use <stdbool.h> instead
2014-01-06 13:51:53 -08:00
systick.h
Revert MP_BOOL, etc. and use <stdbool.h> instead
2014-01-06 13:51:53 -08:00
timer.c
Change mp_compile so that it returns a function object for the module.
2014-01-03 14:22:03 +00:00
timer.h
Add to STM code timer functionality to call Python on interrupt.
2013-11-06 23:04:33 +00:00
usart.c
Fix usart_obj_tx_str
2014-01-10 11:19:34 +02:00
usart.h
Add USART Micro Python Bindings
2014-01-09 13:36:13 +02:00
usb.c
Revert MP_BOOL, etc. and use <stdbool.h> instead
2014-01-06 13:51:53 -08:00
usb.h
Revert MP_BOOL, etc. and use <stdbool.h> instead
2014-01-06 13:51:53 -08:00
usrsw.c
stm: pull-up usr switch on pyboard (fixes regression).
2014-01-05 23:49:34 +00:00
usrsw.h
stm: rename sw_xx to switch_xx; change Python bindings to new version.
2014-01-05 14:04:55 +00:00