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-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-15
Merge pull request #346 from dhylands/stmhal-led
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-14
Merge pull request #345 from dhylands/stmhal-systick-cleanup
Damien George
2014-03-13
stmhal - More systick cleanup. Fix HAL_Delay
Dave Hylands
2014-03-13
py: In string.count, handle case of zero-length needle.
Damien George
2014-03-13
Merge pull request #343 from xbe/master
Damien George
2014-03-13
Merge pull request #344 from dhylands/stmhal-systick-cleanup
Damien George
2014-03-13
Cleanup systick for stmhal
Dave Hylands
2014-03-13
Merge pull request #342 from dhylands/stmhal-repl
Damien George
2014-03-13
Fix issues in str.count implementation.
xbe
2014-03-12
Implement str.count and add tests for it.
xbe
2014-03-12
REPl working on UART6 with STMHAL
Dave Hylands
2014-03-13
windows: Change MICROPY_FLOAT config to new scheme.
Damien George
2014-03-12
py: Cosmetic changes.
Damien George
2014-03-12
Merge pull request #340 from iabdalkader/realloc
Damien George
2014-03-12
stm: Add some floating-point math functions.
Damien George
2014-03-12
stmhal: Set SysTick priority to highest level.
Damien George
2014-03-12
stmhal: Get SysTick and HSE working.
Damien George
2014-03-12
py: Add expm1 to math module.
Damien George
2014-03-12
Fix realloc
mux
2014-03-12
Merge pull request #339 from dhylands/stmhal
Damien George
2014-03-12
Add more tests for multi-precision integers.
Damien George
2014-03-12
py: Implement integer overflow checking for * and << ops.
Damien George
2014-03-12
py: Fix some bugs in mpz; add mpz_from_ll and mpz_set_from_ll.
Damien George
2014-03-11
Initial checkin with STM HAL
Dave Hylands
2014-03-10
Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.
Damien George
2014-03-10
Merge branch 'format-float' of github.com:dhylands/micropython into dhylands-...
Damien George
2014-03-10
Merge pull request #335 from dhylands/fix-makeqstrdata
Damien George
2014-03-10
Add proper floating point printing support.
Dave Hylands
2014-03-10
Fix makeqstrdata.py to work in Python 2.7
Dave Hylands
2014-03-09
stm: Add DMA support to Audio object.
Damien George
2014-03-09
py: Make objstr support buffer protocol (read only).
Damien George
2014-03-09
py: Fix printing of type name.
Damien George
2014-03-08
unix: Make usage info reflect actual usage of -X option.
Damien George
2014-03-08
stm: Put pyb module in ROM.
Damien George
2014-03-08
stm: Wrap some functions in MICROPY_ENABLE_FLOAT.
Damien George
2014-03-08
Implement ROMable modules. Add math module.
Damien George
2014-03-08
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-08
stm: Add udelay (delay in microseconds).
Damien George
2014-03-08
stm: Improve DAC (audio) bindings.
Damien George
[next]