Skip to content

Commit

Permalink
Add AudioLite for Arduino env
Browse files Browse the repository at this point in the history
  • Loading branch information
SPRESENSE authored Mar 10, 2023
2 parents 789baa3 + 54b0c21 commit 0632424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ tools.spresense-tools.erase.pattern="{cmd.path}" -s -c "{serial.port}" {cmd.opt.
tools.spresense-tools.bootloader.params.verbose=
tools.spresense-tools.bootloader.params.quiet=
tools.spresense-tools.firmware.path={runtime.tools.spresense-sdk.path}/spresense/firmware
tools.spresense-tools.bootloader.pattern="{cmd.path}" -s -c "{serial.port}" {cmd.opt.baudrate} -d -n "{firmware.path}/loader.espk" "{firmware.path}/gnssfw.espk" "{firmware.path}/dnnrt-mp.espk" "{firmware.path}/AESM.espk" "{firmware.path}/sysutil.spk"
tools.spresense-tools.bootloader.pattern="{cmd.path}" -s -c "{serial.port}" {cmd.opt.baudrate} -d -n "{firmware.path}/loader.espk" "{firmware.path}/gnssfw.espk" "{firmware.path}/dnnrt-mp.espk" "{firmware.path}/AESM.espk" "{firmware.path}/sysutil.spk" "{firmware.path}/mp3dec.spk"
2 changes: 1 addition & 1 deletion tools/configs/spresense.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
default device/adc device/camera device/charger device/emmc device/hostif device/pwm device/sdcard feature/asmp feature/audio_player feature/audio_recorder feature/audio_recognizer feature/audio_synthesizer feature/dnnrt_mp feature/fwuputils feature/gnss feature/imageproc feature/libcxx feature/lte_stub_mbedtls feature/step_counter feature/digital_filters -- +CXD56_I2C_DRIVER=n +CXD56_I2C1 +CXD56_I2C1_SCUSEQ=n +CXD56_LTE_LATE_INITIALIZE=y +CXD56_CAMERA_LATE_INITIALIZE=y +CXD56_HPADC0_INPUT_GAIN_M6DB +CXD56_HPADC1_INPUT_GAIN_M6DB +CXD56_USE_SYSBUS=n -LTE_SYSCTL=y +BUILTIN=n -CXD56_EMMC_POWER_PIN_I2S0_BCK=y +CXD56_EMMC_POWER_PIN_NONE=y +CXD56_EMMC_LATE_INITIALIZE=y +LTE_LAPI_ENABLE_DEPRECATED_API=n
default device/adc device/camera device/charger device/emmc device/hostif device/pwm device/sdcard feature/asmp feature/audio_player feature/audio_recorder feature/audio_recognizer feature/audio_synthesizer feature/dnnrt_mp feature/fwuputils feature/gnss feature/imageproc feature/libcxx feature/lte_stub_mbedtls feature/step_counter feature/digital_filters feature/audiolite -- +CXD56_I2C_DRIVER=n +CXD56_I2C1 +CXD56_I2C1_SCUSEQ=n +CXD56_LTE_LATE_INITIALIZE=y +CXD56_CAMERA_LATE_INITIALIZE=y +CXD56_HPADC0_INPUT_GAIN_M6DB +CXD56_HPADC1_INPUT_GAIN_M6DB +CXD56_USE_SYSBUS=n -LTE_SYSCTL=y +BUILTIN=n -CXD56_EMMC_POWER_PIN_I2S0_BCK=y +CXD56_EMMC_POWER_PIN_NONE=y +CXD56_EMMC_LATE_INITIALIZE=y +LTE_LAPI_ENABLE_DEPRECATED_API=n

0 comments on commit 0632424

Please sign in to comment.