micropython/stmhal
Damien George 2617eebf2f Change const byte* to const char* where sensible.
This removes need for some casts (at least, more than it adds need
for new casts!).
2014-05-25 22:27:57 +01:00
..
boards
cc3k stmhal: Update CC3000 driver to newer version. 2014-05-11 12:09:13 +01:00
cmsis
fatfs
hal
usbdev
usbhost
.gitignore
Makefile
accel.c
accel.h
adc.c
adc.h
autoflash
bufhelper.c
bufhelper.h
dac.c stmhal: Fix DAC documentation: need to convert float to int for buf. 2014-05-19 19:08:12 +01:00
dac.h
diskio.c
diskio.h
extint.c py: Add keyword arg support to enumerate constructor. 2014-05-06 16:38:54 +00:00
extint.h
ffconf.h
file.c py: Implement proper separation between io.FileIO and io.TextIOWrapper. 2014-05-19 21:56:07 +03:00
file.h
flash.c
flash.h
font_petme128_8x8.h
gccollect.c
gccollect.h Add gc.enable, gc.disable; remove pyb.gc. 2014-05-08 23:04:49 +01:00
gchelper.s
help.c
i2c.c
i2c.h
import.c
input.c Change const byte* to const char* where sensible. 2014-05-25 22:27:57 +01:00
lcd.c
lcd.h
led.c
led.h
lexerfatfs.c
lexerfatfs.h
main.c Add SystemExit exception and use it in unix/ and stmhal/ ports. 2014-05-24 23:32:19 +01:00
make-stmconst.py
math.c
mathsincos.c
modos.c
modpyb.c stmhal: Stop USB before entering DFU by software. 2014-05-21 19:25:34 +01:00
modstm.c py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL. 2014-05-21 19:42:43 +01:00
modstmconst.gen.c
modtime.c stmhal: Add time.time() and time.localtime(). 2014-05-08 22:25:49 +01:00
mpconfigport.h Rename configuration variables controling Python features. 2014-05-24 23:03:12 +01:00
pendsv.c
pendsv.h
pin.c
pin.h
pin_named_pins.c
portmodules.h
printf.c
pybcdc.inf_template
pybstdio.c
pybstdio.h
pybwlan.c stmhal: Update CC3000 driver to newer version. 2014-05-11 12:09:13 +01:00
pybwlan.h
pyexec.c stmhal: Improve handling of out-of-memory in REPL. 2014-05-10 17:48:46 +01:00
pyexec.h
qstrdefsport.h stmhal: Activate bootloader with pyb.bootloader() 2014-05-18 12:51:21 +02:00
readline.c stmhal: Improve handling of out-of-memory in REPL. 2014-05-10 17:48:46 +01:00
readline.h
rng.c
rng.h
rtc.c stmhal: Fix setting of RTC: was BCD now BIN encoded. 2014-05-10 11:56:58 +01:00
rtc.h
sdcard.c
sdcard.h
servo.c
servo.h
spi.c
spi.h
startup_stm32f40xx.s
std.h
stm32f4xx_hal_msp.c
stm32f4xx_it.c
stm32f4xx_it.h
stm32f405.ld
storage.c
storage.h
string0.c
system_stm32f4xx.c
systick.c
systick.h
timer.c
timer.h
uart.c
uart.h
usb.c stmhal: Stop USB before entering DFU by software. 2014-05-21 19:25:34 +01:00
usb.h stmhal: Stop USB before entering DFU by software. 2014-05-21 19:25:34 +01:00
usbd_cdc_interface.c stmhal: Fix USB CDC not flushing packets when an exact multiple of 64. 2014-05-10 18:56:16 +01:00
usbd_cdc_interface.h
usbd_conf.c
usbd_conf.h
usbd_desc.h
usbd_desc_cdc_msc.c
usbd_msc_storage.c
usbd_msc_storage.h
usrsw.c
usrsw.h