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.
 
 
 
 
 
 
bvernoux 82560fce75 Merge branch 'master' of https://github.com/micropython/micropython 11 years ago
..
boards Merge branch 'master' of https://github.com/micropython/micropython 11 years ago
cc3k stmhal: Update CC3000 driver to newer version. 11 years ago
cmsis stmhal: Remove non-ascii character from include file. 11 years ago
fatfs stmhal: Move fatfs volume/partition lookup table to ROM. 11 years ago
hal stmhal: Add SPI class. 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
.gitignore stmhal: Add .gitignore to ignore the new build dir names. 11 years ago
Makefile Cleanup/removed specific stuff specific to HydraBus (except board). 11 years ago
accel.c stmhal: Document pyb.Accel() constructor, that it takes time to start. 11 years ago
accel.h Add license header to (almost) all files. 11 years ago
adc.c Add license header to (almost) all files. 11 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 Add license header to (almost) all files. 11 years ago
bufhelper.h Add license header to (almost) all files. 11 years ago
dac.c stmhal: Fix DAC documentation: need to convert float to int for buf. 11 years ago
dac.h Add license header to (almost) all files. 11 years ago
diskio.c Add license header to (almost) all files. 11 years ago
diskio.h Add license header to (almost) all files. 11 years ago
extint.c py: Add keyword arg support to enumerate constructor. 11 years ago
extint.h Add license header to (almost) all files. 11 years ago
ffconf.h Add license header to (almost) all files. 11 years ago
file.c py: Implement proper separation between io.FileIO and io.TextIOWrapper. 11 years ago
file.h Add license header to (almost) all files. 11 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 stmhal: pyb: Use gc() function as defined by standard module "gc". 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 Add license header to (almost) all files. 11 years ago
i2c.c stmhal: Document physical pins for SPI, I2C, UART busses. 11 years ago
i2c.h Add license header to (almost) all files. 11 years ago
import.c Add license header to (almost) all files. 11 years ago
input.c Change const byte* to const char* where sensible. 11 years ago
lcd.c Add license header to (almost) all files. 11 years ago
lcd.h Add license header to (almost) all files. 11 years ago
led.c Add license header to (almost) all files. 11 years ago
led.h Add license header to (almost) all files. 11 years ago
lexerfatfs.c Add license header to (almost) all files. 11 years ago
lexerfatfs.h Add license header to (almost) all files. 11 years ago
main.c Add SystemExit exception and use it in unix/ and stmhal/ ports. 11 years ago
make-stmconst.py stmhal: Add lots of constants to stm module. 11 years ago
math.c Add license header to (almost) all files. 11 years ago
mathsincos.c Add license header to (almost) all files. 11 years ago
modos.c Add license header to (almost) all files. 11 years ago
modpyb.c stmhal: Stop USB before entering DFU by software. 11 years ago
modstm.c py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL. 11 years ago
modstmconst.gen.c stmhal: Add lots of constants to stm module. 11 years ago
modtime.c Rename bultins config variables to MICROPY_PY_BUILTINS_*. 11 years ago
mpconfigport.h Rename bultins config variables to MICROPY_PY_BUILTINS_*. 11 years ago
pendsv.c Add license header to (almost) all files. 11 years ago
pendsv.h Add license header to (almost) all files. 11 years ago
pin.c Add license header to (almost) all files. 11 years ago
pin.h Add license header to (almost) all files. 11 years ago
pin_named_pins.c Add license header to (almost) all files. 11 years ago
portmodules.h Add license header to (almost) all files. 11 years ago
printf.c Rename bultins config variables to MICROPY_PY_BUILTINS_*. 11 years ago
pybcdc.inf_template Auto-generate the stmhal/pybcdc_inf header file from static files 11 years ago
pybstdio.c Add license header to (almost) all files. 11 years ago
pybstdio.h Add license header to (almost) all files. 11 years ago
pybwlan.c stmhal: Update CC3000 driver to newer version. 11 years ago
pybwlan.h Add license header to (almost) all files. 11 years ago
pyexec.c stmhal: Improve handling of out-of-memory in REPL. 11 years ago
pyexec.h Add license header to (almost) all files. 11 years ago
qstrdefsport.h stmhal: Activate bootloader with pyb.bootloader() 11 years ago
readline.c stmhal: Improve handling of out-of-memory in REPL. 11 years ago
readline.h Add license header to (almost) all files. 11 years ago
rng.c Add license header to (almost) all files. 11 years ago
rng.h Add license header to (almost) all files. 11 years ago
rtc.c stmhal: Fix setting of RTC: was BCD now BIN encoded. 11 years ago
rtc.h Add license header to (almost) all files. 11 years ago
sdcard.c Add license header to (almost) all files. 11 years ago
sdcard.h Add license header to (almost) all files. 11 years ago
servo.c Rename bultins config variables to MICROPY_PY_BUILTINS_*. 11 years ago
servo.h Add license header to (almost) all files. 11 years ago
spi.c stmhal: Document physical pins for SPI, I2C, UART busses. 11 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 Add license header to (almost) all files. 11 years ago
stm32f4xx_it.c Add license header to (almost) all files. 11 years ago
stm32f4xx_it.h Add license header to (almost) all files. 11 years ago
stm32f405.ld Initial checkin with STM HAL 11 years ago
storage.c Add license header to (almost) all files. 11 years ago
storage.h Add license header to (almost) all files. 11 years ago
string0.c Add license header to (almost) all files. 11 years ago
system_stm32f4xx.c Add license header to (almost) all files. 11 years ago
systick.c Add license header to (almost) all files. 11 years ago
systick.h Add license header to (almost) all files. 11 years ago
timer.c Add license header to (almost) all files. 11 years ago
timer.h Add license header to (almost) all files. 11 years ago
uart.c stmhal: Document physical pins for SPI, I2C, UART busses. 11 years ago
uart.h Add license header to (almost) all files. 11 years ago
usb.c stmhal: Stop USB before entering DFU by software. 11 years ago
usb.h stmhal: Stop USB before entering DFU by software. 11 years ago
usbd_cdc_interface.c stmhal: Fix USB CDC not flushing packets when an exact multiple of 64. 11 years ago
usbd_cdc_interface.h Add license header to (almost) all files. 11 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 Add license header to (almost) all files. 11 years ago
usrsw.h Add license header to (almost) all files. 11 years ago