.. |
boards
|
stm: Improve DAC (audio) bindings.
|
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 Configurable LFN support to FatFS
|
11 years ago |
stmperiph
|
Fix build for netduino and stm32f4disc
|
11 years ago |
stmusb
|
stm: Only define __packed if not already defined.
|
11 years ago |
stmusbd
|
stm: Add option to pyb_usb_dev_init() to use USB HID interface.
|
11 years ago |
stmusbh
|
stm: USB host mode working! Restructure stm library directories.
|
11 years ago |
.gitignore
|
Inital commit of stm32f4xx framework.
|
11 years ago |
Makefile
|
stm: Put pyb module in ROM.
|
11 years ago |
accel.c
|
stm: Rename mma -> accel.
|
11 years ago |
accel.h
|
stm: Rename mma -> accel.
|
11 years ago |
adc.c
|
stm: Wrap some functions in MICROPY_ENABLE_FLOAT.
|
11 years ago |
adc.h
|
stm: Improved ADC module; add BOARD_NAME config value.
|
11 years ago |
audio.c
|
stm: Add DMA support to Audio object.
|
11 years ago |
audio.h
|
stm: Improve DAC (audio) bindings.
|
11 years ago |
delay.s
|
Inital commit of stm32f4xx framework.
|
11 years ago |
exti.c
|
stm: Put pyb module in ROM.
|
11 years ago |
exti.h
|
stm: Put pyb module in ROM.
|
11 years ago |
file.c
|
Implement proper exception type hierarchy.
|
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 |
gccollect.c
|
stm: Tidy up memory labels; optimise GC root scanning.
|
11 years ago |
gccollect.h
|
stm: Tidy up memory labels; optimise GC root scanning.
|
11 years ago |
gchelper.s
|
stm: Tidy up memory labels; optimise GC root scanning.
|
11 years ago |
gpio.c
|
stm: Put pyb module in ROM.
|
11 years ago |
gpio.h
|
stm: Put pyb module in ROM.
|
11 years ago |
i2c.c
|
Implement proper exception type hierarchy.
|
11 years ago |
i2c.h
|
Added i2c python interface object
|
11 years ago |
import.c
|
stm: Implement mp_import_stat.
|
11 years ago |
lcd.c
|
Change mp_obj_type_t.name from const char * to qstr.
|
11 years ago |
lcd.h
|
STM: add LCD functions for pixel access; add RNG Py bindings.
|
11 years ago |
led.c
|
Update LED configuration
|
11 years ago |
led.h
|
stm: Clean up main.c; disable libgcc by default.
|
11 years ago |
lexerfatfs.c
|
stm: Implement mp_import_stat.
|
11 years ago |
lexerfatfs.h
|
stm: Add stm import support.
|
11 years ago |
main.c
|
stm: Put pyb module in ROM.
|
11 years ago |
malloc0.c
|
Generalize malloc-via-gc-heap support, make it available to unix port.
|
11 years ago |
math.c
|
stm: Add some floating-point math functions.
|
11 years ago |
mpconfigport.h
|
Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.
|
11 years ago |
pendsv.c
|
stm: Make pendsv_nlr_jump work when debugging is enabled.
|
11 years ago |
pendsv.h
|
stm: Add support for ctrl-C to interrupt running Python.
|
11 years ago |
pin.c
|
Add pin mapping code.
|
11 years ago |
pin.h
|
stm: Put pyb module in ROM.
|
11 years ago |
pin_map.c
|
stm: Put pyb module in ROM.
|
11 years ago |
pin_named_pins.c
|
Add pin mapping code.
|
11 years ago |
printf.c
|
Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.
|
11 years ago |
pybmodule.c
|
stm: Put pyb module in ROM.
|
11 years ago |
pybmodule.h
|
stm: Put pyb module in ROM.
|
11 years ago |
pybwlan.c
|
Remove mp_obj_new_exception_msg_1_arg and _2_arg.
|
11 years ago |
pybwlan.h
|
stm: initial commit of working CC3000 driver, based on Adafruit.
|
11 years ago |
pyexec.c
|
stm: Put pyb module in ROM.
|
11 years ago |
pyexec.h
|
stm: Put pyb module in ROM.
|
11 years ago |
qstrdefsport.h
|
stm: Put pyb module in ROM.
|
11 years ago |
rtc.c
|
stm: Add RTC start-up info, and uPy bindings.
|
11 years ago |
rtc.h
|
stm: Add RTC start-up info, and uPy bindings.
|
11 years ago |
sdcard.c
|
Implement proper exception type hierarchy.
|
11 years ago |
sdcard.h
|
stm: If SD card inserted on hard reset, it is the medium for USB MSD.
|
11 years ago |
servo.c
|
stm: Put pyb module in ROM.
|
11 years ago |
servo.h
|
stm: Put pyb module in ROM.
|
11 years ago |
startup_stm32f40xx.s
|
stm: Tidy up memory labels; optimise GC root scanning.
|
11 years ago |
std.h
|
stm: Provide malloc()/realloc()/free(), as forwarding to gc_*() functions.
|
11 years ago |
stm32f405.ld
|
stm: Tidy up memory labels; optimise GC root scanning.
|
11 years ago |
stm32fxxx_it.c
|
Add EXTI support
|
11 years ago |
stm32fxxx_it.h
|
Working SysTick, code factoring, some boot-up code.
|
11 years ago |
storage.c
|
stm: Mount SD card on 1:/ if present.
|
11 years ago |
storage.h
|
stm: Mount SD card on 1:/ if present.
|
11 years ago |
string0.c
|
stm: Remove unused, useless and not-to-be-used strndup.
|
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: Put pyb module in ROM.
|
11 years ago |
usart.h
|
stm: Put pyb module in ROM.
|
11 years ago |
usb.c
|
stm: Add option to pyb_usb_dev_init() to use USB HID interface.
|
11 years ago |
usb.h
|
stm: Add option to pyb_usb_dev_init() to use USB HID interface.
|
11 years ago |
usrsw.c
|
Remove param from python API of ext_register
|
11 years ago |
usrsw.h
|
stm: rename sw_xx to switch_xx; change Python bindings to new version.
|
11 years ago |