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.
 
 
 
 
 
 
Dave Hylands 1403298a65 stmhal - fixed up adc stuff 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 - fixed up adc stuff 11 years ago
accel.c stmhal: Make Led, Servo and Accel their class, not a function. 11 years ago
accel.h stmhal: Make Led, Servo and Accel their class, not a function. 11 years ago
adc.c stmhal - fixed up adc stuff 11 years ago
adc.h stmhal - fixed up adc stuff 11 years ago
autoflash stmhal: Add autoflash script, to flash a DFU device automatically. 11 years ago
dac.c stmhal: Add comment to DAC driver for function to implement. 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 - fixed up adc stuff 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 stmhal: Add fatfs support, working with flash and SD card. 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: Update help function. 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: Make Led, Servo and Accel their class, not a function. 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: Add DAC driver. 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
mpconfigport.h stmhal: Update help function. 11 years ago
osmodule.c stmhal: Add os module with a few basic functions. 11 years ago
osmodule.h stmhal: Add os module with a few basic functions. 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
pybmodule.c stmhal - fixed up adc stuff 11 years ago
pybmodule.h REPl working on UART6 with STMHAL 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: Add DAC driver. 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 stmhal: Add SD card support. 11 years ago
sdcard.h stmhal: Add fatfs support, working with flash and SD card. 11 years ago
servo.c stmhal: Make Led, Servo and Accel their class, not a function. 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
timemodule.c stmhal: Add time module with sleep function. 11 years ago
timemodule.h stmhal: Add time module with sleep function. 11 years ago
usart.c stmhal - Add usart support 11 years ago
usart.h stmhal - Add usart support 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