Skip to content

v1.8.2

Compare
Choose a tag to compare
@stnolting stnolting released this 10 Mar 11:06
· 2094 commits to main since this release

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