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

   ## Summary
   These two commits add support for progmem partitions to PIC32CZ CA70 series. 
PIC32CZ CA70 Curiosity evaluation kit configuration is extended to provide the 
example of progmem partition initialization.
   
   ## Impact
   None on current implementations, new peripheral support for pic32czca70 
series.
   
   ## Testing
   Tested on PIC32CZ CA70 Curiosity evaluation kit.
   
   ```console
   nsh> hexdump dev/progmem count=512
   dev/progmem at 00000000:
   0000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
   0010: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
   0020: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
   nsh> echo "teest" > /dev/progmem
   nsh> hexdump dev/progmem count=512
   dev/progmem at 00000000:
   0000: 74 65 65 73 74 0a ff ff ff ff ff ff ff ff ff ff teest...........
   0010: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
   0020: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
   ```


-- 
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: commits-unsubscr...@nuttx.apache.org

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

Reply via email to