Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • ch3/leds
  • ch3/time
  • dualcore
  • master
  • wip-bootstrap default
5 results
Created with Raphaël 2.2.014Oct131211109898765432130Sep292827282726242322212019181716151413121110743131Aug302930293029282522212017181716151413121110987653231Jul3029272625242322216Jun20Jul19171615141514121110987654230Jun292827262524232221201918171615141312111098765432131May30292827262524232221201817161312111098765tests/jni: Start adding modjni tests.unix/modjni: Add iteration support for Java List objects.unix/modjni: call_method: Check for Java exception after method return.tests: Add more tests for viper 16/32-bit load/store, and ellipsis.py/qstr: Fix calc of qstr memory usage, due to new qstr chunk allocation.docs: Fix formatting of DAC code examples.stmhal: Allow to set bits resolution for DAC; 8 is default, can have 12.py: Implement ptr32 load and store in viper emitter.unix/modtermios: tcsetattr: If 0 passed for "when" param, treat as TCSANOW.py: Add support to call __init__ from a builtin module on first import.py: Allow to to build MicroPython as a static library.py/parse: Make parser error handling cleaner, less spaghetti-like.py: Move constant folding from compiler to parser.py/objarray: Allow to create array of void pointers, as extension to CPython.unix: Add exit and paste-mode hints to shell startup banner.README.md: Document "Ctrl+D" shell exit.Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.stmhal: Enable REPL auto indent; document paste mode in help().repl: Add paste mode to friendly REPL, entered via CTRL-E.py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.py/makeqstrdata.py: Catch and report case of empty input file.unix/modsocket: Fix usage of pointers to locals outside scopedrivers/sdcard: Allow up to 5 retries to initialise SD card.docs: Describe properly how MCU can be woken from pyb.standby() state.unix/modjni: py2jvalue: Support bool and None values.tests: In pyb RTC tests, check wakeup register values.stmhal: Fix USB CDC-only mode under Windows.py/parse: Factor logic when creating parse node from and-rule.unix/modjni: jvalue2py() is currently not used.unix/modjni: Allow to access fields of objects.py: Don't generate unnecessary parse nodes for assignment or kwargs.tests: Add test for evaluation order of dictionary key/value pairs.py/emitnative: Raise ViperTypeError for unsupported unary ops.py/compile: Fix edge case when constant-folding negation of integer.stmhal: Fix RTC.wakeup so it correctly calculates WUT for large periods.unix/modjni: After Call*Method(), Java exception should always be checked.stmhal: In RTC.wakeup, fix setting of wucksel to get correct period.docs: Update esp8266 documentation to match the code.modussl: SSL socket wrapper module based on axTLS.tests/basics/builtin_range: PEP8 fixes.
Loading