Skip to content

Commit 9bce4ac

Browse files
authored
Merge pull request #8090 from kamtom480/sdk3.0.1
spresense: update SDK to 3.0.1
2 parents 4c55dc2 + 979f2f5 commit 9bce4ac

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

ports/cxd56/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ LIBGCC = "${shell "$(CC)" $(CFLAGS) -print-libgcc-file-name}"
102102

103103
LDFLAGS = \
104104
--entry=__start \
105-
-nostartfiles \
106-
-nodefaultlibs \
107105
-T$(SPRESENSE_SDK)/nuttx/scripts/ramconfig.ld \
108106
--gc-sections \
109107
-Map=$(BUILD)/output.map \

ports/cxd56/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Bootloader information:
7575

7676
* You have to accept the End User License Agreement to be able to download and use the Spresense bootloader binary.
7777

78-
Download the spresense binaries zip archive from: [Spresense firmware v2-4-000](https://developer.sony.com/file/download/download-spresense-firmware-v2-4-000)
78+
Download the spresense binaries zip archive from: [Spresense firmware v3-0-0](https://developer.sony.com/file/download/download-spresense-firmware-v3-0-0)
7979

8080
Extract spresense binaries in your PC to ports/spresense/spresense-exported-sdk/firmware/
8181

ports/cxd56/configs/circuitpython/defconfig

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# CONFIG_STANDARD_SERIAL is not set
1818
CONFIG_ARCH="arm"
1919
CONFIG_ARCH_BOARD="spresense"
20+
CONFIG_ARCH_BOARD_COMMON=y
2021
CONFIG_ARCH_BOARD_SPRESENSE=y
2122
CONFIG_ARCH_CHIP="cxd56xx"
2223
CONFIG_ARCH_CHIP_CXD56XX=y
@@ -33,7 +34,6 @@ CONFIG_BOARD_CRASHDUMP=y
3334
CONFIG_BOARD_LATE_INITIALIZE=y
3435
CONFIG_BOARD_LOOPSPERMSEC=5434
3536
CONFIG_BOOT_RUNFROMISRAM=y
36-
CONFIG_CLOCK_MONOTONIC=y
3737
CONFIG_CXD56_ADC=y
3838
CONFIG_CXD56_BINARY=y
3939
CONFIG_CXD56_CHARGER=y
@@ -63,7 +63,8 @@ CONFIG_CXD56_SPI=y
6363
CONFIG_CXD56_UART2=y
6464
CONFIG_DRIVERS_VIDEO=y
6565
CONFIG_FS_FAT=y
66-
CONFIG_LIBC_FLOATINGPOINT=y
66+
CONFIG_INIT_ENTRYPOINT="spresense_main"
67+
CONFIG_INIT_STACKSIZE=8192
6768
CONFIG_MMCSD=y
6869
CONFIG_MMCSD_SDIO=y
6970
CONFIG_MTD=y
@@ -91,7 +92,6 @@ CONFIG_SCHED_HPWORK=y
9192
CONFIG_SCHED_LPNTHREADS=3
9293
CONFIG_SCHED_LPWORK=y
9394
CONFIG_SCHED_WAITPID=y
94-
CONFIG_SDCLONE_DISABLE=y
9595
CONFIG_SDIO_MUXBUS=y
9696
CONFIG_SERIAL_TERMIOS=y
9797
CONFIG_SPI=y
@@ -110,8 +110,6 @@ CONFIG_USBDEV=y
110110
CONFIG_USBDEV_DMA=y
111111
CONFIG_USBDEV_DUALSPEED=y
112112
CONFIG_USEC_PER_TICK=1000
113-
CONFIG_USERMAIN_STACKSIZE=8192
114-
CONFIG_USER_ENTRYPOINT="spresense_main"
115113
CONFIG_VIDEO_ISX012=y
116114
CONFIG_VIDEO_ISX019=y
117115
CONFIG_VIDEO_STREAM=y

ports/cxd56/spresense-exported-sdk

0 commit comments

Comments
 (0)