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 32781cce6d stmhal: Slightly improved memcpy; memset uses word store when aligned. 10 years ago
..
boards Add LIS3DSH accelometer support to staccel.py 10 years ago
cc3k stmhal: Update CC3000 driver to newer version. 11 years ago
cmsis stmhal: Update STM32Cube F4 HAL driver to V1.3.0. 10 years ago
fatfs stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. 10 years ago
hal stmhal: Improve efficiency of SysTick IRQ and HAL_Delay. 10 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
.gitignore stmhal: Add .gitignore to ignore the new build dir names. 11 years ago
Makefile py and libm: Add asinf,acosf; print higher precision for float. 10 years ago
accel.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
accel.h Add license header to (almost) all files. 11 years ago
adc.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
adc.h Add license header to (almost) all files. 11 years ago
autoflash Add device ID to autoflash script. 11 years ago
bufhelper.c stmhal: Include mpconfig.h before all other includes. 11 years ago
bufhelper.h Add license header to (almost) all files. 11 years ago
dac.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
dac.h Add license header to (almost) all files. 11 years ago
diskio.c stmhal: Include mpconfig.h before all other includes. 11 years ago
diskio.h Add license header to (almost) all files. 11 years ago
extint.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
extint.h stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc. 10 years ago
ffconf.c stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. 10 years ago
ffconf.h stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. 10 years ago
file.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
file.h stmhal: Add file.flush and os.stat. 10 years ago
flash.c Add license header to (almost) all files. 11 years ago
flash.h Add license header to (almost) all files. 11 years ago
font_petme128_8x8.h Add license header to (almost) all files. 11 years ago
gccollect.c Rename machine_(u)int_t to mp_(u)int_t. 11 years ago
gccollect.h Add gc.enable, gc.disable; remove pyb.gc. 11 years ago
gchelper.s REPl working on UART6 with STMHAL 11 years ago
help.c py: Fix bug where GC collected native/viper/asm function data. 10 years ago
i2c.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
i2c.h Add license header to (almost) all files. 11 years ago
import.c stmhal: Include mpconfig.h before all other includes. 11 years ago
input.c Change const byte* to const char* where sensible. 11 years ago
irq.c stmhal: Make enable_irq and disable_irq inline functions. 10 years ago
irq.h stmhal: Make enable_irq and disable_irq inline functions. 10 years ago
lcd.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
lcd.h stmhal: Update and improve LCD driver. 11 years ago
led.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
led.h Add license header to (almost) all files. 11 years ago
lexerfatfs.c py: Change lexer stream API to return bytes not chars. 10 years ago
lexerfatfs.h Add license header to (almost) all files. 11 years ago
main.c Add save/restore_irq 10 years ago
make-stmconst.py stmhal: Add lots of constants to stm module. 11 years ago
modos.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
modpyb.c stmhal: Use MP_OBJ_NEW_SMALL_INT directly in pyb.micros/millis. 10 years ago
modselect.c Remove skeletal modselect from extmod and just put it in stmhal. 10 years ago
modstm.c Prefix ARRAY_SIZE with micropython prefix MP_ 11 years ago
modstmconst.gen.c stmhal: Add lots of constants to stm module. 11 years ago
modtime.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
modwiznet5k.c stmhal, modwiznet5k: Add very minimal documentation. 10 years ago
mpconfigport.h Remove skeletal modselect from extmod and just put it in stmhal. 10 years ago
mpconfigport.mk stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor. 10 years ago
mphal.h Add support for selecting pin alternate functions from python. 10 years ago
pendsv.c stmhal: Include mpconfig.h before all other includes. 11 years ago
pendsv.h Add license header to (almost) all files. 11 years ago
pin.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
pin.h Add support for selecting pin alternate functions from python. 10 years ago
pin_defs_stmhal.c Add support for selecting pin alternate functions from python. 10 years ago
pin_defs_stmhal.h Updated teensy to build. 11 years ago
pin_named_pins.c stmhal: Comment out unused functions. 10 years ago
portmodules.h Remove skeletal modselect from extmod and just put it in stmhal. 10 years ago
printf.c stmhal: Fix REPL printing by cooking output sent to stdout_obj. 10 years ago
pybcdc.inf_template Auto-generate the stmhal/pybcdc_inf header file from static files 11 years ago
pybioctl.h stmhal: Add polling ability to UART object. 10 years ago
pybstdio.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
pybstdio.h stmhal: Fix REPL printing by cooking output sent to stdout_obj. 10 years ago
pybwlan.c stmhal: Fix build issues with (old) CC3000 driver. 10 years ago
pybwlan.h Add license header to (almost) all files. 11 years ago
pyexec.c stmhal: Fix REPL printing by cooking output sent to stdout_obj. 10 years ago
pyexec.h Add license header to (almost) all files. 11 years ago
qstrdefsport.h Remove skeletal modselect from extmod and just put it in stmhal. 10 years ago
readline.c stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc. 10 years ago
readline.h stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc. 10 years ago
rng.c stmhal: Include mpconfig.h before all other includes. 11 years ago
rng.h Add license header to (almost) all files. 11 years ago
rtc.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
rtc.h Add license header to (almost) all files. 11 years ago
sdcard.c Fix sdcard_power_on to not do anything if the card is already powered on. 10 years ago
sdcard.h Add license header to (almost) all files. 11 years ago
servo.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
servo.h Add license header to (almost) all files. 11 years ago
spi.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
spi.h Add license header to (almost) all files. 11 years ago
startup_stm32f40xx.s Initial checkin with STM HAL 11 years ago
std.h Add license header to (almost) all files. 11 years ago
stm32f4xx_hal_msp.c stmhal: Include mpconfig.h before all other includes. 11 years ago
stm32f4xx_it.c stmhal: Improve efficiency of SysTick IRQ and HAL_Delay. 10 years ago
stm32f4xx_it.h Add license header to (almost) all files. 11 years ago
stm32f405.ld Put some code into the first 16K of flash 10 years ago
storage.c stmhal: Include mpconfig.h before all other includes. 11 years ago
storage.h Add license header to (almost) all files. 11 years ago
string0.c stmhal: Slightly improved memcpy; memset uses word store when aligned. 10 years ago
system_stm32f4xx.c stmhal: Update STM32Cube F4 HAL driver to V1.3.0. 10 years ago
systick.c stmhal: Improve efficiency of SysTick IRQ and HAL_Delay. 10 years ago
systick.h Add support for pyb.micros() by using the systick timer. 10 years ago
timer.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
timer.h Add timer_deinit and call it just before doing a soft-restart 11 years ago
uart.c stmhal: uart ioctl uses EINVAL, and checks TXE bit for write-ability. 10 years ago
uart.h stmhal: Fix REPL printing by cooking output sent to stdout_obj. 10 years ago
usb.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
usb.h stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc. 10 years ago
usbd_cdc_interface.c stmhal: Add USB_VCP class/object, for direct USB VCP control. 10 years ago
usbd_cdc_interface.h stmhal: Add USB_VCP class/object, for direct USB VCP control. 10 years ago
usbd_conf.c micropython port for HydraBus 11 years ago
usbd_conf.h Add license header to (almost) all files. 11 years ago
usbd_desc.h Add license header to (almost) all files. 11 years ago
usbd_desc_cdc_msc.c Add license header to (almost) all files. 11 years ago
usbd_msc_storage.c Add license header to (almost) all files. 11 years ago
usbd_msc_storage.h Add license header to (almost) all files. 11 years ago
usrsw.c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
usrsw.h Add license header to (almost) all files. 11 years ago