Joel Sherrill commented on a discussion on user/bsps/bsps-riscv.rst: 
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/45#note_112081

 > +
 > +   $ echo "[riscv/beaglevfire]" > config.ini
 > +   $ echo "BUILD_TESTS = True" >> config.ini
 > +   $ echo "RTEMS_POSIX_API = True" >> config.ini
 > +   $ echo "RTEMS_SMP = False" >> config.ini
 > +   $ echo "BSP_START_COPY_FDT_FROM_U_BOOT = False" >> config.ini
 > +   $ echo "BSP_VERBOSE_FATAL_EXTENSION = False" >> config.ini
 > +
 > +The BeagleV-Fire supports Symmetric Multiprocessing (SMP) with its
 > +quad-core configuration. SMP enables efficient parallel processing
 > +across multiple cores, enhancing performance for multi-threaded
 > +applications.
 > +
 > +``RTEMS_SMP``: Set to ``False`` to run the system in uniprocessor mode,
 > +where only one core (e.g., U54_1) handles processing. This mode is
 > +suitable for scenarios where multiprocessing is not required or not

I think I would be prone to leave it alone and delete the sentence "This mode 
is suitable for ..."

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/45#note_112081
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to