Bas Stottelaar

Results 39 comments of Bas Stottelaar

My fork extends the capabilities of the obfuscators. As I can live with the fact that I don't have to scramble public/protected methods, I did not add this functionality. Therefore...

I will try to modify the example, but currently, I have tested this approach in my meshping-merged-into-FreeRTOS project only. So far, it works without problems, but I haven't tested higher...

I might have a similar issue. When using the Meshping example and hardcoded node addresses, only the following setup works (all nodes communicate): 1st node: address 0 2nd node: address...

@PeterKietzmann I think that it should not `return res` but `return -3` (or another negative value) if `aes_encrypt != 1`. The documentation states that `aes_encrypt` either returns 1 or a...

I am willing to look into this. It's a good learning experience :-) My (partial) fix is indeed intended for RIOT-OS, but it is nothing more than keeping track of...

Pushed another attempt/variant: this one also checks if you are using default `size`, which is not from GNU binutils but from Apple. In that case, it just drops the argument...

My specific use case is RIOT-OS (#371). RIOT-OS has support for native (via GCC or CLang), which I currently use to develop the picoTCP port :-) Let me see if...

@mhagmajer Sorry, I haven't found a good solution yet, due to the lack of time (work-work).

I talked to @phalox yesterday and I am willing to look into this. It is a nice opportunity to gain knowledge about the internals (as part of the plan to...

I have received my Arch Pro last week. I'll see if I can find the time this week to add initial support for the board to RIOT-OS.