Merge branch 'master' into f7

This commit is contained in:
Léa Saviot
2019-08-06 17:40:14 +02:00
238 changed files with 1349 additions and 1230 deletions

View File

@@ -105,7 +105,7 @@ void MicroPython::init(void * heapStart, void * heapEnd) {
#else
volatile int stackTop;
mp_stack_set_top((void *)(&stackTop));
mp_stack_set_limit(4000);
mp_stack_set_limit(8192);
#endif
gc_init(heapStart, heapEnd);
mp_init();