Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MariwanJ committed Apr 30, 2024
1 parent 5eeba9c commit c164c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Mbed studio, or Visual studio code, IMHO, is not a proper IDE for debugging mbed
## Notes:
- Inside your cpp file under /src do not use #include <balbla.h> , you should write the include with quotation marks .i.e. #include "balbla.h".
- You must include the libraries you use in the cmake file. I updated the cmake file and put place and note how to do so. Look at the documentations also here https://github.com/mbed-ce/mbed-os/wiki/MbedOS-configuration#configuration-via-cmake-files
- The PDF shows you how to configure Eclipse for debugging and for compiling. Please notice that the pictures inside the pdf is for a project based on NUCLEO-F207ZG. Try to change the names, script files..etc. to your HW. OpeOCD scritp could be either written or found on the net if you cannot find it. I made the script for F2X. Board by myself. OpenOCD doesn’t provide that by default.
- The PDF provides instructions on configuring Eclipse for debugging and compiling. Please note that the images inside the PDF are based on a project using the NUCLEO-F207ZG hardware. You should customize the names, script files, etc. to match your own hardware. If you cannot find an OpenOCD script, you can either write one yourself or search for it online. I have personally created a script for the F2X board, as OpenOCD does not include it by default.

0 comments on commit c164c34

Please sign in to comment.