Amar Takhar commented on a discussion on README.md: 
https://gitlab.rtems.org/rtems/tools/rtems_waf/-/merge_requests/2#note_108782

 >  build. The RTEMS Waf's `configure()` lets you provide:
 >  
 > -1. Waf BSP configure hook
 > +  1. Waf BSP configure hook
 >  
 >  A example call to RTEMS Waf's `configure()` is:
 >  
 > +  ```python
 >    def configure(conf):
 >        rtems.configure(conf)
 > +  ```
 >  
 >  The BSP configure hook is called at end of a BSP's configuration. The BSP's
 >  `conf` variable and the `arch/bsp` are passed as arguments. The `arch/bsp` 
 > is
 > -the RTEMS standard for specifing a BSP, for example `sparc/erc32`. The BSP
 > +the RTEMS standard for specifying a BSP, for example `sparc/erc32`. The BSP

This was a spellcheck MR when the others are in we can re-address it.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/tools/rtems_waf/-/merge_requests/2#note_108782
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to