..
boards
stmhal: Unify naming of HW config; make SD detect configurable.
11 years ago
cmsis
Initial checkin with STM HAL
11 years ago
fatfs
Initial checkin with STM HAL
11 years ago
hal
stmhal - More systick cleanup. Fix HAL_Delay
11 years ago
usbdev
stmhal: Implement selector for USB device mode; improve boot up.
11 years ago
usbhost
Initial checkin with STM HAL
11 years ago
Makefile
stmhal: Unify naming of HW config; make SD detect configurable.
11 years ago
accel.c
Merge map.h into obj.h.
11 years ago
accel.h
stmhal: Shuffle around some init functions in main().
11 years ago
adc.c
Merge map.h into obj.h.
11 years ago
adc.h
stmhal: Make pyb.ADC the ADC class (not a function).
11 years ago
autoflash
stmhal: Add autoflash script, to flash a DFU device automatically.
11 years ago
dac.c
Merge map.h into obj.h.
11 years ago
dac.h
stmhal: Add DAC driver.
11 years ago
diskio.c
stmhal: Unify naming of HW config; make SD detect configurable.
11 years ago
diskio.h
stmhal: Add fatfs support, working with flash and SD card.
11 years ago
exti.c
Merge map.h into obj.h.
11 years ago
exti.h
stmhal - add pin mapping, gpio, exti, usrsw
11 years ago
ffconf.h
stmhal: Add fatfs support, working with flash and SD card.
11 years ago
file.c
Merge map.h into obj.h.
11 years ago
file.h
stmhal: Add fatfs support, working with flash and SD card.
11 years ago
flash.c
stmhal: Add flash write support and flash storage driver.
11 years ago
flash.h
stmhal: Add flash write support and flash storage driver.
11 years ago
font_petme128_8x8.h
stmhal: Add LCD driver.
11 years ago
gccollect.c
REPl working on UART6 with STMHAL
11 years ago
gccollect.h
REPl working on UART6 with STMHAL
11 years ago
gchelper.s
REPl working on UART6 with STMHAL
11 years ago
gpio.c
Rename rt_* to mp_*.
11 years ago
gpio.h
stmhal - add pin mapping, gpio, exti, usrsw
11 years ago
help.c
Merge map.h into obj.h.
11 years ago
i2c.c
Merge map.h into obj.h.
11 years ago
i2c.h
stmhal: Add I2C support; change accel driver to use new I2C.
11 years ago
import.c
stmhal: Add accelerometer driver; fix bug with LFN.
11 years ago
input.c
stmhal: Factor out stdio and readline to separate files.
11 years ago
lcd.c
Rename rt_* to mp_*.
11 years ago
lcd.h
stmhal: Add LCD driver.
11 years ago
led.c
Merge map.h into obj.h.
11 years ago
led.h
stmhal: Make Led, Servo and Accel their class, not a function.
11 years ago
lexerfatfs.c
stmhal: Add fatfs support, working with flash and SD card.
11 years ago
lexerfatfs.h
REPl working on UART6 with STMHAL
11 years ago
main.c
Rename rt_* to mp_*.
11 years ago
malloc0.c
REPl working on UART6 with STMHAL
11 years ago
math.c
stm/stmhal: Change gammaf to tgammaf.
11 years ago
modos.c
Merge map.h into obj.h.
11 years ago
modos.h
Proper support for registering builtin modules in ROM.
11 years ago
modpyb.c
Merge map.h into obj.h.
11 years ago
modpyb.h
Proper support for registering builtin modules in ROM.
11 years ago
modtime.c
Merge map.h into obj.h.
11 years ago
modtime.h
Proper support for registering builtin modules in ROM.
11 years ago
mpconfigport.h
Proper support for registering builtin modules in ROM.
11 years ago
pendsv.c
stmhal: Get USB enumerating a CDC device.
11 years ago
pendsv.h
stmhal: Get USB enumerating a CDC device.
11 years ago
pin.c
REPl working on UART6 with STMHAL
11 years ago
pin.h
stmhal - fixed up adc stuff
11 years ago
pin_map.c
Merge map.h into obj.h.
11 years ago
pin_named_pins.c
stmhal - add pin mapping, gpio, exti, usrsw
11 years ago
printf.c
stmhal: Remove unnecessary include.
11 years ago
pybcdc.inf
stmhal: Add Windows .inf file for USB CDC device.
11 years ago
pybstdio.c
stmhal: Factor out stdio and readline to separate files.
11 years ago
pybstdio.h
stmhal: Factor out stdio and readline to separate files.
11 years ago
pyexec.c
Rename rt_* to mp_*.
11 years ago
pyexec.h
stmhal: Improve REPL CTRL commands.
11 years ago
qstrdefsport.h
stmhal: Implement selector for USB device mode; improve boot up.
11 years ago
readline.c
stmhal: Factor out stdio and readline to separate files.
11 years ago
readline.h
stmhal: Factor out stdio and readline to separate files.
11 years ago
rng.c
stmhal: Add os module with a few basic functions.
11 years ago
rng.h
stmhal: Add os module with a few basic functions.
11 years ago
rtc.c
stmhal: Get RTC working.
11 years ago
rtc.h
stmhal: Get RTC working.
11 years ago
sdcard.c
Merge map.h into obj.h.
11 years ago
sdcard.h
stmhal: Add fatfs support, working with flash and SD card.
11 years ago
servo.c
Merge map.h into obj.h.
11 years ago
servo.h
stmhal: Make Led, Servo and Accel their class, not a function.
11 years ago
startup_stm32f40xx.s
Initial checkin with STM HAL
11 years ago
std.h
Initial checkin with STM HAL
11 years ago
stm32f4xx_hal_msp.c
stmhal: Implement selector for USB device mode; improve boot up.
11 years ago
stm32f4xx_it.c
stmhal: Implement selector for USB device mode; improve boot up.
11 years ago
stm32f4xx_it.h
stmhal: Get USB enumerating a CDC device.
11 years ago
stm32f405.ld
Initial checkin with STM HAL
11 years ago
storage.c
stmhal: Add flash write support and flash storage driver.
11 years ago
storage.h
stmhal: Add flash write support and flash storage driver.
11 years ago
string0.c
REPl working on UART6 with STMHAL
11 years ago
system_stm32f4xx.c
stmhal: Disable redundant SystemCoreClockUpdate function.
11 years ago
systick.c
stmhal - More systick cleanup. Fix HAL_Delay
11 years ago
systick.h
stmhal - More systick cleanup. Fix HAL_Delay
11 years ago
usart.c
Merge map.h into obj.h.
11 years ago
usart.h
stmhal: Change Usart creation function to class make_new.
11 years ago
usb.c
stmhal: Unify naming of HW config; make SD detect configurable.
11 years ago
usb.h
stmhal: Implement selector for USB device mode; improve boot up.
11 years ago
usbd_cdc_interface.c
stmhal: Implement selector for USB device mode; improve boot up.
11 years ago
usbd_cdc_interface.h
stmhal: Add intensity method for blue LED.
11 years ago
usbd_conf.c
stmhal: USB CDC and MSC device work together.
11 years ago
usbd_conf.h
stmhal: Tidy up USB device configuration. Make it use less RAM.
11 years ago
usbd_desc.h
stmhal: Add support for USB MSC device.
11 years ago
usbd_desc_cdc_msc.c
stmhal: USB CDC and MSC device work together.
11 years ago
usbd_msc_storage.c
stmhal: Unify naming of HW config; make SD detect configurable.
11 years ago
usbd_msc_storage.h
stmhal: Add support for USB MSC device.
11 years ago
usrsw.c
Rename rt_* to mp_*.
11 years ago
usrsw.h
stmhal: Implement selector for USB device mode; improve boot up.
11 years ago