anchao opened a new pull request, #8439:
URL: https://github.com/apache/nuttx/pull/8439

   ## Summary
   
   1. rp2040/raspberrypi-pico-w: update submodule to avoid invaild firmware
   
   The cyw43-driver is a submodule in the pick-sdk, if the submodule is
   not updated, the dummy firmware driver will be used, update the document
   to correct the setup flow.
   ```
   ${PICO_SDK_PATH}/lib/cyw43-driver/firmware/43439A0-7.95.49.00.combined
   ```
   Signed-off-by: chao an <[email protected]>
   
   2. arm/rp2040: fix compile warning on boot2 build
   
   ```
   ld: warning: 
boards/arm/rp2040/raspberrypi-pico-w/scripts/raspberrypi-pico-flash.ld contains 
output sections; did you forget -T?
   ```
   Signed-off-by: chao an <[email protected]>
   
   3. raspberrypi-pico-w/telnet: enable more configs
   
   Signed-off-by: chao an <[email protected]>
   
   4. wireless/bcm43xxx/qspi: try tx after rx fails
   
   1. Try tx after rx fails to avoid gspi_thread busy to try rx
   2. Add some delay if alloc frame buffer failed
   
   Signed-off-by: chao an <[email protected]>
   
   5. bcm43xxx/bcmf_ioctl.h: pack wl_* structure to avoid unaligned access
   
   Signed-off-by: chao an <[email protected]>
   
   6. arm/rp2040: check tx holding register before send
   
   Signed-off-by: chao an <[email protected]>
   
   7. arm/backtrace: fix compile warning
   
   ```
   common/arm_backtrace_unwind.c: In function 'up_backtrace':
   common/arm_backtrace_unwind.c:626:27:
   warning: assignment to 'long unsigned int' from 'uint8_t (*)[]'\
   {aka 'unsigned char (*)[]'} makes integer from pointer without a cast 
[-Wint-conversion]
   
     626 |           frame.stack_top = &g_intstacktop;
         |
   
   ```
   
   ## Impact
   
   N/A
   
   ## Testing
   
   raspberrypi-pico-w:telnet


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to