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
/
ports
/
cc3200
Age
Commit message (
Expand
)
Author
2021-03-12
tests: Rename run-tests to run-tests.py for consistency.
Damien George
2021-02-04
ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.
Damien George
2021-01-23
cc3200: Fix debug build.
Vincent Duvert
2021-01-23
cc3200/ftp: Add quotes to PWD response and allow FEAT prior to login.
Vincent Duvert
2020-09-18
ports: Add utime.gmtime() function.
Damien George
2020-08-29
all: Update Python code to conform to latest black formatting.
Damien George
2020-06-22
stm32/irq: Clean up irq.h so it does not depend on core uPy defines.
Damien George
2020-06-19
tools/uncrustify: Enable more opts to remove space between func and '('.
David Lechner
2020-04-29
all: Factor gchelper code to one place and use it for unix & ARM ports.
Jim Mussared
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-23
all: Remove commented-out include statements.
stijn
2020-04-05
ports: Enable error text compression for various ports, but not all.
Jim Mussared
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-04-05
extmod/modubinascii: Make code private and module self-contained.
Jim Mussared
2020-03-25
all: Remove spaces between nested paren and inside function arg paren.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
all: Add *FORMAT-OFF* in various places.
Damien George
2020-02-13
py: Add mp_raise_type helper macro and use it where appropriate.
Damien George
2020-02-07
py/scheduler: Move mp_keyboard_interrupt from lib/utils to py core.
Damien George
2020-01-29
py/mpthread.h: Use strong type for mp_thread_set_state() argument.
David Lechner
2019-10-29
extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.
Damien George
2019-10-29
extmod: Factor out block-device struct to make independent of fatfs.
Damien George
2019-10-22
py: Automatically provide weak links from "foo" to "ufoo" module name.
Damien George
2019-07-01
ports: Provide mp_hal_stdio_poll for sys.stdio polling where needed.
Damien George
2019-04-26
ports: Convert to use pyexec_file_if_exists() to execute boot/main.py.
Damien George
2019-03-05
ports: Update to work with new oofatfs version.
Damien George
2019-03-01
cc3200/mpconfigport.h: Disable compiler optimisation of OrderedDict.
Damien George
2019-02-12
all: Change PYB message prefix to MPY.
Mike Causer
2019-02-12
ports: Convert legacy uppercase macro names to lowercase.
Damien George
2019-02-12
cc3200: Use common gchelper_m3.s code from lib/utils.
Damien George
2019-01-30
cc3200/modmachine: Rename machine.sleep to machine.lightsleep.
Damien George
2019-01-27
cc3200/mods/modussl: Fix ca_certs arg validation in mod_ssl_wrap_socket.
Reagan Sanders
2018-12-04
stm32,esp8266,cc3200: Use MICROPY_GC_STACK_ENTRY_TYPE to save some RAM.
Damien George
2018-07-08
cc3200/mods: Access dict map directly instead of using helper func.
Damien George
2018-06-06
extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX.
Damien George
2018-06-04
cc3200/mods: Include stream.h to get definition of mp_stream_p_t.
Damien George
2018-04-10
py/stream: Switch stream close operation from method to ioctl.
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-12
py/builtinhelp: Change signature of help text var from pointer to array.
Damien George
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George