add translate.h and linker.h includes back to runtime.h; remove linker.h refs; remove top-level lib/cyw43-driver
This commit is contained in:
parent
a00f2d8940
commit
10b95a1998
@ -1 +0,0 @@
|
||||
Subproject commit 36144f94bee69ad5e7b46fef06ce0c2405bafee5
|
@ -27,8 +27,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "supervisor/linker.h" // PLACE_IN_ITCM
|
||||
|
||||
#include "py/runtime.h"
|
||||
|
||||
void PLACE_IN_ITCM(mp_arg_check_num_sig)(size_t n_args, size_t n_kw, uint32_t sig) {
|
||||
|
2
py/gc.c
2
py/gc.c
@ -29,8 +29,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "supervisor/linker.h" // CIRCUITPY: PLACE_IN_ITCM
|
||||
|
||||
#include "py/gc.h"
|
||||
#include "py/runtime.h"
|
||||
|
||||
|
2
py/obj.c
2
py/obj.c
@ -29,8 +29,6 @@
|
||||
#include <stdarg.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "supervisor/linker.h" // CIRUCITPY: PLACE_IN_TCM
|
||||
|
||||
#include "shared/runtime/interrupt_char.h"
|
||||
#include "py/obj.h"
|
||||
#include "py/objtype.h"
|
||||
|
@ -28,8 +28,6 @@
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "supervisor/linker.h" // CIRUCITPY: PLACE_IN_ITCM
|
||||
|
||||
#include "py/runtime.h"
|
||||
#include "py/builtin.h"
|
||||
#include "py/objtype.h"
|
||||
|
@ -28,8 +28,6 @@
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "supervisor/linker.h" // CIRUCITPY: PLACE_IN_ITCM
|
||||
|
||||
#include "py/objtuple.h"
|
||||
#include "py/objfun.h"
|
||||
#include "py/runtime.h"
|
||||
|
@ -27,8 +27,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "supervisor/linker.h" // CIRUCITPY: PLACE_IN_ITCM
|
||||
|
||||
#include "py/nlr.h"
|
||||
#include "py/objproperty.h"
|
||||
#include "py/runtime.h"
|
||||
|
@ -28,8 +28,6 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "supervisor/linker.h" // CIRCUITPY: PLACE_IN_ITCM
|
||||
|
||||
#include "py/mpstate.h"
|
||||
#include "py/qstr.h"
|
||||
#include "py/gc.h"
|
||||
|
@ -31,8 +31,6 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "supervisor/linker.h" // PLACE_IN_ITCM
|
||||
|
||||
#include "py/parsenum.h"
|
||||
#include "py/compile.h"
|
||||
#include "py/mperrno.h"
|
||||
|
@ -31,6 +31,9 @@
|
||||
#include "py/mpstate.h"
|
||||
#include "py/pystack.h"
|
||||
|
||||
#include "supervisor/linker.h"
|
||||
#include "supervisor/shared/translate/translate.h"
|
||||
|
||||
typedef enum {
|
||||
MP_VM_RETURN_NORMAL,
|
||||
MP_VM_RETURN_YIELD,
|
||||
|
@ -24,8 +24,6 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "supervisor/linker.h" // PLACE_IN_ITCM
|
||||
|
||||
#include "py/runtime.h"
|
||||
#include "py/stackctrl.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user