Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-23 | Revert "Add version and application info to ELF file"HEADcc20rng-1.0.0base-1.0.0master | Linus Nordberg | |
Adding symbols to an ELF file doesn't solve the problem we're trying to solve. We want to be able to identify which application is running on a board when we don't know what ELF file has been loaded in flash. A checksum over the contens of the flash memory seems less dumb. This reverts commit 49d39287252bf0bd2b3fd75e86d07616b56c7fd2. | |||
2020-01-21 | Merge branch 'ln/cc20rng-revamp' into ln/devel | Linus Nordberg | |
2020-01-21 | [cc20rng] Code formatting changes | Linus Nordberg | |
Keep indentation level 2 in main.c to minimise changes. | |||
2020-01-21 | Add version and application info to ELF file | Linus Nordberg | |
2019-12-18 | Don't find | rm for target 'clean' | Linus Nordberg | |
That's too destructive (and also it doesn't work well with .~/). | |||
2016-11-21 | add RNG using ChaCha20 as CSPRNG | Fredrik Thulin | |