micropython/stmhal
Damien George 65cad12d38 py: Add option to compiler to specify default code emitter.
Also add command line option to unix port to select emitter.
2014-04-06 11:48:15 +01:00
..
boards stmhal: Unify naming of HW config; make SD detect configurable. 2014-03-30 12:30:35 +01:00
cmsis
fatfs
hal
usbdev
usbhost
Makefile stmhal: Add timer module; move servo PWM from TIM2 to TIM5. 2014-04-02 15:09:36 +01:00
accel.c py: Remove old "run time" functions that were 1 liners. 2014-03-31 16:28:13 +01:00
accel.h
adc.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
adc.h
autoflash stmhal: autoflash now enters serial comms after flashing. 2014-04-05 17:16:00 +01:00
dac.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
dac.h
diskio.c stmhal: Unify naming of HW config; make SD detect configurable. 2014-03-30 12:30:35 +01:00
diskio.h
exti.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
exti.h
ffconf.h
file.c py: Replace stream_p with *stream_p in mp_obj_type_t. 2014-04-05 23:02:23 +01:00
file.h
flash.c
flash.h
font_petme128_8x8.h
gccollect.c
gccollect.h
gchelper.s
gpio.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
gpio.h
help.c py: Change module globals from mp_map_t* to mp_obj_dict_t*. 2014-04-05 21:53:54 +01:00
i2c.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
i2c.h
import.c
input.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
lcd.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
lcd.h
led.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
led.h
lexerfatfs.c
lexerfatfs.h
main.c stmhal: On soft reset, if in raw REPL mode, don't run main.py. 2014-04-03 22:44:08 +01:00
malloc0.c Improve GC finalisation code; add option to disable it. 2014-04-05 20:35:48 +01:00
math.c stmhal: Add powf, logf, log2f, log10f. 2014-04-03 22:11:28 +01:00
modos.c py: Change module globals from mp_map_t* to mp_obj_dict_t*. 2014-04-05 21:53:54 +01:00
modos.h
modpyb.c py: Change module globals from mp_map_t* to mp_obj_dict_t*. 2014-04-05 21:53:54 +01:00
modpyb.h
modtime.c py: Change module globals from mp_map_t* to mp_obj_dict_t*. 2014-04-05 21:53:54 +01:00
modtime.h
mpconfigport.h py: Make globals and locals proper dictionary objects. 2014-04-05 22:36:42 +01:00
pendsv.c
pendsv.h
pin.c
pin.h
pin_map.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
pin_named_pins.c
printf.c Enhance str.format support 2014-04-01 01:17:33 -07:00
pybcdc.inf
pybstdio.c
pybstdio.h
pyexec.c py: Add option to compiler to specify default code emitter. 2014-04-06 11:48:15 +01:00
pyexec.h
qstrdefsport.h py: Replace stream_p with *stream_p in mp_obj_type_t. 2014-04-05 23:02:23 +01:00
readline.c stmhal: Add more escape seqs; add debugging output for escape seq. 2014-04-05 11:45:59 +01:00
readline.h
rng.c
rng.h
rtc.c
rtc.h
sdcard.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
sdcard.h
servo.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
servo.h stmhal: Add timer module; move servo PWM from TIM2 to TIM5. 2014-04-02 15:09:36 +01:00
startup_stm32f40xx.s
std.h
stm32f4xx_hal_msp.c stmhal: Add timer module; move servo PWM from TIM2 to TIM5. 2014-04-02 15:09:36 +01:00
stm32f4xx_it.c stmhal: Add timer module; move servo PWM from TIM2 to TIM5. 2014-04-02 15:09:36 +01:00
stm32f4xx_it.h
stm32f405.ld
storage.c
storage.h
string0.c
system_stm32f4xx.c
systick.c
systick.h
timer.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
timer.h stmhal: Add timer module; move servo PWM from TIM2 to TIM5. 2014-04-02 15:09:36 +01:00
usart.c py: Change nlr_jump to nlr_raise, to aid in debugging. 2014-04-05 18:32:08 +01:00
usart.h
usb.c stmhal: Unify naming of HW config; make SD detect configurable. 2014-03-30 12:30:35 +01:00
usb.h stmhal: Add home/end cursor support in readline. 2014-04-03 23:30:24 +01:00
usbd_cdc_interface.c
usbd_cdc_interface.h stmhal: Add timer module; move servo PWM from TIM2 to TIM5. 2014-04-02 15:09:36 +01:00
usbd_conf.c
usbd_conf.h
usbd_desc.h
usbd_desc_cdc_msc.c
usbd_msc_storage.c stmhal: Unify naming of HW config; make SD detect configurable. 2014-03-30 12:30:35 +01:00
usbd_msc_storage.h
usrsw.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
usrsw.h