Skip to content

Commit

Permalink
Merge pull request #8090 from kamtom480/sdk3.0.1
Browse files Browse the repository at this point in the history
spresense: update SDK to 3.0.1
  • Loading branch information
tannewt authored Jun 20, 2023
2 parents 4c55dc2 + 979f2f5 commit 9bce4ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 0 additions & 2 deletions ports/cxd56/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ LIBGCC = "${shell "$(CC)" $(CFLAGS) -print-libgcc-file-name}"

LDFLAGS = \
--entry=__start \
-nostartfiles \
-nodefaultlibs \
-T$(SPRESENSE_SDK)/nuttx/scripts/ramconfig.ld \
--gc-sections \
-Map=$(BUILD)/output.map \
Expand Down
2 changes: 1 addition & 1 deletion ports/cxd56/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Bootloader information:

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

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

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

Expand Down
8 changes: 3 additions & 5 deletions ports/cxd56/configs/circuitpython/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# CONFIG_STANDARD_SERIAL is not set
CONFIG_ARCH="arm"
CONFIG_ARCH_BOARD="spresense"
CONFIG_ARCH_BOARD_COMMON=y
CONFIG_ARCH_BOARD_SPRESENSE=y
CONFIG_ARCH_CHIP="cxd56xx"
CONFIG_ARCH_CHIP_CXD56XX=y
Expand All @@ -33,7 +34,6 @@ CONFIG_BOARD_CRASHDUMP=y
CONFIG_BOARD_LATE_INITIALIZE=y
CONFIG_BOARD_LOOPSPERMSEC=5434
CONFIG_BOOT_RUNFROMISRAM=y
CONFIG_CLOCK_MONOTONIC=y
CONFIG_CXD56_ADC=y
CONFIG_CXD56_BINARY=y
CONFIG_CXD56_CHARGER=y
Expand Down Expand Up @@ -63,7 +63,8 @@ CONFIG_CXD56_SPI=y
CONFIG_CXD56_UART2=y
CONFIG_DRIVERS_VIDEO=y
CONFIG_FS_FAT=y
CONFIG_LIBC_FLOATINGPOINT=y
CONFIG_INIT_ENTRYPOINT="spresense_main"
CONFIG_INIT_STACKSIZE=8192
CONFIG_MMCSD=y
CONFIG_MMCSD_SDIO=y
CONFIG_MTD=y
Expand Down Expand Up @@ -91,7 +92,6 @@ CONFIG_SCHED_HPWORK=y
CONFIG_SCHED_LPNTHREADS=3
CONFIG_SCHED_LPWORK=y
CONFIG_SCHED_WAITPID=y
CONFIG_SDCLONE_DISABLE=y
CONFIG_SDIO_MUXBUS=y
CONFIG_SERIAL_TERMIOS=y
CONFIG_SPI=y
Expand All @@ -110,8 +110,6 @@ CONFIG_USBDEV=y
CONFIG_USBDEV_DMA=y
CONFIG_USBDEV_DUALSPEED=y
CONFIG_USEC_PER_TICK=1000
CONFIG_USERMAIN_STACKSIZE=8192
CONFIG_USER_ENTRYPOINT="spresense_main"
CONFIG_VIDEO_ISX012=y
CONFIG_VIDEO_ISX019=y
CONFIG_VIDEO_STREAM=y
2 changes: 1 addition & 1 deletion ports/cxd56/spresense-exported-sdk

0 comments on commit 9bce4ac

Please sign in to comment.