Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Hot Topic (More than 8 Replies) mbed (Read 17012 times)
pabloxid
Newbies
*
Offline


Posts: 3
Joined: Feb 11th, 2015
mbed
Feb 12th, 2015 at 3:00am
Print Post  
Hi. What are the chances that this product is extended to the mbed platform? That would be really good, just like the embedxcode project, which supports both arduino and mbed.

Greetings from Uruguay,
Pabloxid
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: mbed
Reply #1 - Feb 12th, 2015 at 1:37pm
Print Post  
Thanks for the post, yes it is being worked on and hopefully will be released in the next 4-8 weeks
  
Back to top
WWW  
IP Logged
 
pabloxid
Newbies
*
Offline


Posts: 3
Joined: Feb 11th, 2015
Re: mbed
Reply #2 - May 13th, 2015 at 9:50pm
Print Post  
I'm still interested in mbed (and spark io) support. Any news about this?

Regards,
P.G.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: mbed
Reply #3 - May 13th, 2015 at 10:08pm
Print Post  
Hi,

Great. The release of arduino 1.6.2 with a boards manager and more open hardware system diverted all dev for the last few months and we are only just coming to the end of it. Vs2015 has also now reached pre-release so there has to be a little work done for that.

The Arduino Zero has arrived and to make use of the hardware debug features it requires some relatively minor changes but are similar in some respects to the changes required for compile/upload/debug of esp8266, stm32. spark.io, mbed 

spark.io kindly sent a board and I have to say it's a neat package!

So sorry for the delay, things should start to move faster once the next few weeks are out of the way.

  
Back to top
WWW  
IP Logged
 
pabloxid
Newbies
*
Offline


Posts: 3
Joined: Feb 11th, 2015
Re: mbed
Reply #4 - Jun 16th, 2015 at 4:58am
Print Post  
Hi.
I'm still interested in mbed support. If I can help in some way to accomplish this faster, please let me know.

Regards,
P.G.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: mbed
Reply #5 - Jun 16th, 2015 at 1:57pm
Print Post  
Yes it's on the list however in the past few months Arduino, Atmel and Microsoft have both announced or made extreme changes. So dev has been bogged down changing what was already working.

Things should stabilize again during the next couple of months which will allow time for hardware extensions.
  
Back to top
WWW  
IP Logged
 
terrence1
Junior Member
**
Offline


Posts: 19
Joined: Oct 29th, 2014
Re: mbed
Reply #6 - Jun 2nd, 2016 at 3:11pm
Print Post  
Tim and update on support for mbed?
>>Thanks for the post, yes it is being worked on and hopefully will be released in the next 4-8 weeks
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: mbed
Reply #7 - Jun 2nd, 2016 at 5:10pm
Print Post  
Sorry the posts were just prior to massive changes in the arduino ide so got shelved.

It's on the list hopefully can be looked at over the next month or two.
  
Back to top
WWW  
IP Logged
 
testato
Junior Member
**
Offline


Posts: 48
Joined: Feb 11th, 2014
Re: mbed
Reply #8 - Sep 12th, 2016 at 7:06am
Print Post  
Mbed is a real key factor for visualmicro, imho

It is like an Arduino framework for 32bit, it is a big project and officially mantained from ARM so it is a long time project.

The boards are very cheap, and the last officially added is incredibly cheap, only 2€ (Bluepill whit stm32F103)

One of the problem whit Mbed is that it do not have an official offline compiler, so all people that use it will bring to VisualMicro immediately. I tryed to export from online compiler to gcc+makefile+eclipse but it do not work always, so a standarzided VisualStudio+Visualmicro environment is very welcom.

I have two Bluepill boards and if you need i can make extensive test on all Mbed Api.

This is the 2€ board 
http://m.ebay.it/itm/STM32F103C8T6-Cortex-M3-Minimum-System-Development-Board-pe...

This is the mbed-os Bluepill add:
http://goo.gl/Nykba8
« Last Edit: Sep 12th, 2016 at 7:16am by testato »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: mbed
Reply #9 - Sep 12th, 2016 at 1:19pm
Print Post  
Hi,

The problem with embed is as you say it needs to have a reliable offline compiler.

Visual Micro is mainly free so support needs to be almost zero.

Time is also short so I can only hunt for a short time for the details of how to build each framework.

With the arduino 3rd parrt hardware specification we have a common way to do things. Visual Micro can and does extend the specification so we can also cater for hardware that compiles the core from multiple folders.

So if someone would like to give instructions of exactly what should be downloaded so make a build and what should be available to each project in terms of core and libraries we could probably make something work.
  
Back to top
WWW  
IP Logged
 
testato
Junior Member
**
Offline


Posts: 48
Joined: Feb 11th, 2014
Re: mbed
Reply #10 - Sep 12th, 2016 at 6:01pm
Print Post  
i do not know if it usefull, but at this link you can Export the Mbed Blink example, included mbed library, to GccArm
https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-blinky

So the inside makefile maybe may help you ?
I attached a downloaded blink for Bluepill because the exporter today do not work for me

Normally this blink examples should compile on Windows if you have installed:
- Cygwin
- Make
- GCC ARM Embedded  (it is on Launchpad)


p.s. i cannot attach a file to this message ?
There is not the ChooseFile button  Shocked

p.s.2 i tested every forum sections, only on this section ( Ideas and Suggestions) is it not possible upload files
« Last Edit: Sep 12th, 2016 at 6:17pm by testato »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: mbed
Reply #11 - Sep 12th, 2016 at 6:29pm
Print Post  
Hi, I checked the box to allow uploads. Thanks
  
Back to top
WWW  
IP Logged
 
garlicbread
Junior Member
**
Offline


Posts: 21
Joined: Oct 7th, 2013
Re: mbed
Reply #12 - Oct 5th, 2016 at 2:27pm
Print Post  
Tim@Visual Micro wrote on Sep 12th, 2016 at 1:19pm:
Hi,

The problem with embed is as you say it needs to have a reliable offline compiler.


From what I understand mbed (now called mbed-os)
has a python based offline compiler here

https://github.com/ARMmbed/mbed-os
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: mbed
Reply #13 - Oct 5th, 2016 at 9:15pm
Print Post  
That's looking good. when time allows I will try to create a boards.txt and platform.txt which are text files that contain the instructions for a build that can use the mbed api. 

If you want to look at this you can look at arduinoide\hardware\arduino\avr ... folder to see the boards.txt and platform.ttx for arduino avr. 

Visual Micro uses the same basic system but with additional flexibility.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint