You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/06/04 18:04:09 UTC

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #3853: arch/risc-v/esp32c3: add esp32c3_modtext to allow ELF loading

Ouss4 opened a new pull request #3853:
URL: https://github.com/apache/incubator-nuttx/pull/3853


   ## Summary
   - Introduce esp32c3_modtext.c to properly allocate memory and access it from I-Bus.
   - Add defconfigs, linker flags and linker scripts required to support dynamic code loading.
   ## Impact
   ESP32-C3 only.
   ## Testing
   Testing the provided defconfigs with ESP32-C3 Devkit.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] gustavonihei merged pull request #3853: arch/risc-v/esp32c3: add esp32c3_modtext to allow ELF loading

Posted by GitBox <gi...@apache.org>.
gustavonihei merged pull request #3853:
URL: https://github.com/apache/incubator-nuttx/pull/3853


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] gustavonihei edited a comment on pull request #3853: arch/risc-v/esp32c3: add esp32c3_modtext to allow ELF loading

Posted by GitBox <gi...@apache.org>.
gustavonihei edited a comment on pull request #3853:
URL: https://github.com/apache/incubator-nuttx/pull/3853#issuecomment-854962862


   @Ouss4 CI failed on the refresh of the `sotest` defconfig:
   ```
   ====================================================================================
   Configuration/Tool: esp32c3-devkit/sotest,CONFIG_RV32IM_TOOLCHAIN_GNU_RVGL
   ------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Disabling CONFIG_RV32IM_TOOLCHAIN_GNU_RVGL
     Enabling CONFIG_RV32IM_TOOLCHAIN_GNU_RVGL
     Building NuttX...
     Normalize esp32c3-devkit/sotest
   8d7
   < # CONFIG_ARCH_LEDS is not set
   Saving the new configuration file
   HEAD detached at pull/3853/merge
   Changes not staged for commit:
     (use "git add <file>..." to update what will be committed)
     (use "git restore <file>..." to discard changes in working directory)
   	modified:   boards/risc-v/esp32c3/esp32c3-devkit/configs/sotest/defconfig
   
   no changes added to commit (use "git add" and/or "git commit -a")
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] Ouss4 commented on pull request #3853: arch/risc-v/esp32c3: add esp32c3_modtext to allow ELF loading

Posted by GitBox <gi...@apache.org>.
Ouss4 commented on pull request #3853:
URL: https://github.com/apache/incubator-nuttx/pull/3853#issuecomment-854965331


   > @Ouss4 CI failed on the refresh of the `sotest` defconfig:
   
   Thanks, fixed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] gustavonihei commented on pull request #3853: arch/risc-v/esp32c3: add esp32c3_modtext to allow ELF loading

Posted by GitBox <gi...@apache.org>.
gustavonihei commented on pull request #3853:
URL: https://github.com/apache/incubator-nuttx/pull/3853#issuecomment-854962862


   CI failed on the refresh of the `sotest` defconfig:
   ```
   ====================================================================================
   Configuration/Tool: esp32c3-devkit/sotest,CONFIG_RV32IM_TOOLCHAIN_GNU_RVGL
   ------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Disabling CONFIG_RV32IM_TOOLCHAIN_GNU_RVGL
     Enabling CONFIG_RV32IM_TOOLCHAIN_GNU_RVGL
     Building NuttX...
     Normalize esp32c3-devkit/sotest
   8d7
   < # CONFIG_ARCH_LEDS is not set
   Saving the new configuration file
   HEAD detached at pull/3853/merge
   Changes not staged for commit:
     (use "git add <file>..." to update what will be committed)
     (use "git restore <file>..." to discard changes in working directory)
   	modified:   boards/risc-v/esp32c3/esp32c3-devkit/configs/sotest/defconfig
   
   no changes added to commit (use "git add" and/or "git commit -a")
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org