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-31
py: Remove old "run time" functions that were 1 liners.
Damien George
2014-03-30
Merge map.h into obj.h.
Damien George
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-30
stmhal: Unify naming of HW config; make SD detect configurable.
Damien George
2014-03-30
stmhal: Implement selector for USB device mode; improve boot up.
Damien George
2014-03-29
stmhal: Add CDC+HID USB device.
Damien George
2014-03-29
stmhal: Add Windows .inf file for USB CDC device.
Damien George
2014-03-29
stmhal: Factor out stdio and readline to separate files.
Damien George
2014-03-29
py: Rename old const type objects to mp_type_* for consistency.
Damien George
2014-03-29
stmhal: Add TODO's to exti.c; fix delay in lcd.c.
Damien George
2014-03-26
stmhal: Use rt_check_nargs to check number of arguments.
Damien George
2014-03-26
stmhal: Remove ExtiMeta object and clean up class constants.
Damien George
2014-03-26
Remove mp_obj_type_t.methods entry and use .locals_dict instead.
Damien George
2014-03-26
Change mp_method_t.name from const char * to qstr.
Damien George
2014-03-25
stmhal: Change Usart creation function to class make_new.
Damien George
2014-03-25
stmhal: Shuffle around some init functions in main().
Damien George
2014-03-25
stmhal: Add I2C support; change accel driver to use new I2C.
Damien George
2014-03-25
Proper support for registering builtin modules in ROM.
Damien George
2014-03-24
Fix netduino to build
Dave Hylands
2014-03-24
stmhal: Make pyb.ADC the ADC class (not a function).
Damien George
2014-03-24
stmhal - fixed up adc stuff
Dave Hylands
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
[next]