micropython/stmhal
Damien George ba742ed639 Add shell script to automatically build stmhal/ for all pyboards. 2014-05-02 13:49:44 +00:00
..
boards Add shell script to automatically build stmhal/ for all pyboards. 2014-05-02 13:49:44 +00:00
cc3k stmhal: Reinstate CC3000 driver from old stm/ port. 2014-04-30 20:47:50 +01:00
cmsis stmhal: Remove non-ascii character from include file. 2014-04-18 16:17:40 +01:00
fatfs stmhal: Move fatfs volume/partition lookup table to ROM. 2014-04-12 00:51:57 +01:00
hal stmhal: Add SPI class. 2014-04-20 00:16:30 +01:00
usbdev stmhal: Replace magic number 3 with CDC_IN_EP define. 2014-04-16 23:17:29 +01:00
usbhost
Makefile Add flashboard target to the stmhal Makefile to run dfu-util 2014-05-01 02:51:29 +01:00
accel.c stmhal: Add documentation in comments, and script to generate HTML. 2014-04-29 22:55:34 +01:00
accel.h
adc.c stmhal: Add documentation in comments, and script to generate HTML. 2014-04-29 22:55:34 +01:00
adc.h stmhal: Big cleanup; merge gpio into Pin; make names consistent. 2014-04-18 22:38:09 +01:00
autoflash
bufhelper.c stmhal, SPI and I2C: Improvements to functionality and consistency. 2014-04-21 00:10:04 +01:00
bufhelper.h stmhal, SPI and I2C: Improvements to functionality and consistency. 2014-04-21 00:10:04 +01:00
dac.c stmhal: Add documentation in comments, and script to generate HTML. 2014-04-29 22:55:34 +01:00
dac.h
diskio.c stmhal: Improve RTC class; make fatfs use RTC for time stamping files. 2014-04-19 02:17:30 +01:00
diskio.h
extint.c stmhal: Oops, typo. 2014-04-29 23:00:48 +01:00
extint.h stmhal: Small bug fixes and simplifications. 2014-04-20 01:25:58 +01:00
ffconf.h
file.c stmhal: Add SPI class. 2014-04-20 00:16:30 +01:00
file.h
flash.c stmhal: Improve flash storage cache management. 2014-04-16 23:08:36 +01:00
flash.h stmhal: Improve flash storage cache management. 2014-04-16 23:08:36 +01:00
font_petme128_8x8.h
gccollect.c stmhal: Put a USB structure in ROM; GC doesn't scan the data segment. 2014-04-12 18:50:20 +01:00
gccollect.h
gchelper.s
gendoc.py stmhal, docs: Small changes to URL links; adds list of files if none given. 2014-04-30 23:33:30 +01:00
help.c stmhal: Update help text. 2014-04-21 20:18:22 +01:00
i2c.c stmhal: Add documentation in comments, and script to generate HTML. 2014-04-29 22:55:34 +01:00
i2c.h stmhal, SPI and I2C: Improvements to functionality and consistency. 2014-04-21 00:10:04 +01:00
import.c
input.c
lcd.c
lcd.h
led.c stmhal: Make LED.intensity return the same value it was set to. 2014-04-30 19:23:21 +01:00
led.h
lexerfatfs.c
lexerfatfs.h
main.c stmhal: Reinstate CC3000 driver from old stm/ port. 2014-04-30 20:47:50 +01:00
make-stmconst.py stmhal: Add lots of constants to stm module. 2014-04-19 00:32:25 +01:00
math.c stmhal: Update ADC, DAC and I2C objects to use new buffer protocol. 2014-04-18 23:28:56 +01:00
mathsincos.c stmhal: Add more math functions. 2014-04-17 00:13:13 +01:00
modos.c Add ARRAY_SIZE macro, and use it where possible. 2014-04-26 10:47:29 +01:00
modos.h
modpyb.c stmhal: Add documentation in comments, and script to generate HTML. 2014-04-29 22:55:34 +01:00
modpyb.h
modstm.c Add ARRAY_SIZE macro, and use it where possible. 2014-04-26 10:47:29 +01:00
modstm.h
modstmconst.gen.c stmhal: Add lots of constants to stm module. 2014-04-19 00:32:25 +01:00
modtime.c Add ARRAY_SIZE macro, and use it where possible. 2014-04-26 10:47:29 +01:00
modtime.h
mpconfigport.h py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal. 2014-04-17 23:24:13 +01:00
pendsv.c
pendsv.h
pin.c Fix pin initialization when a mode argument is provided 2014-05-01 12:15:37 -07:00
pin.h stmhal: Big cleanup; merge gpio into Pin; make names consistent. 2014-04-18 22:38:09 +01:00
pin_named_pins.c stmhal: Big cleanup; merge gpio into Pin; make names consistent. 2014-04-18 22:38:09 +01:00
printf.c stmhal: Rename USART to UART. 2014-04-21 12:03:09 +01:00
pybcdc.inf_template Auto-generate the stmhal/pybcdc_inf header file from static files 2014-04-16 02:41:26 +01:00
pybstdio.c stmhal: Rename USART to UART. 2014-04-21 12:03:09 +01:00
pybstdio.h
pybwlan.c stmhal: Reinstate CC3000 driver from old stm/ port. 2014-04-30 20:47:50 +01:00
pybwlan.h stmhal: Reinstate CC3000 driver from old stm/ port. 2014-04-30 20:47:50 +01:00
pyexec.c build: Simplify build directory layout by putting all headers in genhdr. 2014-04-17 18:03:27 +01:00
pyexec.h
qstrdefsport.h stmhal: Make switch a class, to follow suit of all other modules. 2014-04-21 18:23:50 +01:00
readline.c
readline.h
rng.c stmhal: Add documentation in comments, and script to generate HTML. 2014-04-29 22:55:34 +01:00
rng.h stmhal: Only init RNG if it's used. 2014-04-20 00:45:59 +01:00
rtc.c stmhal: Clean up rtc.c a bit. 2014-04-21 12:45:59 +01:00
rtc.h stmhal: Improve RTC class; make fatfs use RTC for time stamping files. 2014-04-19 02:17:30 +01:00
sdcard.c build: Simplify build directory layout by putting all headers in genhdr. 2014-04-17 18:03:27 +01:00
sdcard.h
servo.c stmhal: Add documentation in comments, and script to generate HTML. 2014-04-29 22:55:34 +01:00
servo.h
spi.c stmhal: Add documentation in comments, and script to generate HTML. 2014-04-29 22:55:34 +01:00
spi.h stmhal: Add SPI class. 2014-04-20 00:16:30 +01:00
startup_stm32f40xx.s
std.h stmhal: Clean up fatality indications; remove long-obsolete malloc0.c. 2014-04-17 17:04:15 +01:00
stm32f4xx_hal_msp.c
stm32f4xx_it.c stmhal: Add Timer class: simple TIM control, incl callback on IRQ. 2014-04-21 16:48:16 +01:00
stm32f4xx_it.h
stm32f405.ld
storage.c stmhal: Improve flash storage cache management. 2014-04-16 23:08:36 +01:00
storage.h stmhal: Improve flash storage cache management. 2014-04-16 23:08:36 +01:00
string0.c
system_stm32f4xx.c
systick.c
systick.h
timer.c Simplify names for argcheck.c / arg parsing. 2014-04-26 11:19:17 +01:00
timer.h stmhal: Add Timer class: simple TIM control, incl callback on IRQ. 2014-04-21 16:48:16 +01:00
uart.c stmhal: Add documentation in comments, and script to generate HTML. 2014-04-29 22:55:34 +01:00
uart.h stmhal: Rename USART to UART. 2014-04-21 12:03:09 +01:00
usb.c stmhal: Put a USB structure in ROM; GC doesn't scan the data segment. 2014-04-12 18:50:20 +01:00
usb.h
usbd_cdc_interface.c stmhal: Fix 64-byte USB packet bug properly. 2014-04-17 00:12:07 +01:00
usbd_cdc_interface.h
usbd_conf.c
usbd_conf.h
usbd_desc.h stmhal: Put a USB structure in ROM; GC doesn't scan the data segment. 2014-04-12 18:50:20 +01:00
usbd_desc_cdc_msc.c stmhal: Change VID to 0xf055=FOSS, and PID to a random number. 2014-04-17 01:09:32 +01:00
usbd_msc_storage.c Merge pull request #500 from dhylands/fix-sdcard-removed 2014-04-17 00:23:43 +01:00
usbd_msc_storage.h
usrsw.c stmhal: Add documentation in comments, and script to generate HTML. 2014-04-29 22:55:34 +01:00
usrsw.h stmhal: Make switch a class, to follow suit of all other modules. 2014-04-21 18:23:50 +01:00