micropython/stm
mux 6882dbd9f8 Implement machine_sqrt using VSQRT 2014-03-02 00:33:39 +02:00
..
boards stm: Open header file in text mode (in make-pins). 2014-02-26 16:30:33 +00:00
cc3k
cmsis
fatfs Add Configurable LFN support to FatFS 2014-02-22 22:09:00 +02:00
stmperiph Fix build for netduino and stm32f4disc 2014-02-16 23:14:49 -08:00
stmusb stm: Only define __packed if not already defined. 2014-02-16 11:24:44 +00:00
stmusbd stm: Add option to pyb_usb_dev_init() to use USB HID interface. 2014-02-24 01:12:04 +00:00
stmusbh
.gitignore
Makefile Print an error if a non-valid BOARD is specified. 2014-02-26 00:04:01 -08:00
accel.c stm: Rename mma -> accel. 2014-02-16 21:41:57 +00:00
accel.h stm: Rename mma -> accel. 2014-02-16 21:41:57 +00:00
adc.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
adc.h
audio.c
audio.h
delay.s
exti.c Remove param from python API of ext_register 2014-02-26 20:24:51 -08:00
exti.h Remove param from python API of ext_register 2014-02-26 20:24:51 -08:00
file.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
file.h
flash.c
flash.h
font_petme128_8x8.h
gccollect.c stm: Tidy up memory labels; optimise GC root scanning. 2014-02-10 22:50:44 +00:00
gccollect.h stm: Tidy up memory labels; optimise GC root scanning. 2014-02-10 22:50:44 +00:00
gchelper.s stm: Tidy up memory labels; optimise GC root scanning. 2014-02-10 22:50:44 +00:00
gpio.c Add pin mapping code. 2014-02-17 21:20:38 -08:00
gpio.h Add EXTI support 2014-02-23 11:26:22 -08:00
i2c.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
i2c.h
import.c stm: Implement mp_import_stat. 2014-02-17 22:44:20 +00:00
lcd.c Change mp_obj_type_t.name from const char * to qstr. 2014-02-15 11:34:50 +00:00
lcd.h
led.c Update LED configuration 2014-02-26 00:05:34 -08:00
led.h
lexerfatfs.c stm: Implement mp_import_stat. 2014-02-17 22:44:20 +00:00
lexerfatfs.h
main.c Implement machine_sqrt using VSQRT 2014-03-02 00:33:39 +02:00
malloc0.c Generalize malloc-via-gc-heap support, make it available to unix port. 2014-02-11 16:20:02 +02:00
mpconfigport.h Merge pull request #316 from iabdalkader/fatfs_lfn 2014-02-22 22:36:24 +00:00
pendsv.c stm: Make pendsv_nlr_jump work when debugging is enabled. 2014-02-23 00:31:11 +00:00
pendsv.h
pin.c Add pin mapping code. 2014-02-17 21:20:38 -08:00
pin.h Add pin mapping code. 2014-02-17 21:20:38 -08:00
pin_map.c Add pin mapping code. 2014-02-17 21:20:38 -08:00
pin_named_pins.c Add pin mapping code. 2014-02-17 21:20:38 -08:00
printf.c Fix floating point printing of negative numbers in the range (0, -1.0) 2014-02-25 15:24:25 -08:00
pybwlan.c Remove mp_obj_new_exception_msg_1_arg and _2_arg. 2014-02-12 23:02:19 +00:00
pybwlan.h
pyexec.c stm: Make pendsv_nlr_jump work when debugging is enabled. 2014-02-23 00:31:11 +00:00
pyexec.h stm: Put REPL functions in own file; add raw REPL mode. 2014-02-16 21:36:03 +00:00
qstrdefsport.h Add EXTI support 2014-02-23 11:26:22 -08:00
rtc.c stm: Add RTC start-up info, and uPy bindings. 2014-02-19 23:15:09 +00:00
rtc.h stm: Add RTC start-up info, and uPy bindings. 2014-02-19 23:15:09 +00:00
sdcard.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
sdcard.h stm: If SD card inserted on hard reset, it is the medium for USB MSD. 2014-02-13 23:21:02 +00:00
servo.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
servo.h
startup_stm32f40xx.s stm: Tidy up memory labels; optimise GC root scanning. 2014-02-10 22:50:44 +00:00
std.h stm: Provide malloc()/realloc()/free(), as forwarding to gc_*() functions. 2014-02-11 18:09:50 +02:00
stm32f405.ld stm: Tidy up memory labels; optimise GC root scanning. 2014-02-10 22:50:44 +00:00
stm32fxxx_it.c Add EXTI support 2014-02-23 11:26:22 -08:00
stm32fxxx_it.h
storage.c stm: Mount SD card on 1:/ if present. 2014-02-08 16:00:15 +00:00
storage.h stm: Mount SD card on 1:/ if present. 2014-02-08 16:00:15 +00:00
string0.c stm: Remove unused, useless and not-to-be-used strndup. 2014-02-10 22:55:15 +00:00
system_stm32f4xx.c
systick.c
systick.h
timer.c
timer.h
usart.c Fix usart_obj_tx_char 2014-02-17 21:49:07 +02:00
usart.h stm: Add USART enum for pyboard skin labels. 2014-02-23 00:30:48 +00:00
usb.c stm: Add option to pyb_usb_dev_init() to use USB HID interface. 2014-02-24 01:12:04 +00:00
usb.h stm: Add option to pyb_usb_dev_init() to use USB HID interface. 2014-02-24 01:12:04 +00:00
usrsw.c Remove param from python API of ext_register 2014-02-26 20:24:51 -08:00
usrsw.h