This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Clearing the recent projects list

In Keil Uvision3, how do I remove projects so that they don't show up in the recent projects list? Or possibly just clear the list would be OK.

Parents
  • Quick REGEDIT "Find" on uV4 pulled up HKEY_CURRENT_USER\Software\Keil\uVision4\Recent Projects

    So you should be able to do it manually, or as a simple Win32 app, I'd imagine uV3 is similar.

    Segger has their ARM Flash tools, ST has ST-LINK Utilities, and other vendors likely have similar solutions. Tend to prefer serial loaders for production here, with low cost per station, and low cost replacements/consumables.

Reply
  • Quick REGEDIT "Find" on uV4 pulled up HKEY_CURRENT_USER\Software\Keil\uVision4\Recent Projects

    So you should be able to do it manually, or as a simple Win32 app, I'd imagine uV3 is similar.

    Segger has their ARM Flash tools, ST has ST-LINK Utilities, and other vendors likely have similar solutions. Tend to prefer serial loaders for production here, with low cost per station, and low cost replacements/consumables.

Children