Skip to content

Commit 1fa8841

Browse files
committed
Change port name to cxd56
1 parent 0a48282 commit 1fa8841

61 files changed

Lines changed: 63 additions & 63 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@
9898
[submodule "ports/stm32f4/stm32f4"]
9999
path = ports/stm32f4/stm32f4
100100
url = https://github.com/adafruit/stm32f4.git
101-
[submodule "ports/spresense/spresense-exported-sdk"]
102-
path = ports/spresense/spresense-exported-sdk
101+
[submodule "ports/cxd56/spresense-exported-sdk"]
102+
path = ports/cxd56/spresense-exported-sdk
103103
url = https://github.com/sonydevworld/spresense-exported-sdk.git

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
"ports/cc3200",
126126
"ports/cc3200/FreeRTOS",
127127
"ports/cc3200/hal",
128+
"ports/cxd56/spresense-exported-sdk",
128129
"ports/esp32",
129130
"ports/esp8266/boards",
130131
"ports/esp8266/common-hal",
@@ -142,7 +143,6 @@
142143
"ports/stm32f4/README.md",
143144
"ports/pic16bit",
144145
"ports/qemu-arm",
145-
"ports/spresense/spresense-exported-sdk",
146146
"ports/stm32",
147147
"ports/stm32/hal",
148148
"ports/stm32/cmsis",

docs/supported_ports.rst

Lines changed: 1 addition & 1 deletion
Lines changed: 2 additions & 2 deletions
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
* THE SOFTWARE.
2525
*/
2626

27-
#ifndef MICROPY_INCLUDED_SPRESENSE_BACKGROUND_H
28-
#define MICROPY_INCLUDED_SPRESENSE_BACKGROUND_H
27+
#ifndef MICROPY_INCLUDED_CXD56_BACKGROUND_H
28+
#define MICROPY_INCLUDED_CXD56_BACKGROUND_H
2929

3030
void background_tasks_reset(void);
3131
void run_background_tasks(void);
3232

33-
#endif // MICROPY_INCLUDED_SPRESENSE_BACKGROUND_H
33+
#endif // MICROPY_INCLUDED_CXD56_BACKGROUND_H
File renamed without changes.

ports/spresense/common-hal/analogio/AnalogIn.h renamed to ports/cxd56/common-hal/analogio/AnalogIn.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
* THE SOFTWARE.
2525
*/
2626

27-
#ifndef MICROPY_INCLUDED_SPRESENSE_COMMON_HAL_ANALOGIO_ANALOGIN_H
28-
#define MICROPY_INCLUDED_SPRESENSE_COMMON_HAL_ANALOGIO_ANALOGIN_H
27+
#ifndef MICROPY_INCLUDED_CXD56_COMMON_HAL_ANALOGIO_ANALOGIN_H
28+
#define MICROPY_INCLUDED_CXD56_COMMON_HAL_ANALOGIO_ANALOGIN_H
2929

3030
#include "py/obj.h"
3131

@@ -39,4 +39,4 @@ typedef struct {
3939

4040
void analogin_reset(void);
4141

42-
#endif // MICROPY_INCLUDED_SPRESENSE_COMMON_HAL_ANALOGIO_ANALOGIN_H
42+
#endif // MICROPY_INCLUDED_CXD56_COMMON_HAL_ANALOGIO_ANALOGIN_H

0 commit comments

Comments
 (0)