Skip to content

Releases: stnolting/neorv32

v1.9.1

14 Nov 19:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.9.1

v1.9.0

13 Oct 14:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.9...v1.9.0

v1.8.9

09 Sep 08:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.8...v1.8.9

v1.8.8

18 Aug 06:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.7...v1.8.8

v1.8.7

26 Jul 19:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.6...v1.8.7

v1.8.6

27 Jun 15:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.5...v1.8.6

v1.8.5

18 May 10:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.4...v1.8.5

v1.8.4

21 Apr 06:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.3...v1.8.4

v1.8.3

31 Mar 09:17
Compare
Choose a tag to compare

What's Changed

  • [rtl] minor edits, cleanups and optimization by @stnolting in #545
  • [sw/lib] move register and bit definitions to according module header files by @emb4fun in #542
  • ✨ add support for RISC-V 'Zicond' ISA extension by @stnolting in #546
  • [docs] rework, update and cleanup entire documentation by @stnolting in #549
  • Added support for USER_LIBS in the command SW makefile. by @vhdlnerd in #551
  • [sw] bootloader: send wake up command to flash before trying to speak with it by @agamez in #552
  • [rtl] reworks, cleanups and optimizations by @stnolting in #550
  • [sw/example] demo_twi: remove comment requiring PWM module by @agamez in #554
  • [sw/lib] move CSR definitions to separate file by @stnolting in #553
  • [rtl] re-add VHDL process names by @stnolting in #555
  • ✨ add time[h] CSRs by @stnolting in #556
  • [rtl] cleanup top's generics by @stnolting in #557
  • [rtl] cleanup, reworks and optimization by @stnolting in #559
  • 🧪 Add processor data cache by @stnolting in #560
  • ⚠️ [rtl] remove Zicsr generic, cleanups and optimizations by @stnolting in #562
  • Bootloader Config Parameter to Enable UART0 HW Handshaking. by @vhdlnerd in #565

New Contributors

Full Changelog: v1.8.2...v1.8.3

v1.8.2

10 Mar 11:06
Compare
Choose a tag to compare

What's Changed

  • [CFS] add another 64 interface registers by @stnolting in #503
  • ⚠️ rename SPI & XIP module's top interface ports by @stnolting in #504
  • Corrected the PWM address which was a typo. by @emb4fun in #506
  • ✨ add SDI module (SPI device-class interface) by @stnolting in #505
  • GPTMR: Change "variable style" by "pointer style" by @emb4fun in #511
  • MTIME: Change "variable style" by "pointer style" by @emb4fun in #512
  • NEOLED: Change "variable style" by "pointer style" by @emb4fun in #513
  • GPIO: Change "variable style" by "pointer style" by @emb4fun in #510
  • ONEWIRE: Change "variable style" by "pointer style" by @emb4fun in #514
  • PWM: Change "variable style" by "pointer style" by @emb4fun in #515
  • SDI: Change "variable style" by "pointer style" by @emb4fun in #516
  • SPI: Change "variable style" by "pointer style" by @emb4fun in #517
  • TRNG: Change "variable style" by "pointer style" by @emb4fun in #518
  • TWI: Change "variable style" by "pointer style" by @emb4fun in #519
  • WDT: Change "variable style" by "pointer style" by @emb4fun in #520
  • XIP: Change "variable style" by "pointer style" by @emb4fun in #521
  • XIRQ: Change "variable style" by "pointer style" by @emb4fun in #522
  • CFS: Change "variable style" by "pointer style" by @emb4fun in #523
  • DM: Change "variable style" by "pointer style" by @emb4fun in #524
  • BUSKEEPER: Change "variable style" by "pointer style" by @emb4fun in #525
  • Removed unused defines IO_REGx and IO_ROMx by @emb4fun in #527
  • SYSINFO: Change "variable style" by "pointer style" by @emb4fun in #526
  • Added test case in sw/example to demonstrate floating point normalize… by @mikaelsky in #528
  • [rtl] minor GPTMR code reworks by @stnolting in #529
  • Common neorv32 uart functions by @akaeba in #509
  • [sw/uart] allow for escaped percent sign by @NikLeberg in #531
  • ⚠️ Update / rework SPI module by @stnolting in #530
  • SVD: Corrected typo by @emb4fun in #532
  • ⚠️ rework UART modules by @stnolting in #533
  • Update NEOLED module by @stnolting in #536
  • [UART] re-integrate RTS/CTS hardware flow-control by @stnolting in #541
  • [rtl] move ONEWIRE and TWI tri-state drivers out of core by @stnolting in #543

New Contributors

Full Changelog: v1.8.1...v1.8.2