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 d7a4b69039 stmhal: Change VID to 0xf055=FOSS, and PID to a random number. 11 years ago
..
boards Fix make-pins.py to support having multiple names for a pin. 11 years ago
cmsis Initial checkin with STM HAL 11 years ago
fatfs stmhal: Move fatfs volume/partition lookup table to ROM. 11 years ago
hal stmhal - More systick cleanup. Fix HAL_Delay 11 years ago
usbdev stmhal: Replace magic number 3 with CDC_IN_EP define. 11 years ago
usbhost Initial checkin with STM HAL 11 years ago
Makefile stmhal: Add more math functions. 11 years ago
accel.c py: Remove old "run time" functions that were 1 liners. 11 years ago
accel.h stmhal: Shuffle around some init functions in main(). 11 years ago
adc.c stmhal: Add ADC function to read data at a given frequency. 11 years ago
adc.h stmhal: Make pyb.ADC the ADC class (not a function). 11 years ago
autoflash stmhal: autoflash now enters serial comms after flashing. 11 years ago
dac.c stmhal: Add ADC function to read data at a given frequency. 11 years ago
dac.h stmhal: Add DAC driver. 11 years ago
diskio.c stmhal: Move fatfs volume/partition lookup table to ROM. 11 years ago
diskio.h stmhal: Add fatfs support, working with flash and SD card. 11 years ago
exti.c stmhal: Make USRSW re-register the EXTI callback each time it's set. 11 years ago
exti.h stmhal: Make USRSW re-register the EXTI callback each time it's set. 11 years ago
ffconf.h stmhal: Add fatfs support, working with flash and SD card. 11 years ago
file.c unix, stmhal: Consistently use "FileIO" as class name for file objects. 11 years ago
file.h stmhal: Add fatfs support, working with flash and SD card. 11 years ago
flash.c stmhal: Improve flash storage cache management. 11 years ago
flash.h stmhal: Improve flash storage cache management. 11 years ago
font_petme128_8x8.h stmhal: Add LCD driver. 11 years ago
gccollect.c stmhal: Put a USB structure in ROM; GC doesn't scan the data segment. 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 stmhal: Improve help() function. 11 years ago
i2c.c stmhal: Fix C bindings of I2C.read/write. 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 py: Change nlr_jump to nlr_raise, to aid in debugging. 11 years ago
lcd.c Rename rt_* to mp_*. 11 years ago
lcd.h stmhal: Add LCD driver. 11 years ago
led.c py: Change nlr_jump to nlr_raise, to aid in debugging. 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 Auto-generate the stmhal/pybcdc_inf header file from static files 11 years ago
malloc0.c Improve GC finalisation code; add option to disable it. 11 years ago
math.c stmhal: Add more math functions. 11 years ago
mathsincos.c stmhal: Add more math functions. 11 years ago
modos.c py: Change module globals from mp_map_t* to mp_obj_dict_t*. 11 years ago
modos.h Proper support for registering builtin modules in ROM. 11 years ago
modpyb.c stmhal: Add pyb.have_cdc function to check if USB CDC device is enabled. 11 years ago
modpyb.h Proper support for registering builtin modules in ROM. 11 years ago
modstm.c stmhal: Add stm module, which contains some constants for the MCU. 11 years ago
modstm.h stmhal: Add stm module, which contains some constants for the MCU. 11 years ago
modtime.c py: Change module globals from mp_map_t* to mp_obj_dict_t*. 11 years ago
modtime.h Proper support for registering builtin modules in ROM. 11 years ago
mpconfigport.h stmhal: Add stdin/stdout/stderr objects. 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 py: Change nlr_jump to nlr_raise, to aid in debugging. 11 years ago
pin_named_pins.c stmhal - add pin mapping, gpio, exti, usrsw 11 years ago
printf.c Enhance str.format support 11 years ago
pybcdc.inf_template Auto-generate the stmhal/pybcdc_inf header file from static files 11 years ago
pybstdio.c stmhal: Improve flash storage cache management. 11 years ago
pybstdio.h stmhal: Factor out stdio and readline to separate files. 11 years ago
pyexec.c stmhal: Improve flash storage cache management. 11 years ago
pyexec.h stmhal: Improve REPL CTRL commands. 11 years ago
qstrdefsport.h stmhal: Add pyb.have_cdc function to check if USB CDC device is enabled. 11 years ago
readline.c stmhal: Add more escape seqs; add debugging output for escape seq. 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 stmhal: Add functionality to Servo object. 11 years ago
servo.h stmhal: Add timer module; move servo PWM from TIM2 to TIM5. 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: Add timer module; move servo PWM from TIM2 to TIM5. 11 years ago
stm32f4xx_it.c stmhal: Improve flash storage cache management. 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: Improve flash storage cache management. 11 years ago
storage.h stmhal: Improve flash storage cache management. 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
timer.c stmhal: Improve flash storage cache management. 11 years ago
timer.h stmhal: Add ADC function to read data at a given frequency. 11 years ago
usart.c stmhal: Wrap skin-named-usarts in PYBV10 #if. 11 years ago
usart.h stmhal: Improved usart module a bit. 11 years ago
usb.c stmhal: Put a USB structure in ROM; GC doesn't scan the data segment. 11 years ago
usb.h stmhal: Add home/end cursor support in readline. 11 years ago
usbd_cdc_interface.c stmhal: Fix 64-byte USB packet bug properly. 11 years ago
usbd_cdc_interface.h stmhal: Add timer module; move servo PWM from TIM2 to TIM5. 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: Put a USB structure in ROM; GC doesn't scan the data segment. 11 years ago
usbd_desc_cdc_msc.c stmhal: Change VID to 0xf055=FOSS, and PID to a random number. 11 years ago
usbd_msc_storage.c stmhal: Improve flash storage cache management. 11 years ago
usbd_msc_storage.h stmhal: Add support for USB MSC device. 11 years ago
usrsw.c stmhal: Make USRSW re-register the EXTI callback each time it's set. 11 years ago
usrsw.h stmhal: Implement selector for USB device mode; improve boot up. 11 years ago