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.
 
 
 
 
 
 
Damien George 58b8a6202a Merge pull request #219 from dhylands/add-deps 11 years ago
..
cc3k Revert MP_BOOL, etc. and use <stdbool.h> instead 11 years ago
cmsis stm: Upgrade to latest CMSIS libraries. 11 years ago
fatfs Add fatfs readme/license. 11 years ago
lib Fix USB CORE PCGCCTL Wrong Address 11 years ago
.gitignore Inital commit of stm32f4xx framework. 11 years ago
Makefile Merge pull request #219 from dhylands/add-deps 11 years ago
adc.c Revamp qstrs: they now include length and hash. 11 years ago
adc.h Implement initial ADC support 11 years ago
audio.c Revamp qstrs: they now include length and hash. 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
file.c Move file obj to separate module 11 years ago
file.h Move file obj to separate module 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 Revamp qstrs: they now include length and hash. 11 years ago
i2c.h Added i2c python interface object 11 years ago
lcd.c stm: LCD support for PYBv4; fix MMA reading code. 11 years ago
lcd.h STM: add LCD functions for pixel access; add RNG Py bindings. 11 years ago
led.c stm: Remove unnecessary #includes; small other changes. 11 years ago
led.h stm: Clean up main.c; disable libgcc by default. 11 years ago
lexerfatfs.c Revamp qstrs: they now include length and hash. 11 years ago
lexerfatfs.h stm: Add stm import support. 11 years ago
main.c Revert "Move gc_collect to py/gc.c" 11 years ago
malloc0.c Change object representation from 1 big union to individual structs. 11 years ago
mma.c stm: LCD support for PYBv4; fix MMA reading code. 11 years ago
mma.h Add module object, to be used eventually for import. 11 years ago
mpconfigport.h Move LED defs to mpconfigport.h 11 years ago
printf.c Revamp qstrs: they now include length and hash. 11 years ago
pybwlan.c Revamp qstrs: they now include length and hash. 11 years ago
pybwlan.h stm: initial commit of working CC3000 driver, based on Adafruit. 11 years ago
qstrdefsport.h stm: Clean up main.c; disable libgcc by default. 11 years ago
rtc.c stm: Remove unnecessary #includes; small other changes. 11 years ago
rtc.h Move RTC to Separate Module 11 years ago
sdio.c Add support for SD card (not working). 11 years ago
servo.c Revamp qstrs: they now include length and hash. 11 years ago
servo.h Change object representation from 1 big union to individual structs. 11 years ago
startup_stm32f40xx.s stm: Upgrade ST peripheral library from 1.1.0 to 1.3.0. 11 years ago
std.h stm: Clean up main.c; disable libgcc by default. 11 years ago
stm32f405.ld Revert "Move gc_collect to py/gc.c" 11 years ago
stm32fxxx_it.c stm: Fix USART3 init. Small edits to Makefile and other things. 11 years ago
stm32fxxx_it.h Working SysTick, code factoring, some boot-up code. 11 years ago
storage.c Revamp qstrs: they now include length and hash. 11 years ago
storage.h Revert MP_BOOL, etc. and use <stdbool.h> instead 11 years ago
string0.c stm: Add memcmp() implementation. 11 years ago
system_stm32f4xx.c Remove hardcoded PLL_M value 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 Revamp qstrs: they now include length and hash. 11 years ago
timer.h Add to STM code timer functionality to call Python on interrupt. 11 years ago
usart.c stm: Fix USART3 init. Small edits to Makefile and other things. 11 years ago
usart.h stm: Re-instate C debugging USART port (disabled by default). 11 years ago
usb.c stm: Remove unnecessary #includes; small other changes. 11 years ago
usb.h stm: Remove unnecessary #includes; small other changes. 11 years ago
usrsw.c stm: Remove unnecessary #includes; small other changes. 11 years ago
usrsw.h stm: rename sw_xx to switch_xx; change Python bindings to new version. 11 years ago