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-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-07
Add support for selecting pin alternate functions from python.
Dave Hylands
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-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
stmhal: Document behaviour of usb_vcp_recv_byte.
Damien George
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
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
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-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-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-22
Merge pull request #766 from dhylands/allow-dfu-override
Damien George
2014-07-21
remove Myriad2 board config files from master
blmorris
2014-07-21
Change boolean 'use_16bit_addr' to int 'addr_size', can be either 8 or 16 bit...
blmorris
2014-07-21
Allow DFU_UTIL to be overridden from the environment.
Dave Hylands
2014-07-21
Merge https://github.com/blmorris/micropython into Myriad2
blmorris
2014-07-21
Merge https://github.com/micropython/micropython
blmorris
2014-07-20
stmhal: Fix REPL printing by cooking output sent to stdout_obj.
Damien George
2014-07-20
stmhal: Change calls to pfenv_printf to pfenv_vprintf.
Damien George
2014-07-19
py: Make print() accept "file" argument, and actually print to stream.
Paul Sokolovsky
2014-07-19
py: Add stream reading of n unicode chars; unicode support by default.
Damien George
2014-07-19
stmhal: Add file.flush and os.stat.
Damien George
2014-07-15
Initial commit of Myriad2 board-specific configuration files
blmorris
2014-07-11
Incorporate stylistic changes suggested by @dhylands
blmorris
2014-07-11
Add keyword argument 'memaddr_use_16b' to i2c.mem_read and mem_write methods
blmorris
2014-07-07
stmhal: Protect SD_WriteBlocks by IRQ disable/enable pair.
Damien George
2014-07-06
Disable IRQs around sdcard reads.
Dave Hylands
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-02
stmhal: Some reordering of code/functions.
Damien George
2014-07-02
Merge branch 'add-timer-deinit' of github.com:dhylands/micropython into dhyla...
Damien George
2014-07-02
Merge pull request #709 from windelbouwman/master
Damien George
2014-07-02
Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...
Damien George
2014-07-01
Merge pull request #734 from iabdalkader/copysign
Damien George
2014-07-01
stackctrl: Add "mp_" prefix.
Paul Sokolovsky
2014-06-30
Add timer_deinit and call it just before doing a soft-restart
Dave Hylands
2014-06-30
Add copysignf
mux
2014-06-30
Merge pull request #710 from iabdalkader/assert
Damien George
[prev]
[next]