index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
Age
Commit message (
Expand
)
Author
2014-03-24
stmhal: Add comment to DAC driver for function to implement.
Damien George
2014-03-24
stmhal: Add DAC driver.
Damien George
2014-03-24
stmhal: Improve REPL CTRL commands.
Damien George
2014-03-24
stmhal: Fix bug with USB CDC transmit buffer wrap around.
Damien George
2014-03-24
stmhal: Make Led, Servo and Accel their class, not a function.
Damien George
2014-03-24
stmhal: Update help function.
Damien George
2014-03-23
stmhal: Fix issues with USB CDC init and receive.
Damien George
2014-03-23
stmhal: Improved interface to accelerometer.
Damien George
2014-03-23
stmhal: Remove servo LED debugging.
Damien George
2014-03-23
stm/stmhal: Change gammaf to tgammaf.
Damien George
2014-03-23
stmhal: Change flash MSD from fixed to removable drive.
Damien George
2014-03-23
stmhal: Copy changes to math.c from stm port.
Damien George
2014-03-23
stmhal: Improve LED intensity get/set method.
Damien George
2014-03-22
stmhal: Rename servo_TIM2_Handle -> TIM2_Handle.
Damien George
2014-03-22
stmhal: Add intensity method for blue LED.
Damien George
2014-03-22
stmhal: Add input() and pyb.input() functions.
Damien George
2014-03-22
stm/stmhal: Add more math stubs.
Damien George
2014-03-22
stmhal: Servo driver can move at a given speed.
Damien George
2014-03-22
stmhal: Add servo driver.
Damien George
2014-03-22
stmhal: Add time module with sleep function.
Damien George
2014-03-22
stmhal: Add os module with a few basic functions.
Damien George
2014-03-22
stmhal: Add PYBv10 config; add RNG support.
Damien George
2014-03-22
stmhal: Tidy up USB CDC+MSC device some more.
Damien George
2014-03-22
sthmal: Remove obsolete files.
Damien George
2014-03-22
stmhal: Tidy up USB device configuration. Make it use less RAM.
Damien George
2014-03-22
stmhal: USB CDC and MSC device work together.
Damien George
2014-03-21
stmhal: Add support for USB MSC device.
Damien George
2014-03-21
Disable some math functions until they work correctly.
Damien George
2014-03-20
stmhal: Add accelerometer driver; fix bug with LFN.
Damien George
2014-03-19
stmhal: Add lcd.c to Makefile, and init LCD in main.
Damien George
2014-03-19
stmhal: Add LCD driver.
Damien George
2014-03-17
stmhal: Add fatfs support, working with flash and SD card.
Damien George
2014-03-17
stmhal: Add flash write support and flash storage driver.
Damien George
2014-03-17
stmhal: Add autoflash script, to flash a DFU device automatically.
Damien George
2014-03-17
stmhal: Add SD card support.
Damien George
2014-03-17
stmhal: Remove unnecessary include.
Damien George
2014-03-16
stmhal - Add usart support
Dave Hylands
2014-03-15
stmhal: Check CDC tx buffer has free space before filling with data.
Damien George
2014-03-15
stmhal: Put an array in ROM.
Damien George
2014-03-15
stmhal: Disable redundant SystemCoreClockUpdate function.
Damien George
2014-03-15
Add vstr_ins and vstr_cut_out; improve stmhal readline.
Damien George
2014-03-15
stmhal: Get RTC working.
Damien George
2014-03-15
stmhal: Fix escape sequences in USB CDC input.
Damien George
2014-03-15
stmhal: Get USB CDC REPL working.
Damien George
2014-03-15
stmhal: Remove obsolete #defines from mpconfigport.h.
Damien George
2014-03-14
stmhal - add pin mapping, gpio, exti, usrsw
Dave Hylands
2014-03-14
stmhal - add led support. Add netduino_plus_2 support
Dave Hylands
2014-03-14
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-14
stmhal: Get USB enumerating a CDC device.
Damien George
2014-03-13
stmhal - More systick cleanup. Fix HAL_Delay
Dave Hylands
[next]