micropython/stmhal
Damien George 3996611c1b stmhal: Add home/end cursor support in readline.
Home/end work in picocom and screen (different codes in those 2
programs).  Also, CTRL-A (for non-empty liny) and CTRL-E act as
home/end.
2014-04-03 23:30:24 +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 stmhal: Implement selector for USB device mode; improve boot up. 2014-03-30 00:00:15 +00:00
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 stmhal: Shuffle around some init functions in main(). 2014-03-25 23:33:47 +00:00
adc.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
adc.h stmhal: Make pyb.ADC the ADC class (not a function). 2014-03-24 19:27:13 +00:00
autoflash
dac.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
dac.h stmhal: Add DAC driver. 2014-03-24 15:15:33 +00:00
diskio.c stmhal: Unify naming of HW config; make SD detect configurable. 2014-03-30 12:30:35 +01:00
diskio.h
exti.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
exti.h
ffconf.h
file.c stmhal: Reimplement file support using stream protocol API. 2014-04-03 22:14:29 +03: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 Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
i2c.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
i2c.h stmhal: Add I2C support; change accel driver to use new I2C. 2014-03-25 23:26:14 +00:00
import.c stmhal: Add accelerometer driver; fix bug with LFN. 2014-03-20 23:33:30 +00:00
input.c stmhal: Factor out stdio and readline to separate files. 2014-03-29 14:20:05 +00:00
lcd.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
lcd.h
led.c stmhal: Add timer module; move servo PWM from TIM2 to TIM5. 2014-04-02 15:09:36 +01:00
led.h stmhal: Make Led, Servo and Accel their class, not a function. 2014-03-24 11:48:39 +00:00
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
math.c stmhal: Add powf, logf, log2f, log10f. 2014-04-03 22:11:28 +01:00
modos.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
modos.h Proper support for registering builtin modules in ROM. 2014-03-25 14:18:18 +00:00
modpyb.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
modpyb.h Proper support for registering builtin modules in ROM. 2014-03-25 14:18:18 +00:00
modtime.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
modtime.h Proper support for registering builtin modules in ROM. 2014-03-25 14:18:18 +00:00
mpconfigport.h Proper support for registering builtin modules in ROM. 2014-03-25 14:18:18 +00:00
pendsv.c
pendsv.h
pin.c
pin.h stmhal - fixed up adc stuff 2014-03-24 11:16:35 -07:00
pin_map.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
pin_named_pins.c
printf.c Enhance str.format support 2014-04-01 01:17:33 -07:00
pybcdc.inf stmhal: Add Windows .inf file for USB CDC device. 2014-03-29 17:43:02 +00:00
pybstdio.c stmhal: Factor out stdio and readline to separate files. 2014-03-29 14:20:05 +00:00
pybstdio.h stmhal: Factor out stdio and readline to separate files. 2014-03-29 14:20:05 +00:00
pyexec.c stmhal: Fix raw REPL so that it passes through more ASCII chars. 2014-04-03 22:11:43 +01:00
pyexec.h stmhal: Improve REPL CTRL commands. 2014-03-24 12:23:37 +00:00
qstrdefsport.h stmhal: Reimplement file support using stream protocol API. 2014-04-03 22:14:29 +03:00
readline.c stmhal: Add home/end cursor support in readline. 2014-04-03 23:30:24 +01:00
readline.h stmhal: Factor out stdio and readline to separate files. 2014-03-29 14:20:05 +00:00
rng.c stmhal: Add os module with a few basic functions. 2014-03-22 14:56:32 +00:00
rng.h stmhal: Add os module with a few basic functions. 2014-03-22 14:56:32 +00:00
rtc.c
rtc.h
sdcard.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
sdcard.h
servo.c stmhal: Fix servo object; add fpclassify to math functions. 2014-04-02 19:55: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 stmhal: Add timer module; move servo PWM from TIM2 to TIM5. 2014-04-02 15:09:36 +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 Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
usart.h stmhal: Change Usart creation function to class make_new. 2014-03-25 23:40:54 +00:00
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 stmhal: Implement selector for USB device mode; improve boot up. 2014-03-30 00:00:15 +00:00
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 stmhal: USB CDC and MSC device work together. 2014-03-22 12:32:54 +00:00
usbd_conf.h stmhal: Tidy up USB device configuration. Make it use less RAM. 2014-03-22 12:46:23 +00:00
usbd_desc.h stmhal: Add support for USB MSC device. 2014-03-21 23:32:01 +00:00
usbd_desc_cdc_msc.c stmhal: USB CDC and MSC device work together. 2014-03-22 12:32:54 +00:00
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 stmhal: Add support for USB MSC device. 2014-03-21 23:32:01 +00:00
usrsw.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
usrsw.h stmhal: Implement selector for USB device mode; improve boot up. 2014-03-30 00:00:15 +00:00