[riot-devel] samd21 sleep

2017-04-17 Thread Daniel Evans
Hello, I am working on a samd21 implementation of riot and when it comes to sleeping I see notes that say it is partially supported, like in peripheral_cpu_common.h: we block all modes per default, until PM is cleanly implemented. My initial tests, after I comment out the weak pm_set_lowest bug

[riot-devel] STM32L073 cpu support in conjunction with spi driver

2017-04-17 Thread Neo
Hello RIOT developers, on the weekend I tried the STM32L073 support in conjunction with spi support but I had no success. I wanted to test this on a board equiped with a STM32L073CZ MCU (48pin TQFP). Therefore I made a copy of the linker file (stm32l073rz.ld -> stm32l073cz.ld) and I altered

Re: [riot-devel] flash command without compiling

2017-04-17 Thread Ludwig Knüpfer
Hi, In general this should not be the case. I'd imagine one of the packages messes up the build system's dependencies. Hard to say without seeing the project. Cheers, Ludwig Am 17. April 2017 16:47:12 MESZ schrieb Jose Alamos : >Dear RIOTers, > >I noticed the 'make flash' recompiles everything

[riot-devel] flash command without compiling

2017-04-17 Thread Jose Alamos
Dear RIOTers, I noticed the 'make flash' recompiles everything before flashing. What's the reason behind this? I'm working with some packages that require some time to configure/compile, and everytime I run 'flash' I have to wait the whole process to finish. I cannot even flash 2 boards at the sa