summaryrefslogtreecommitdiff
path: root/ports/unix/main.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2018-07-11WIP: after merge; before testingDan Halbert
2018-06-12ports: Call gc_sweep_all() when doing a soft reset.Damien George
2018-06-06unix: Support MICROPY_VFS_POSIX and enable it in coverage build.Damien George
2017-12-11unix: Add support for using the Python stack.Damien George
2017-11-16py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.Damien George
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George