File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,11 @@ extern const struct _mp_obj_type_t mod_network_nic_type_wiznet5k;
201
201
MICROPY_HW_NIC_WIZNET5K \
202
202
MICROPY_BOARD_NETWORK_INTERFACES \
203
203
204
+ // Additional entries for use with pendsv_schedule_dispatch.
205
+ #ifndef MICROPY_BOARD_PENDSV_ENTRIES
206
+ #define MICROPY_BOARD_PENDSV_ENTRIES
207
+ #endif
208
+
204
209
#define MP_STATE_PORT MP_STATE_VM
205
210
206
211
// Miscellaneous settings
Original file line number Diff line number Diff line change 25
25
*/
26
26
27
27
#include <assert.h>
28
+ #include "py/mpconfig.h"
28
29
#include "pendsv.h"
29
30
#include "RP2040.h"
30
31
Original file line number Diff line number Diff line change 38
38
#if MICROPY_PY_NETWORK_WIZNET5K
39
39
PENDSV_DISPATCH_WIZNET ,
40
40
#endif
41
+ MICROPY_BOARD_PENDSV_ENTRIES
41
42
PENDSV_DISPATCH_MAX
42
43
};
43
44
You can’t perform that action at this time.
0 commit comments