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

   ## Summary
   
   Olimex LPC-2378-STK was the first board I ran NuttX in 2010. Then in 2023 I 
found this board on eBay and decided to buy it to try NuttX on it again, but 
for my disappointment it was not working: 
https://acassis.wordpress.com/2023/04/01/testing-nuttx-again-on-olimex-lpc2378-stk-board/
   
   Then I opened an Issue: https://github.com/apache/nuttx/issues/19201 and 
Xiang Xiao and ldube helped me to get it working again.
   
   ## Impact
   
   This commit proves that NuttX still working for ARM7TDMI.
   
   ## Testing
   
   ```
   NuttShell (NSH) NuttX-13.0.0-RC0                                             
   nsh> uname -a
   NuttX 13.0.0-RC0 bcac56ed20-dirty Jun 28 2026 16:05:05 arm olimex-lpc2378    
   nsh> mount
   nsh: mount: missing required argument(s)                                     
   nsh> help
   help usage:  help [-v] [<cmd>]                                               
                                                                                
       .           cd          expr        mv          usleep      unset        
       [           cp          false       printf      source      uptime       
       ?           cmp         help        pwd         test        watch        
       alias       dirname     hexdump     rm          time        xd           
       unalias     dmesg       ls          rmdir       true                     
     
       basename    echo        mkdir       set         truncate                 
     
       break       exec        mkrd        kill        uname                    
     
       cat         exit        mount       sleep       umount                   
     
   nsh> uptime                                                                  
     
   00:00:34 up  0:00, load average: 0.00, 0.00, 0.00                            
     
   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: [email protected]

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

Reply via email to