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

   ## Summary
   
   - include/nuttx/wireless/lte/lte.h: increase bb_product length
   - include/nuttx/wireless/lte/lte.h: add fw_version field to lte_version_t
   - arch/nrf91: fix modem initialization
   - arch/nrf91: convert modem AT interface to serial device
   - arch/nrf91: fixes for modem OS integration
   - arch/nrf91: add support for modem sockets
   - boards/nrf9160-dk: update modem configuration
   
   ## Impact
   
   ## Testing
   nrf9160-dk
   
   ```
   NuttShell (NSH) NuttX-10.4.0
   nsh> cu -l /dev/modem            # we have to set the device to full 
functionality, here we use direct AT commands
   AT+CFUN=1
   OK
   AT+CFUN?
   +CFUN: 1
   OK
   ~.
   nsh>
   nsh> wget http://www.example.com
   <!doctype html>
   <html>
   <head>
       <title>Example Domain</title>
   
       <meta charset="utf-8" />
       <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
       <meta name="viewport" content="width=device-width, initial-scale=1" />
       <style type="text/css">
       body {
           background-color: #f0f0f2;
           margin: 0;
           padding: 0;
           font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe 
UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
           
       }
       div {
           width: 600px;
           margin: 5em auto;
           padding: 2em;
           background-color: #fdfdff;
           border-radius: 0.5em;
           box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);
       }
       a:link, a:visited {
           color: #38488f;
           text-decoration: none;
       }
       @media (max-width: 700px) {
           div {
               margin: 0 auto;
               width: auto;
           }
       }
       </style>    
   </head>
   
   <body>
   <div>
       <h1>Example Domain</h1>
       <p>This domain is for use in illustrative examples in documents. You may 
use this
       domain in literature without prior coordination or asking for 
permission.</p>
       <p><a href="https://www.iana.org/domains/example";>More 
information...</a></p>
   </div>
   </body>
   </html>
   nsh>
   
   ```
   


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