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
Age
Commit message (
Expand
)
Author
2014-08-08
stmhal: Fix documentation; remove ability to specify af by str.
Damien George
2014-08-08
stmhal: Comment out unused functions.
Damien George
2014-08-08
Merge branch 'pin-af' of https://github.com/dhylands/micropython into dhyland...
Damien George
2014-08-08
py: Fix bug where GC finaliser table was not completely zeroed out.
Damien George
2014-08-07
Add support for selecting pin alternate functions from python.
Dave Hylands
2014-08-07
py: Fix bug in mpn_shl (multi-prec int shift left).
Damien George
2014-08-06
stmhal: Update STM32Cube F4 HAL driver to V1.3.0.
Damien George
2014-08-06
stmhal: Ability to stat /flash and /sd.
Damien George
2014-08-06
stmhal: Put #if guards around all GPIOx_CLK_ENABLE's.
Damien George
2014-08-06
stmhal: Enable relevant GPIO clock when Pin obj is init'd.
Damien George
2014-08-05
stmhal: Wrap DAC module and os.urandom in relevant #if's.
Damien George
2014-08-05
stmhal, math: Define _M_LN2 if not already defined.
Damien George
2014-08-05
travis: Build stmhal/ST32F4DISC and teensy in Travis tests.
Damien George
2014-08-04
Merge pull request #789 from dhylands/fix-teensy-2014-08-04
Damien George
2014-08-04
Follow rename of readline_init to readline_init0 on teensy
Dave Hylands
2014-08-04
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-08-04
stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.
Damien George
2014-08-04
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
Damien George
2014-08-03
Merge pull request #786 from dhylands/fix-teensy-2014-08-03
Damien George
2014-08-03
Updated teensys usb.c and switched to using usb.h from stmhal.
Dave Hylands
2014-08-03
stmhal: Document behaviour of usb_vcp_recv_byte.
Damien George
2014-08-03
Merge pull request #784 from dhylands/fix-teensy-2014-08-02
Damien George
2014-08-02
Fix teensy to work with the latest tree.
Dave Hylands
2014-08-02
stmhal: Add more documentation for USB_VCP.
Damien George
2014-08-02
stmhal: Add documentation for LCD; update docs for USB_VCP.
Damien George
2014-08-02
stmhal: Add preliminary driver for ST32F4DISC accelerometer.
Damien George
2014-08-01
Merge pull request #781 from dhylands/fix-disc
Damien George
2014-08-01
Fix modos.c to compile for the STM32F4Discovery board (which doesn't have an ...
Dave Hylands
2014-07-31
stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support.
Damien George
2014-07-31
README: Add USB VID/PID to dfu-util command.
Damien George
2014-07-31
py: Improve encoding scheme for line-number to bytecode map.
Damien George
2014-07-31
Merge branch 'master' of https://github.com/micropython/micropython
Damien George
2014-07-31
py: Improve handling of long-int overflow.
Damien George
2014-07-31
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Damien George
2014-07-31
stmhal, accel: Increase start-up times to 30ms; add extra 30ms delay.
Damien George
2014-07-31
stmhal: Add USB_VCP class/object, for direct USB VCP control.
Damien George
2014-07-31
py: Add mp_obj_str_builder_end_with_len.
Damien George
2014-07-30
py: Change lexer stream API to return bytes not chars.
Damien George
2014-07-29
Merge pull request #738 from dhylands/except-args
Damien George
2014-07-28
py: Implement __file__ attribute for modules.
Paul Sokolovsky
2014-07-28
py: Make id() return small int for the most common address space mapping.
Paul Sokolovsky
2014-07-27
py: Change stream protocol API: fns return uint; is_text for text.
Damien George
2014-07-25
Add support for storing args during an exception raised by an irq.
Dave Hylands
2014-07-24
Merge pull request #771 from dhylands/gitignore-GNUmakefile
Damien George
2014-07-24
py: Make long ints hashable.
Damien George
2014-07-24
Add GNUmakefile to the .gitignore file.
Dave Hylands
2014-07-23
streams: Treat non-error output size as unsigned.
Paul Sokolovsky
2014-07-23
stream: Revert to checking for the correct error value.
Paul Sokolovsky
2014-07-22
Merge pull request #766 from dhylands/allow-dfu-override
Damien George
2014-07-22
Merge pull request #746 from blmorris/master
Damien George
[next]