Commit Graph

15 Commits (a2e92675297181088436dd3ecbf535d111163037)

Author SHA1 Message Date
Brett Nicholas a2e9267529 Adds generic cryptocb support for PK, hash, and symmetric crypto 2026-05-05 16:37:54 +02:00
David Garske 963cdadeaf Peer review fixes 2025-12-24 18:31:55 +01:00
gojimmypi fbd8dcf8a2
Update Copyright year to 2025 2025-10-15 11:33:53 -07:00
David Garske 3444c47fdb * Added support for RX65N and RX72N with native Makefile and RX ELF GCC compiler.
* Added initialization of the clocks and UART driver.
   - wolfBoot uses on chip high speed oscillator (HOCO) at (120MHz RX65N and 240Mhz for RX72N).
* Added RX RSPI and QSPI driver support with external SPI flash
* Improve documentation and fix spelling errors.
* Added .srec (s-record) format support
* Added RX TSIP support for ECDSA (requires https://github.com/wolfSSL/wolfssl/pull/7685).
* Allow custom implementation of `get_trailer_at`, `set_trailer_at` and `set_partition_magic` using `CUSTOM_PARTITION_TRAILER`
2024-07-17 06:08:31 +02:00
David Garske 0ddde6f074
Merge pull request #444 from miyazakh/renesas_rz_rsip
Add  RSIP use to Renesas RZ support
2024-05-10 11:52:12 -07:00
Hideki Miyazaki 21ce30f8e5 address review comments 2024-05-09 08:11:56 +09:00
Hideki Miyazaki 7b99e7b598 fix link to the figure in Readme 2024-04-26 07:40:35 +09:00
Hideki Miyazaki 7725cc1a8b initial support Renesas RZ with RSIP 2024-04-26 07:28:07 +09:00
Daniele Lacamera fce6149cf8 Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
David Garske 63da28c493 Fixes for spelling and typos. 2024-03-01 13:24:57 -08:00
Hideki Miyazaki b92509a438 add RZN2L to Targets.md
clean up
2024-03-01 07:17:17 +09:00
Hideki Miyazaki 5993cb4fa3 change background color to white 2024-02-29 15:08:36 +09:00
Hideki Miyazaki fd9670d52e address review comments 2024-02-28 17:22:01 +09:00
Hideki Miyazaki 3683ad0a33 add items to .gitignore
fix spelling errors
2024-02-27 15:51:02 +09:00
Hideki Miyazaki 6c0509ae78 Initial commit for wolfBoot Loader project on e2studio
-- update based on readme
2024-02-27 15:49:11 +09:00