[riot-devel] thread is not working

2015-01-12 Thread shishir tiwari
Hey Everyone, I have been porting RIOT OS to new processor(ARC) and i had compilied hello world program successfully. When i debug the helloworld.elf in kernel_init function the thread_create() function has execute successfully.But the thread idle_thread and main_trampoline function is not been

Re: [riot-devel] Flashing the Samr21 xpro

2015-01-12 Thread Thomas Eichinger
Hi Lucas, I was playing with the openocd configuration a bit, mainly `adapter_speed`, back when support for this was added without any significant outcome. Problem is, the EDBG chip, on the bottom of the board, handling communication with the MCU is specified to run on 1MHz and the openocd docs

Re: [riot-devel] thread is not working

2015-01-12 Thread Hauke Petersen
Hi Shishir, when RIOT initially starts up, the CPU is normally running in interrupt mode (using the interrupt mode stack). After creating the stacks for the main and the idle threads, the CPU must be put into thread-mode. This means the main threads initial context needs to put into the CPUs

Re: [riot-devel] Flashing the Samr21 xpro

2015-01-12 Thread Baptiste Clenet
Flashing is slow for us too, how do you get the speed? 2015-01-12 11:13 GMT+01:00 Lucas Jenß li...@x3ro.de: Hi Thomas, verification was much faster as 0.4KiB/s, I think around 10 or so for me. I checked out OpenOCD on the 9th. I’m also running Linux inside VMware though, so maybe it’s just

Re: [riot-devel] ESP8266 WIFI transceiver

2015-01-12 Thread David Lyon
On 2015-01-13 05:38, Cenk Gündogan wrote: Hi *, Does anyone has any experience with this cheap WiFi transceiver (ESP8266)? I've tried them. They are pretty cool. This is what I've done with them so far: - http://clixx.io/esp8266-01.html ___

Re: [riot-devel] ESP8266 WIFI transceiver

2015-01-12 Thread Ludwig Ortmann
Hi, I've got two of those and they appear to be working ;) I can bring them to the university if you are interested in first hand experience. Cheers, Ludwig Am 12. Januar 2015 19:38:02 MEZ, schrieb Cenk Gündogan cenk.guendo...@fu-berlin.de: Hi *, Does anyone has any experience with this

Re: [riot-devel] RFDuino Board - add to Wiki please (and more)

2015-01-12 Thread Frank Holtz
Hello Jan, https://github.com/RIOT-OS/RIOT/pull/1417/files - in general I wanted to start the BLE work based on this pull - i sadly got closed/merged with silently dropping the BLE poc support that a least reads like it could work :) Do u know if this code is actualy sending something

Re: [riot-devel] RFDuino Board - add to Wiki please (and more)

2015-01-12 Thread Frank Holtz
Hello Jan, i work currently with nRF51 MCU. I have try'd to port RFDuino to plain nRF51 chips and found this working and more complete project. 1 .RFDuino: https://github.com/rfswarm/Board-RFduino/wiki/Board:-RFduino (cpu/nrf51822/startup.c: LED_RED_TOGGLE undeclared - comment out -