You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George eed6f26bed stmhal: Use rt_check_nargs to check number of arguments. 11 years ago
..
boards stmhal - fixed up adc stuff 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: Tidy up USB CDC+MSC device some more. 11 years ago
usbhost Initial checkin with STM HAL 11 years ago
Makefile stmhal: Add I2C support; change accel driver to use new I2C. 11 years ago
accel.c stmhal: Use rt_check_nargs to check number of arguments. 11 years ago
accel.h stmhal: Shuffle around some init functions in main(). 11 years ago
adc.c stmhal: Use rt_check_nargs to check number of arguments. 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 stmhal: Use rt_check_nargs to check number of arguments. 11 years ago
dac.h stmhal: Add DAC driver. 11 years ago
diskio.c stmhal: Add fatfs support, working with flash and SD card. 11 years ago
diskio.h stmhal: Add fatfs support, working with flash and SD card. 11 years ago
exti.c stmhal: Use rt_check_nargs to check number of arguments. 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 Remove mp_obj_type_t.methods entry and use .locals_dict instead. 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 stmhal - add pin mapping, gpio, exti, usrsw 11 years ago
gpio.h stmhal - add pin mapping, gpio, exti, usrsw 11 years ago
help.c stmhal: Remove ExtiMeta object and clean up class constants. 11 years ago
i2c.c stmhal: Use rt_check_nargs to check number of arguments. 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: Add input() and pyb.input() functions. 11 years ago
lcd.c stmhal: Improve LED intensity get/set method. 11 years ago
lcd.h stmhal: Add LCD driver. 11 years ago
led.c stmhal: Use rt_check_nargs to check number of arguments. 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 stmhal: Shuffle around some init functions in main(). 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 Proper support for registering builtin modules in ROM. 11 years ago
modos.h Proper support for registering builtin modules in ROM. 11 years ago
modpyb.c stmhal: Change Usart creation function to class make_new. 11 years ago
modpyb.h Proper support for registering builtin modules in ROM. 11 years ago
modtime.c Proper support for registering builtin modules in ROM. 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 stmhal - add pin mapping, gpio, exti, usrsw 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
pyexec.c stmhal: Improve REPL CTRL commands. 11 years ago
pyexec.h stmhal: Improve REPL CTRL commands. 11 years ago
qstrdefsport.h stmhal: Remove ExtiMeta object and clean up class constants. 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 Remove mp_obj_type_t.methods entry and use .locals_dict instead. 11 years ago
sdcard.h stmhal: Add fatfs support, working with flash and SD card. 11 years ago
servo.c stmhal: Use rt_check_nargs to check number of arguments. 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: Rename servo_TIM2_Handle -> TIM2_Handle. 11 years ago
stm32f4xx_it.c stmhal: Rename servo_TIM2_Handle -> TIM2_Handle. 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 Remove mp_obj_type_t.methods entry and use .locals_dict instead. 11 years ago
usart.h stmhal: Change Usart creation function to class make_new. 11 years ago
usb.c stmhal: Tidy up USB CDC+MSC device some more. 11 years ago
usb.h stmhal: Tidy up USB CDC+MSC device some more. 11 years ago
usbd_cdc_interface.c stmhal: Fix bug with USB CDC transmit buffer wrap around. 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: Change flash MSD from fixed to removable drive. 11 years ago
usbd_msc_storage.h stmhal: Add support for USB MSC device. 11 years ago
usrsw.c stmhal - add pin mapping, gpio, exti, usrsw 11 years ago
usrsw.h stmhal - add pin mapping, gpio, exti, usrsw 11 years ago