micropython/stmhal
Damien George 4029f51842 stmhal: Fix UART so bits counts number of data bits, not incl parity.
Addresses issue #950.
2014-10-31 20:28:10 +00:00
..
boards stmhal: Fix pin af definition: TIM2_CH1_ETR -> TIM2_CH1/TIM2_ETR. 2014-10-23 22:07:24 +01:00
cmsis
fatfs
hal stmhal: Adjust computation of SYSCLK to retain precision. 2014-10-04 01:54:02 +01:00
usbdev stmhal: Fill in USB class/subclass/proto for CDC+HID device. 2014-10-25 01:14:39 +01:00
usbhost
.gitignore
Makefile py: Add builtin round function. 2014-10-31 11:28:50 +00:00
accel.c
accel.h
adc.c
adc.h
autoflash
bufhelper.c
bufhelper.h
can.c stmhal: Update some inlined docs for network and CAN. 2014-10-31 01:12:54 +00:00
can.h stmhal: Add basic CAN bus support. 2014-10-02 17:32:02 +01:00
dac.c stmhal: Allow DAC object to be initialised from a pin. 2014-10-26 21:46:06 +00:00
dac.h
diskio.c
diskio.h
extint.c
extint.h
ffconf.c
ffconf.h
file.c Implement kwargs for builtin open() and _io.FileIO 2014-10-21 22:10:01 +03:00
file.h
flash.c
flash.h
font_petme128_8x8.h
gccollect.c
gccollect.h
gchelper.s
help.c stmhal: Update help text. 2014-10-02 14:51:17 +01:00
i2c.c stmhal: Use OSError with POSIX error code for HAL errors. 2014-10-23 14:25:32 +01:00
i2c.h
import.c
input.c
irq.c
irq.h
lcd.c stmhal: Use mp_uint_t where appropriate. 2014-10-05 21:51:54 +01:00
lcd.h
led.c
led.h
lexerfatfs.c py: Add further checks for failed malloc in lexer init functions. 2014-10-09 16:53:37 +01:00
lexerfatfs.h
main.c stmhal: Change fresh boot.py and main.py to use \r\n newlines. 2014-10-25 01:14:39 +01:00
make-stmconst.py
modcc3k.c stmhal: Update some inlined docs for network and CAN. 2014-10-31 01:12:54 +00:00
modnetwork.c stmhal: Update some inlined docs for network and CAN. 2014-10-31 01:12:54 +00:00
modnetwork.h
modpyb.c Add pyb.hard_reset, and make sys.exit() or raise SystemExit do a soft reset. 2014-10-22 19:14:20 +01:00
modstm.c
modstmconst.gen.c
moduos.c stmhal: Rename module files to keep consistency with module name. 2014-10-12 20:24:55 +01:00
moduselect.c stmhal: Rename module files to keep consistency with module name. 2014-10-12 20:24:55 +01:00
modusocket.c stmhal: Update some inlined docs for network and CAN. 2014-10-31 01:12:54 +00:00
modutime.c stmhal: Rename module files to keep consistency with module name. 2014-10-12 20:24:55 +01:00
modwiznet5k.c stmhal: Update some inlined docs for network and CAN. 2014-10-31 01:12:54 +00:00
mpconfigport.h stmhal: Add ioctl to USB_VCP object, so it works with select. 2014-10-31 00:12:02 +00:00
mpconfigport.mk
mphal.c stmhal: Use OSError with POSIX error code for HAL errors. 2014-10-23 14:25:32 +01:00
mphal.h stmhal: Use OSError with POSIX error code for HAL errors. 2014-10-23 14:25:32 +01:00
pendsv.c py: Add mp_pending_exception global variable, for VM soft interrupt. 2014-10-25 23:37:57 +01:00
pendsv.h
pin.c
pin.h
pin_defs_stmhal.c
pin_defs_stmhal.h
pin_named_pins.c
portmodules.h stmhal: Enable module weak links. 2014-10-12 20:23:47 +01:00
printf.c Allow real memory errors (from locked gc) to be reported with traceback. 2014-10-07 08:07:49 -07:00
pybcdc.inf_template
pybioctl.h
pybstdio.c
pybstdio.h
pyexec.c stmhal: Improve REPL control codes; improve pyboard.py script. 2014-10-26 15:39:22 +00:00
pyexec.h stmhal: Don't return SystemExit value from parse_compile_execute. 2014-10-22 19:14:20 +01:00
qstrdefsport.h stmhal: Implement support for RTS/CTS hardware flow control in UART. 2014-10-31 00:40:57 +00:00
readline.c stmhal: Improve REPL control codes; improve pyboard.py script. 2014-10-26 15:39:22 +00:00
readline.h
rng.c
rng.h
rtc.c
rtc.h
sdcard.c stmhal: Add retry to SD card init. 2014-10-20 00:04:27 +01:00
sdcard.h
servo.c
servo.h
spi.c stmhal: Change SPI phase spec to 0,1 to match standard conventions. 2014-10-26 13:54:31 +00:00
spi.h
startup_stm32f40xx.s
std.h
stm32f4xx_hal_msp.c
stm32f4xx_it.c stmhal: Overhaul UART class to use read/write, and improve it. 2014-10-21 22:15:20 +01:00
stm32f4xx_it.h
stm32f405.ld stmhal: Set entry point for ELF binary debugging 2014-10-21 16:48:32 +02:00
storage.c
storage.h
string0.c Fix errors after enabling -Wpointer-arith 2014-10-29 15:42:38 +00:00
system_stm32f4xx.c stmhal: Allow pyb.freq() function to change SYSCLK frequency. 2014-10-04 01:54:31 +01:00
systick.c
systick.h
timer.c Add support for complimentary channel output and deadtime. 2014-10-10 13:54:03 -07:00
timer.h
uart.c stmhal: Fix UART so bits counts number of data bits, not incl parity. 2014-10-31 20:28:10 +00:00
uart.h stmhal: Overhaul UART class to use read/write, and improve it. 2014-10-21 22:15:20 +01:00
usb.c stmhal: Add ioctl to USB_VCP object, so it works with select. 2014-10-31 00:12:02 +00:00
usb.h
usbd_cdc_interface.c stmhal: Add ioctl to USB_VCP object, so it works with select. 2014-10-31 00:12:02 +00:00
usbd_cdc_interface.h stmhal: Add ioctl to USB_VCP object, so it works with select. 2014-10-31 00:12:02 +00:00
usbd_conf.c
usbd_conf.h
usbd_desc.h stmhal: Change USB PID when in CDC+HID mode. 2014-10-25 22:55:07 +01:00
usbd_desc_cdc_msc.c stmhal: Change USB PID when in CDC+HID mode. 2014-10-25 22:55:07 +01:00
usbd_msc_storage.c Proposed fix for USB Mass Storage. 2014-10-01 22:52:02 +01:00
usbd_msc_storage.h
usrsw.c
usrsw.h