micropython/stmhal
Damien George cce7119a2b stmhal: Work around crazy bug in USB CDC.
Packets of 64 bytes length are not send to the host until the following
packet is sent.  Fixed by never sending packets of 64 bytes length.
2014-04-14 01:46:25 +01:00
..
boards Fix make-pins.py to support having multiple names for a pin. 2014-04-08 15:45:47 -07:00
cmsis
fatfs stmhal: Move fatfs volume/partition lookup table to ROM. 2014-04-12 00:51:57 +01:00
hal
usbdev
usbhost
Makefile stmhal: Add stm module, which contains some constants for the MCU. 2014-04-10 22:46:40 +01:00
accel.c
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
dac.c py: Fix mp_get_buffer, and use it in more places. 2014-04-13 12:08:52 +01:00
dac.h
diskio.c stmhal: Move fatfs volume/partition lookup table to ROM. 2014-04-12 00:51:57 +01:00
diskio.h
exti.c stmhal: Make USRSW re-register the EXTI callback each time it's set. 2014-04-08 22:35:42 +01:00
exti.h stmhal: Make USRSW re-register the EXTI callback each time it's set. 2014-04-08 22:35:42 +01:00
ffconf.h
file.c unix, stmhal: Consistently use "FileIO" as class name for file objects. 2014-04-08 04:08:16 +03:00
file.h
flash.c
flash.h
font_petme128_8x8.h
gccollect.c stmhal: Put a USB structure in ROM; GC doesn't scan the data segment. 2014-04-12 18:50:20 +01:00
gccollect.h
gchelper.s
gpio.c
gpio.h
help.c stmhal: Improve help() function. 2014-04-09 01:16:29 +01:00
i2c.c py: Fix mp_get_buffer, and use it in more places. 2014-04-13 12:08:52 +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
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 stm[hal]: Init mp_sys_path and mp_sys_argv correctly. 2014-04-13 13:19:09 +01:00
malloc0.c Improve GC finalisation code; add option to disable it. 2014-04-05 20:35:48 +01:00
math.c
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 stmhal: Add pyb.wfi() function (calls __WFI). 2014-04-14 01:45:24 +01:00
modpyb.h
modstm.c stmhal: Add stm module, which contains some constants for the MCU. 2014-04-10 22:46:40 +01:00
modstm.h stmhal: Add stm module, which contains some constants for the MCU. 2014-04-10 22:46:40 +01:00
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 stmhal: Add stdin/stdout/stderr objects. 2014-04-13 19:00:56 +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
pybcdc.h stmhal: Update windows driver; \r\n newlines and addition USB id. 2014-04-09 02:23:24 +01:00
pybcdc.inf Tweak pybcdc.inf to match recent changes to pybcdc.h 2014-04-10 02:07:55 +01:00
pybstdio.c stmhal: Add stdin/stdout/stderr objects. 2014-04-13 19:00:56 +01:00
pybstdio.h
pyexec.c Improve REPL detecting when input needs to continue. 2014-04-08 11:04:29 +00:00
pyexec.h
qstrdefsport.h stmhal: Add pyb.wfi() function (calls __WFI). 2014-04-14 01:45:24 +01:00
readline.c
readline.h
rng.c
rng.h
rtc.c
rtc.h
sdcard.c
sdcard.h
servo.c stmhal: Add functionality to Servo object. 2014-04-09 00:45:45 +01:00
servo.h
startup_stm32f40xx.s
std.h
stm32f4xx_hal_msp.c
stm32f4xx_it.c
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
usart.c stmhal: Improved usart module a bit. 2014-04-14 01:45:58 +01:00
usart.h stmhal: Improved usart module a bit. 2014-04-14 01:45:58 +01:00
usb.c stmhal: Put a USB structure in ROM; GC doesn't scan the data segment. 2014-04-12 18:50:20 +01:00
usb.h
usbd_cdc_interface.c stmhal: Work around crazy bug in USB CDC. 2014-04-14 01:46:25 +01:00
usbd_cdc_interface.h
usbd_conf.c
usbd_conf.h
usbd_desc.h stmhal: Put a USB structure in ROM; GC doesn't scan the data segment. 2014-04-12 18:50:20 +01:00
usbd_desc_cdc_msc.c stmhal: Put a USB structure in ROM; GC doesn't scan the data segment. 2014-04-12 18:50:20 +01:00
usbd_msc_storage.c
usbd_msc_storage.h
usrsw.c stmhal: Make USRSW re-register the EXTI callback each time it's set. 2014-04-08 22:35:42 +01:00
usrsw.h