.. |
cc3k
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
11 years ago |
fatfs
|
Add fatfs readme/license.
|
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
|
Fix Makefile typo
|
11 years ago |
audio.c
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
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
|
Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-cplusplus
|
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
|
Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-cplusplus
|
11 years ago |
led.h
|
Fix LED pin enum
|
11 years ago |
lexerfatfs.c
|
Updated teensy to use common code from stm directory.
|
11 years ago |
lexerfatfs.h
|
Move lexerstr to main py directory (everyone uses it).
|
11 years ago |
main.c
|
Use memcpy instead of strncpy; add usart.status to stm.
|
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
|
Factor and simplify Makefile's and mpconfig, part 2.
|
11 years ago |
printf.c
|
Use memcpy instead of strncpy; add usart.status to stm.
|
11 years ago |
pybwlan.c
|
py: Implement base class lookup, issubclass, isinstance.
|
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
|
Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-cplusplus
|
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
|
stm: allow more flash for the binary.
|
11 years ago |
stm32fxxx_it.c
|
Add Initial Support for STM32F4DISCOVERY Board
|
11 years ago |
stm32fxxx_it.h
|
Working SysTick, code factoring, some boot-up code.
|
11 years ago |
storage.c
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
11 years ago |
storage.h
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
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
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
11 years ago |
systick.h
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
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
|
Use memcpy instead of strncpy; add usart.status to stm.
|
11 years ago |
usart.h
|
Add USART Micro Python Bindings
|
11 years ago |
usb.c
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
11 years ago |
usb.h
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
11 years ago |
usrsw.c
|
stm: pull-up usr switch on pyboard (fixes regression).
|
11 years ago |
usrsw.h
|
stm: rename sw_xx to switch_xx; change Python bindings to new version.
|
11 years ago |