File tree Expand file tree Collapse file tree 18 files changed +4
-39
lines changed Expand file tree Collapse file tree 18 files changed +4
-39
lines changed Original file line number Diff line number Diff line change 27
27
#include "py/runtime.h"
28
28
29
29
#include "shared-bindings/alarm/pin/PinAlarm.h"
30
- #include "shared-bindings/microcontroller/__init__.h"
31
- #include "shared-bindings/microcontroller/Pin.h"
32
30
33
31
#include "peripherals/exti.h"
34
32
Original file line number Diff line number Diff line change 28
28
29
29
#include "shared-bindings/alarm/time/TimeAlarm.h"
30
30
#include "shared-bindings/time/__init__.h"
31
- #include "supervisor/port.h"
32
31
#include "peripherals/rtc.h"
33
32
34
33
#include STM32_HAL_H
Original file line number Diff line number Diff line change 28
28
#include <stdint.h>
29
29
#include <string.h>
30
30
31
+
31
32
#include "py/mperrno.h"
32
33
#include "py/runtime.h"
33
34
35
+
36
+
34
37
#include "shared-bindings/analogio/AnalogOut.h"
35
38
#include "shared-bindings/microcontroller/Pin.h"
36
39
#include "supervisor/shared/translate/translate.h"
Original file line number Diff line number Diff line change 30
30
#include "py/mperrno.h"
31
31
#include "py/runtime.h"
32
32
33
- #include "shared-bindings/microcontroller/__init__.h"
34
33
#include "supervisor/shared/translate/translate.h"
35
34
#include "shared-bindings/microcontroller/Pin.h"
36
35
Original file line number Diff line number Diff line change 28
28
#include <string.h>
29
29
30
30
#include "shared-bindings/busio/SPI.h"
31
- #include "py/mperrno.h"
32
31
#include "py/runtime.h"
33
32
34
- #include "shared-bindings/microcontroller/__init__.h"
35
- #include "supervisor/board.h"
36
33
#include "supervisor/shared/translate/translate.h"
37
34
#include "shared-bindings/microcontroller/Pin.h"
38
35
Original file line number Diff line number Diff line change 27
27
28
28
#include "shared-bindings/digitalio/DigitalInOut.h"
29
29
#include "shared-bindings/microcontroller/Pin.h"
30
- #include "py/runtime.h"
31
- #include "supervisor/shared/translate/translate.h"
32
30
33
31
// The HAL is sparse on obtaining register information, so we use the LLs here.
34
32
#if (CPY_STM32H7 )
Original file line number Diff line number Diff line change 26
26
*/
27
27
28
28
#include "shared-bindings/microcontroller/Pin.h"
29
- #include "shared-bindings/digitalio/DigitalInOut.h"
30
29
31
- #include "py/mphal.h"
32
30
#include "pins.h"
33
31
34
32
#if defined(TFBGA216 )
Original file line number Diff line number Diff line change 28
28
#include <stdint.h>
29
29
#include <string.h>
30
30
#include "py/mpconfig.h"
31
- #include "py/gc.h"
32
31
#include "py/runtime.h"
33
32
#include "shared-bindings/microcontroller/__init__.h"
34
33
#include "shared-bindings/microcontroller/Pin.h"
Original file line number Diff line number Diff line change 29
29
#include <stdint.h>
30
30
31
31
#include "py/mpconfig.h"
32
- #include "py/gc.h"
33
- #include "py/runtime.h"
34
32
#include "shared-bindings/pulseio/PulseOut.h"
35
33
#include "shared-bindings/pwmio/PWMOut.h"
36
- #include "supervisor/shared/translate/translate.h"
37
34
38
35
#include STM32_HAL_H
39
- #include "shared-bindings/microcontroller/Pin.h"
40
36
#include "timers.h"
41
37
42
38
// A single timer is shared amongst all PulseOut objects under the assumption that
Original file line number Diff line number Diff line change 31
31
#include "shared-bindings/pwmio/PWMOut.h"
32
32
#include "supervisor/shared/translate/translate.h"
33
33
34
- #include "shared-bindings/microcontroller/__init__.h"
35
34
#include STM32_HAL_H
36
35
#include "shared-bindings/microcontroller/Pin.h"
37
36
You can’t perform that action at this time.
0 commit comments