Re: [riot-devel] Cortex M33 support

2018-10-17 Thread Emmanuel Baccelli
A crucial feature about this new arch is the availability of secure vs non-secure execution environment within the same chip. => we need to design how to leverage these 2 environments (simultaneously) with RIOT. On Wed, Oct 17, 2018 at 4:43 PM Juan Ignacio Carrano wrote: > > > On 10/17/18 4:19

Re: [riot-devel] shell and putchar

2018-10-17 Thread Gaëtan Harter
Hi Neil, digging through old unread emails Answering inline. On 7/6/18 4:58 PM, Neil Jones wrote: Hi all, I'm working on improving IRQ support on PIC32 and I'm testing UART Rx using the shell. The shell uses putchar, but putchar is buffered and needs a flush, thus when typing at the

Re: [riot-devel] Cortex M33 support

2018-10-17 Thread Thomas C. Schmidt
Hi Juan, thanks for pointing out: I'll try and check with our contacts to NXP. Best, Thomas On 17/10/2018 14:17, Juan Ignacio Carrano wrote: Hi everyone, Is anybody working / wanting to work on Cortex M33 support? Currently there are no chips available for the general public. AFAICT Nordic

[riot-devel] Cortex M33 support

2018-10-17 Thread Juan Ignacio Carrano
Hi everyone, Is anybody working / wanting to work on Cortex M33 support? Currently there are no chips available for the general public. AFAICT Nordic and NXP are the only ones with pre-production parts. I'm trying to get samples from both. It would be great if we could have at least some

Re: [riot-devel] Cortex M33 support

2018-10-17 Thread Alexandre Abadie
Hi, Not M33, but Microchip is also selling an evaluation board with an M23. See https://uk.farnell.com/microchip/dm320205/kit-eval-xplained-pro-32-bits/dp/2901261 Alex PS: I'm not working on it. - Le 17 Oct 18, à 14:17, Juan Ignacio Carrano j.carr...@fu-berlin.de a écrit : > Hi

Re: [riot-devel] Cortex M33 support

2018-10-17 Thread Juan Ignacio Carrano
On 10/17/18 4:19 PM, Alexandre Abadie wrote: Hi, Not M33, but Microchip is also selling an evaluation board with an M23. See https://uk.farnell.com/microchip/dm320205/kit-eval-xplained-pro-32-bits/dp/2901261 Alex PS: I'm not working on it. Excellent. The basic CPU support for box