.. |
boards
|
stmhal: Reinstate CC3000 driver from old stm/ port.
|
11 years ago |
cc3k
|
stmhal: Reinstate CC3000 driver from old stm/ port.
|
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 |
Makefile
|
stmhal: Reinstate CC3000 driver from old stm/ port.
|
11 years ago |
accel.c
|
stmhal: Add documentation in comments, and script to generate HTML.
|
11 years ago |
accel.h
|
stmhal: Shuffle around some init functions in main().
|
11 years ago |
adc.c
|
stmhal: Add documentation in comments, and script to generate HTML.
|
11 years ago |
adc.h
|
stmhal: Big cleanup; merge gpio into Pin; make names consistent.
|
11 years ago |
autoflash
|
stmhal: autoflash now enters serial comms after flashing.
|
11 years ago |
bufhelper.c
|
stmhal, SPI and I2C: Improvements to functionality and consistency.
|
11 years ago |
bufhelper.h
|
stmhal, SPI and I2C: Improvements to functionality and consistency.
|
11 years ago |
dac.c
|
stmhal: Add documentation in comments, and script to generate HTML.
|
11 years ago |
dac.h
|
stmhal: Add DAC driver.
|
11 years ago |
diskio.c
|
stmhal: Improve RTC class; make fatfs use RTC for time stamping files.
|
11 years ago |
diskio.h
|
stmhal: Add fatfs support, working with flash and SD card.
|
11 years ago |
extint.c
|
stmhal: Oops, typo.
|
11 years ago |
extint.h
|
stmhal: Small bug fixes and simplifications.
|
11 years ago |
ffconf.h
|
stmhal: Add fatfs support, working with flash and SD card.
|
11 years ago |
file.c
|
stmhal: Add SPI class.
|
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 |
gendoc.py
|
stmhal, docs: Small changes to URL links; adds list of files if none given.
|
11 years ago |
help.c
|
stmhal: Update help text.
|
11 years ago |
i2c.c
|
stmhal: Add documentation in comments, and script to generate HTML.
|
11 years ago |
i2c.h
|
stmhal, SPI and I2C: Improvements to functionality and consistency.
|
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
|
stmhal: Make LED.intensity return the same value it was set to.
|
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
|
stmhal: Reinstate CC3000 driver from old stm/ port.
|
11 years ago |
make-stmconst.py
|
stmhal: Add lots of constants to stm module.
|
11 years ago |
math.c
|
stmhal: Update ADC, DAC and I2C objects to use new buffer protocol.
|
11 years ago |
mathsincos.c
|
stmhal: Add more math functions.
|
11 years ago |
modos.c
|
Add ARRAY_SIZE macro, and use it where possible.
|
11 years ago |
modos.h
|
Proper support for registering builtin modules in ROM.
|
11 years ago |
modpyb.c
|
stmhal: Add documentation in comments, and script to generate HTML.
|
11 years ago |
modpyb.h
|
Proper support for registering builtin modules in ROM.
|
11 years ago |
modstm.c
|
Add ARRAY_SIZE macro, and use it where possible.
|
11 years ago |
modstm.h
|
stmhal: Add stm module, which contains some constants for the MCU.
|
11 years ago |
modstmconst.gen.c
|
stmhal: Add lots of constants to stm module.
|
11 years ago |
modtime.c
|
Add ARRAY_SIZE macro, and use it where possible.
|
11 years ago |
modtime.h
|
Proper support for registering builtin modules in ROM.
|
11 years ago |
mpconfigport.h
|
py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal.
|
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
|
stmhal: Add documentation in comments, and script to generate HTML.
|
11 years ago |
pin.h
|
stmhal: Big cleanup; merge gpio into Pin; make names consistent.
|
11 years ago |
pin_named_pins.c
|
stmhal: Big cleanup; merge gpio into Pin; make names consistent.
|
11 years ago |
printf.c
|
stmhal: Rename USART to UART.
|
11 years ago |
pybcdc.inf_template
|
Auto-generate the stmhal/pybcdc_inf header file from static files
|
11 years ago |
pybstdio.c
|
stmhal: Rename USART to UART.
|
11 years ago |
pybstdio.h
|
stmhal: Factor out stdio and readline to separate files.
|
11 years ago |
pybwlan.c
|
stmhal: Reinstate CC3000 driver from old stm/ port.
|
11 years ago |
pybwlan.h
|
stmhal: Reinstate CC3000 driver from old stm/ port.
|
11 years ago |
pyexec.c
|
build: Simplify build directory layout by putting all headers in genhdr.
|
11 years ago |
pyexec.h
|
stmhal: Improve REPL CTRL commands.
|
11 years ago |
qstrdefsport.h
|
stmhal: Make switch a class, to follow suit of all other modules.
|
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 documentation in comments, and script to generate HTML.
|
11 years ago |
rng.h
|
stmhal: Only init RNG if it's used.
|
11 years ago |
rtc.c
|
stmhal: Clean up rtc.c a bit.
|
11 years ago |
rtc.h
|
stmhal: Improve RTC class; make fatfs use RTC for time stamping files.
|
11 years ago |
sdcard.c
|
build: Simplify build directory layout by putting all headers in genhdr.
|
11 years ago |
sdcard.h
|
stmhal: Add fatfs support, working with flash and SD card.
|
11 years ago |
servo.c
|
stmhal: Add documentation in comments, and script to generate HTML.
|
11 years ago |
servo.h
|
stmhal: Add timer module; move servo PWM from TIM2 to TIM5.
|
11 years ago |
spi.c
|
stmhal: Add documentation in comments, and script to generate HTML.
|
11 years ago |
spi.h
|
stmhal: Add SPI class.
|
11 years ago |
startup_stm32f40xx.s
|
Initial checkin with STM HAL
|
11 years ago |
std.h
|
stmhal: Clean up fatality indications; remove long-obsolete malloc0.c.
|
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: Add Timer class: simple TIM control, incl callback on IRQ.
|
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
|
Simplify names for argcheck.c / arg parsing.
|
11 years ago |
timer.h
|
stmhal: Add Timer class: simple TIM control, incl callback on IRQ.
|
11 years ago |
uart.c
|
stmhal: Add documentation in comments, and script to generate HTML.
|
11 years ago |
uart.h
|
stmhal: Rename USART to UART.
|
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
|
Merge pull request #500 from dhylands/fix-sdcard-removed
|
11 years ago |
usbd_msc_storage.h
|
stmhal: Add support for USB MSC device.
|
11 years ago |
usrsw.c
|
stmhal: Add documentation in comments, and script to generate HTML.
|
11 years ago |
usrsw.h
|
stmhal: Make switch a class, to follow suit of all other modules.
|
11 years ago |