Joe Merten

Results 4 issues of Joe Merten

`sha256("abc")` should give: ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f200‌​15ad but calculates wrong 2bb53935edbba17dc04a04854518754d8a66484491b585b0d0700cd2512f5420 instead. See also https://stackoverflow.com/questions/22880627/sha256-implementation-in-c It seems not to be an endianess issue. Any idea?

As also described [here](https://devzone.nordicsemi.com/question/14581/nrf51822-with-gcc-stacksize-and-heapsize/), there might currently no appropriate way to project specific customize stacksize and heapsize. Ok, I cound just copy the `startup_nrf51.s` to each project and edit the...

- You can FLASH_BOOTLOADER_UICR set in your project specific Makefile, if your project is a bootloader. This causes the storage of the bootloader's address to UICR 10001014 so that it...

For my project, I need to have support of standard ANSI escape codes rendering in Xcode (see http://en.wikipedia.org/wiki/ANSI_escape_code). There was a pull request #12 from mkeiser on June 2014 but...