Re: [riot-devel] RIOT-ESP8622

2016-04-03 Thread Nguyễn Quốc Đính
The esp32 has 2 core inside, and seems that RiOT don't support more than
one core?

On Mon, Apr 4, 2016 at 5:07 AM Stefan Bochow 
wrote:

> You mean ESP8266 (Tensilica L106) right?
>
> I would concentrate my power to the upcomming ESP32 (DC L108) with BLE and
> 416 kb RAM.
> https://www.sparkfun.com/news/2017
>
>
> Am 01.04.2016 um 17:56 schrieb Hauke Petersen:
>
> Hi Roger,
>
> RIOT can certainly be ported to the ESP8622, and it would make for a very
> interesting platform. I think some people (including myself) have briefly
> looked into this, but there has been created no countable output, yet. The
> main problem I have encountered so far is their custom CPU core. I have
> only found part of the information needed (ISA, stack handling, peripheral
> register descriptions) that is needed to port RIOT, but I have not looked
> very good for it...
>
> Cheers,
> Hauke
>
>
> On 31.03.2016 13:19, Roger wrote:
>
> Hi,
>
> I'm wondering if RIOT can be used in combination with the ESP8622.
>
> Thank you for considering my request
>
> Best regards
>
> - Roger Zink -
>
>
> ___
> devel mailing 
> listdevel@riot-os.orghttps://lists.riot-os.org/mailman/listinfo/devel
>
>
>
>
> ___
> devel mailing 
> listdevel@riot-os.orghttps://lists.riot-os.org/mailman/listinfo/devel
>
>
> ___
> devel mailing list
> devel@riot-os.org
> https://lists.riot-os.org/mailman/listinfo/devel
>
-- 
/nqđính
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] RIOT-ESP8622

2016-04-03 Thread Stefan Bochow

You mean ESP8266 (Tensilica L106) right?

I would concentrate my power to the upcomming ESP32 (DC L108) with BLE 
and 416 kb RAM.

https://www.sparkfun.com/news/2017

Am 01.04.2016 um 17:56 schrieb Hauke Petersen:

Hi Roger,

RIOT can certainly be ported to the ESP8622, and it would make for a 
very interesting platform. I think some people (including myself) have 
briefly looked into this, but there has been created no countable 
output, yet. The main problem I have encountered so far is their 
custom CPU core. I have only found part of the information needed 
(ISA, stack handling, peripheral register descriptions) that is needed 
to port RIOT, but I have not looked very good for it...


Cheers,
Hauke


On 31.03.2016 13:19, Roger wrote:

Hi,

I'm wondering if RIOT can be used in combination with the ESP8622.

Thank you for considering my request

Best regards

- Roger Zink -


___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel




___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] Add static library to Makefile

2016-04-03 Thread Oleg Hahm
Baptiste,

On Sat, Apr 02, 2016 at 05:25:46PM +0200, Baptiste Clenet wrote:
> Weird, Oleg, did you try to use the library? Could you include .h file
> which are inside .a library and use some functions. It was able to
> find the library .a but couldn't link with function inside the library

the libexample.a just contains one .o file with one function (`int my_add(int
a, int b);`, see
https://github.com/OlegHahm/miniature-dangerzone/blob/master/static_linked/main.c#L3).
This function gets linked and successfully called if you build the
application.

Cheers,
Oleg
-- 
panic("Yeee, unsupported cache architecture.");
linux-2.6.6/arch/mips/mm/cache.c


signature.asc
Description: PGP signature
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel