aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/gccollect.c
AgeCommit message (Expand)Author
2020-04-29all: Factor gchelper code to one place and use it for unix & ARM ports.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-07-11stm32/gccollect: Always use MP_STATE_THREAD(stack_top) to get stack top.Damien George
2019-03-08stm32: Allow to build with threading with the GIL disabled.Damien George
2019-02-12stm32/gccollect: Use gchelper.h header instead of explicit declaration.Damien George
2018-07-08stm32: Support compiling with object representation D.Damien George
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