Skip to content

Commit 31d7e70

Browse files
successfuly tested and added copyright info
1 parent afcaf41 commit 31d7e70

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Vladimir Shtarev
1+
# SPDX-FileCopyrightText: 2024 Vladimir Shtarev, Jetbrains Research
22
#
33
# SPDX-License-Identifier: MIT
44
"""Starfive boards defenition"""

src/adafruit_blinka/board/starfive/visionfive2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Vladimir Shtarev
1+
# SPDX-FileCopyrightText: 2024 Vladimir Shtarev, Jetbrains Research
22
#
33
# SPDX-License-Identifier: MIT
44
"""Starfive VisionFive2 board config"""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Vladimir Shtarev
1+
# SPDX-FileCopyrightText: 2024 Vladimir Shtarev, Jetbrains Research
22
#
33
# SPDX-License-Identifier: MIT
44
"""Definition for the StarFive JH7110 chip"""

src/adafruit_blinka/microcontroller/starfive/JH7110/pin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Vladimir Shtarev
1+
# SPDX-FileCopyrightText: 2024 Vladimir Shtarev, Jetbrains Research
22
#
33
# SPDX-License-Identifier: MIT
44
"""A Pin class for use with StarFive JH7110."""
@@ -101,7 +101,7 @@ def value(self, val=None):
101101
UART_TX = Pin(8)
102102
UART_RX = Pin(10)
103103

104-
# PWM
104+
# PWM, does not support pwmio
105105
PWM1 = Pin(32)
106106
PWM2 = Pin(33)
107107

src/adafruit_blinka/microcontroller/starfive/JH7110/pwmio/PWMOut.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Vladimir Shtarev
1+
# SPDX-FileCopyrightText: 2024 Vladimir Shtarev, Jetbrains Research
22
#
33
# SPDX-License-Identifier: MIT
44
"""Custom PWMOut Wrapper for VisionFive.GPIO PWM Class"""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Vladimir Shtarev
1+
# SPDX-FileCopyrightText: 2024 Vladimir Shtarev, Jetbrains Research
22
#
33
# SPDX-License-Identifier: MIT
44
"""Custom PWMOut Wrapper for VisionFive.GPIO PWM Class"""

0 commit comments

Comments
 (0)