Using both Astrobe M3 and M4 seamlessly

Newcomers to Astrobe and Oberon are welcome to ask any beginner-level questions here
Post Reply
Helpdesk
Posts: 33
Joined: Sat Jan 01, 2011 5:43 am
Contact:

Using both Astrobe M3 and M4 seamlessly

Post by Helpdesk » Fri Jun 26, 2015 12:01 pm

I plan to use M3 and M4 platforms in the near future. How shall I organize my projects (my PC) to be able to switch seamless between the two versions?

cfbsoftware
Site Admin
Posts: 493
Joined: Fri Dec 31, 2010 12:30 pm
Contact:

Re: Using both Astrobe M3 and M4 seamlessly

Post by cfbsoftware » Fri Jun 26, 2015 12:06 pm

Each version of Astrobe has its own registry settings to remember the last used folder, configuration file etc. so it shouldn't matter how you setup your folders. All you should have to do is replace the string '%astrobe%' in your configuration files (Library Pathnames) with the actual pathname e.g. something like:

Astrobe for Cortex-M3:

Code: Select all

D:\AstrobeM3\Lib\LPC1769
D:\AstrobeM3\Lib\General
Astrobe for Cortex-M4:

Code: Select all

D:\AstrobeM4\Lib\LPC4088
D:\AstrobeM4\Lib\General

Post Reply