Re: [riot-users] Elegant way to get IP address within gcoap

2020-12-03 Thread Marian Buschsieweke
Hi Philipp, am I assuming correctly that you want to know on which IP address you received an incoming request? An API extension for the underlying UDP SOCK API is about to get merged [1], that would allow just this. Still missing are implementations of that API (but the pull requests for those

Re: [riot-users] RIOT OS for data logger system with focus on maintenance

2020-10-30 Thread Marian Buschsieweke
Hi Daniel, see inline some answers and ideas for your use case. Kind regards, Marian On Fri, 30 Oct 2020 17:37:04 +0100 Daniel Beiter wrote: > Dear RIOT OS community, > > I'm Daniel a PhD in Hydrology at GFZ Potsdam and currently working on a > data logger system for use in extensive field

Re: [riot-users] users Digest, Vol 92, Issue 6

2020-09-18 Thread Marian Buschsieweke
gt; core id > >> 2020-09-17T19:42:12 INFO flash_loader.c: Successfully loaded flash loader > >> in sram > >> 10/10 pages written > >> 2020-09-17T19:42:13 INFO common.c: Starting verification of write complete > >> 2020-09-17T19:42:13 INFO common.c: Flash written and verif

Re: [riot-users] Using RIOT and bluepill

2020-09-13 Thread Marian Buschsieweke
Hi, did you connect the reset pin of your blue pill to the debugger? Without a physical reset signal flashing won't work. For more details consult the doc [1] Also, if you happen to own a cheap ST-Link v2 clone rather than an official one: I was told that the reset pin of them is often broken.

Re: [riot-users] How to comprehend the calls to TLSF are wrapped in irq_disable()/irq_restore()to make it thread-safe?

2020-08-11 Thread Marian Buschsieweke
Hi, RIOT is currently only running on single core platforms. Any context switch needs to be triggered either by the running thread (e.g. `thread_yield()`, `mutex_lock()`, `msg_receive()`, or ...), or from an interrupt service routine (ISR). The first is not a problem when protecting malloc data

Re: [riot-users] printf support for 64-bit types on ESP32?

2020-07-28 Thread Marian Buschsieweke
so? Kind regards, Marian On Tue, 28 Jul 2020 16:05:41 +0300 Lars Eggert wrote: > Hi, > > On 2020-7-28, at 15:48, Marian Buschsieweke > wrote: > > you can use print_u64_dec() [1] instead, which is provided by the module fmt > > (USEMODULE += fmt). > > thanks for

Re: [riot-users] printf support for 64-bit types on ESP32?

2020-07-28 Thread Marian Buschsieweke
Hi, you can use print_u64_dec() [1] instead, which is provided by the module fmt (USEMODULE += fmt). The lack of 64 bit support is deliberate and consistent with other platforms, as full stdio compatibility is quite expensive in terms of ROM and RAM consumption. I'd personally happily trade in

[riot-users] Are there users of avsextrem?

2019-09-16 Thread Marian Buschsieweke
Hi, are there still users of the board avsextrem? I'd like to create a PR to drop support for it. I believe this is again a board with no users left. Kind regards, Marian pgp0gpWht0MPo.pgp Description: OpenPGP digital signature ___ users mailing list

Re: [riot-users] dropping board support for jiminy-mega256rfr2

2019-09-09 Thread Marian Buschsieweke
Hi Ralf, maybe you could join the effort to support the 802.15.4 transceiver in PR 9172 [1]? Kind regards, Marian [1]: https://github.com/RIOT-OS/RIOT/pull/9172 On Mon, 9 Sep 2019 12:09:57 +0200 Ralf Schlatterbeck wrote: > On Mon, Sep 09, 2019 at 10:53:10AM +0200, Marian Buschsieweke wr

[riot-users] dropping board support for jiminy-mega256rfr2

2019-09-09 Thread Marian Buschsieweke
Hi, I just opened a pull request to drop the jiminy-mega256rfr2 [1]. If you want this board to remain supported, please drop a line there. # Reasoning ## Inclusion policy During the maintainer assembly in Helsinki I understood that our inclusion policy is that a board needs to fulfill at least