aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-15stmhal: Put an array in ROM.Damien George
2014-03-15stmhal: Disable redundant SystemCoreClockUpdate function.Damien George
2014-03-15Add vstr_ins and vstr_cut_out; improve stmhal readline.Damien George
2014-03-15stmhal: Get RTC working.Damien George
2014-03-15stmhal: Fix escape sequences in USB CDC input.Damien George
2014-03-15stmhal: Get USB CDC REPL working.Damien George
2014-03-15stmhal: Remove obsolete #defines from mpconfigport.h.Damien George
2014-03-15Merge pull request #346 from dhylands/stmhal-ledDamien George
2014-03-14stmhal - add pin mapping, gpio, exti, usrswDave Hylands
2014-03-14stmhal - add led support. Add netduino_plus_2 supportDave Hylands
2014-03-14Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-03-14stmhal: Get USB enumerating a CDC device.Damien George
2014-03-14Merge pull request #345 from dhylands/stmhal-systick-cleanupDamien George
2014-03-13stmhal - More systick cleanup. Fix HAL_DelayDave Hylands
2014-03-13py: In string.count, handle case of zero-length needle.Damien George
2014-03-13Merge pull request #343 from xbe/masterDamien George
2014-03-13Merge pull request #344 from dhylands/stmhal-systick-cleanupDamien George
2014-03-13Cleanup systick for stmhalDave Hylands
2014-03-13Merge pull request #342 from dhylands/stmhal-replDamien George
2014-03-13Fix issues in str.count implementation.xbe
2014-03-12Implement str.count and add tests for it.xbe
2014-03-12REPl working on UART6 with STMHALDave Hylands
2014-03-13windows: Change MICROPY_FLOAT config to new scheme.Damien George
2014-03-12py: Cosmetic changes.Damien George
2014-03-12Merge pull request #340 from iabdalkader/reallocDamien George
2014-03-12stm: Add some floating-point math functions.Damien George
2014-03-12stmhal: Set SysTick priority to highest level.Damien George
2014-03-12stmhal: Get SysTick and HSE working.Damien George
2014-03-12py: Add expm1 to math module.Damien George
2014-03-12Fix reallocmux
2014-03-12Merge pull request #339 from dhylands/stmhalDamien George
2014-03-12Add more tests for multi-precision integers.Damien George
2014-03-12py: Implement integer overflow checking for * and << ops.Damien George
2014-03-12py: Fix some bugs in mpz; add mpz_from_ll and mpz_set_from_ll.Damien George
2014-03-11Initial checkin with STM HALDave Hylands
2014-03-10Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.Damien George
2014-03-10Merge branch 'format-float' of github.com:dhylands/micropython into dhylands-...Damien George
2014-03-10Merge pull request #335 from dhylands/fix-makeqstrdataDamien George
2014-03-10Add proper floating point printing support.Dave Hylands
2014-03-10Fix makeqstrdata.py to work in Python 2.7Dave Hylands
2014-03-09stm: Add DMA support to Audio object.Damien George
2014-03-09py: Make objstr support buffer protocol (read only).Damien George
2014-03-09py: Fix printing of type name.Damien George
2014-03-08unix: Make usage info reflect actual usage of -X option.Damien George
2014-03-08stm: Put pyb module in ROM.Damien George
2014-03-08stm: Wrap some functions in MICROPY_ENABLE_FLOAT.Damien George
2014-03-08Implement ROMable modules. Add math module.Damien George
2014-03-08Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-03-08stm: Add udelay (delay in microseconds).Damien George
2014-03-08stm: Improve DAC (audio) bindings.Damien George