Bas van den Berg

Results 45 comments of Bas van den Berg

Are any special configuration settings needed for this? I'm using the default Peripheral app for testing now, but it seems to use around 6.3 mA on avg (with energy 2...

You should set host_task_h to NULL inside the if statement. But Nimble also uses Timers and possibly a 2nd Task to run, so you should stop those as well.

There is no real nice way. There is a CTEST_SKIP() version that skips tests, but you would have to wrap that in macros of your own..

what issue did you run into to need the sanitizer attribute?

I don't think it will break anything.. maybe more people can test it.. (mac?)

There are some issues i see: * cointain -> contain * why do you check the combinations of hackstack + needle, where one can be NULL? Why not force both...

I've merged some commits, but not all: - eliminate type casting warning: 2 casts in a row seem a bit ugly. It 's only the example code, so we could...

I never develop/work under any MS platform. Better for my bloodpressure ;)

I don't develop under windows, so I cannot test the changes. But looking at the code, the MS stuff has ifdefs for Win32 and now also for MSC_VER. There are...