.. |
cc3k
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
2014-01-06 13:51:53 -08:00 |
cmsis
|
stm: Upgrade to latest CMSIS libraries.
|
2014-01-19 16:43:33 +00:00 |
fatfs
|
Add fatfs readme/license.
|
2014-01-05 11:57:17 +00:00 |
stmperiph
|
stm: USB host mode working! Restructure stm library directories.
|
2014-01-26 17:41:01 +00:00 |
stmusb
|
stm: USB host mode working! Restructure stm library directories.
|
2014-01-26 17:41:01 +00:00 |
stmusbd
|
stm: USB host mode working! Restructure stm library directories.
|
2014-01-26 17:41:01 +00:00 |
stmusbh
|
stm: USB host mode working! Restructure stm library directories.
|
2014-01-26 17:41:01 +00:00 |
.gitignore
|
Inital commit of stm32f4xx framework.
|
2013-10-13 00:42:20 +01:00 |
Makefile
|
stm: USB host mode working! Restructure stm library directories.
|
2014-01-26 17:41:01 +00:00 |
adc.c
|
stm: Improved ADC module; add BOARD_NAME config value.
|
2014-01-25 16:30:47 +00:00 |
adc.h
|
stm: Improved ADC module; add BOARD_NAME config value.
|
2014-01-25 16:30:47 +00:00 |
audio.c
|
Revamp qstrs: they now include length and hash.
|
2014-01-21 21:40:13 +00: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 |
file.c
|
Remove redundant include in file.c
|
2014-01-29 15:05:53 +02:00 |
file.h
|
Move file obj to separate module
|
2014-01-24 17:14:13 +02: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 |
gccollect.c
|
stm: Fix gccollect ram range.
|
2014-01-29 19:21:17 +00:00 |
gccollect.h
|
Move HEAP_END and RAM_END to linker script
|
2014-01-29 12:52:03 +02:00 |
gchelper.s
|
Add simple file support to board.
|
2013-11-03 14:53:34 +00:00 |
i2c.c
|
Revamp qstrs: they now include length and hash.
|
2014-01-21 21:40:13 +00:00 |
i2c.h
|
Added i2c python interface object
|
2013-12-28 19:23:33 -05:00 |
lcd.c
|
Add missing LCD driver definitions for STM32F4DISC
|
2014-01-27 10:56:47 +02:00 |
lcd.h
|
STM: add LCD functions for pixel access; add RNG Py bindings.
|
2013-11-09 20:15:48 +00:00 |
led.c
|
stm: Remove unnecessary #includes; small other changes.
|
2014-01-23 22:16:15 +00:00 |
led.h
|
stm: Clean up main.c; disable libgcc by default.
|
2014-01-21 23:28:03 +00:00 |
lexerfatfs.c
|
Implement mp_parse_node_free; print properly repr(string).
|
2014-01-25 13:51:19 +00:00 |
lexerfatfs.h
|
stm: Add stm import support.
|
2014-01-16 22:09:13 +00:00 |
main.c
|
stm: Fix gccollect ram range.
|
2014-01-29 19:21:17 +00:00 |
malloc0.c
|
Change object representation from 1 big union to individual structs.
|
2013-12-21 18:17:45 +00:00 |
mma.c
|
stm: LCD support for PYBv4; fix MMA reading code.
|
2014-01-23 18:10:42 +00:00 |
mma.h
|
Add module object, to be used eventually for import.
|
2014-01-02 21:30:26 +00:00 |
mpconfigport.h
|
stm: USB host mode working! Restructure stm library directories.
|
2014-01-26 17:41:01 +00:00 |
printf.c
|
stm: Remove unneccesary include of mpconfigport (already in mpconfig).
|
2014-01-27 23:52:47 +00:00 |
pybwlan.c
|
Revamp qstrs: they now include length and hash.
|
2014-01-21 21:40:13 +00:00 |
pybwlan.h
|
stm: initial commit of working CC3000 driver, based on Adafruit.
|
2013-12-05 20:38:23 +00:00 |
qstrdefsport.h
|
stm: Clean up main.c; disable libgcc by default.
|
2014-01-21 23:28:03 +00:00 |
rtc.c
|
stm: Increase timeout for RTC LSE startup; use backup regs.
|
2014-01-28 23:47:28 +00:00 |
rtc.h
|
Move RTC to Separate Module
|
2014-01-23 13:49:06 +02:00 |
sdio.c
|
Add support for SD card (not working).
|
2013-10-24 00:22:27 +01:00 |
servo.c
|
Revamp qstrs: they now include length and hash.
|
2014-01-21 21:40:13 +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
|
stm: Upgrade ST peripheral library from 1.1.0 to 1.3.0.
|
2014-01-19 17:40:35 +00:00 |
std.h
|
stm: Clean up main.c; disable libgcc by default.
|
2014-01-21 23:28:03 +00:00 |
stm32f405.ld
|
stm: Fix gccollect ram range.
|
2014-01-29 19:21:17 +00:00 |
stm32fxxx_it.c
|
stm: USB host mode working! Restructure stm library directories.
|
2014-01-26 17:41:01 +00:00 |
stm32fxxx_it.h
|
Working SysTick, code factoring, some boot-up code.
|
2013-10-19 14:40:54 +01:00 |
storage.c
|
Revamp qstrs: they now include length and hash.
|
2014-01-21 21:40:13 +00:00 |
storage.h
|
Revert MP_BOOL, etc. and use <stdbool.h> instead
|
2014-01-06 13:51:53 -08:00 |
string0.c
|
stm: Add memcmp() implementation.
|
2014-01-23 02:47:10 +02:00 |
system_stm32f4xx.c
|
Remove hardcoded PLL_M value
|
2014-01-21 14:43:13 +02: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
|
Revamp qstrs: they now include length and hash.
|
2014-01-21 21:40:13 +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
|
stm: Improved ADC module; add BOARD_NAME config value.
|
2014-01-25 16:30:47 +00:00 |
usart.h
|
stm: Re-instate C debugging USART port (disabled by default).
|
2014-01-13 00:20:06 +00:00 |
usb.c
|
stm: USB host mode working! Restructure stm library directories.
|
2014-01-26 17:41:01 +00:00 |
usb.h
|
stm: USB host mode working! Restructure stm library directories.
|
2014-01-26 17:41:01 +00:00 |
usrsw.c
|
stm: Improved ADC module; add BOARD_NAME config value.
|
2014-01-25 16:30:47 +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 |