Anne van Rossum

Results 46 issues of Anne van Rossum

Remove all older NRF macros in the `sdk_config.h` file. As described at https://devzone.nordicsemi.com/f/nordic-q-a/60127/compare-sdk_config-files there are issues caused by the existence of the older macros. As soon as such a macro...

clean up

Currently a microapp is linked with something like the following: ``` MEMORY { FLASH (rx) : ORIGIN = APPLICATION_START_ADDRESS, LENGTH = APPLICATION_LENGTH RAM (rwx) : ORIGIN = RAM_R1_BASE, LENGTH =...

There are calls to `malloc` as well as `new`. In the past we used our own allocation function that returned NULL when memory could not be allocated. It is wise...

bug
question

The sunset and sunrise values are communicated from the phone to Crownstones in its vicinity by background messages. First implementation, in the respective handlers, send this information into the mesh....

enhancement

Should this not also copy from the config file: ``` opts.projectBaseUrl = config.projectBaseUrl; ``` See https://github.com/tcort/markdown-link-check/blob/96dcdf3b1aa465b550d137c8ffa957b37e71e80c/markdown-link-check#L164

The \ tag contains one or more \ tags and ends with \ tag. See https://github.com/doxygen/doxygen/issues/9531 for rationale.

enhancement

Support for the HTML tag `` would be great. It would fix things like dark mode pictures on github: https://github.com/jothepro/doxygen-awesome-css/issues/79 Alternatively, just a series of HTML keywords that will be...

enhancement

Hi! This is a really nice and to the point skeleton. However, after I authenticate with Twitter, I get redirected, but nothing changes in the GUI. I just can login...

Thanks for this! It makes compiling libjingle for Android much easier! Maybe it's an idea to have a build.sh script after everything is obtained. It took a while for me...

We use the mesh to send multi-part messages. This requires a few adaptations. Shall we issue a pull request?