Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sw] cleanup and update software framework #478

Merged
merged 8 commits into from
Jan 21, 2023
Merged

[sw] cleanup and update software framework #478

merged 8 commits into from
Jan 21, 2023

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Jan 21, 2023

  • ⚠️ deprecate IRQ enable/disable functions (wrappers are added to maintain backwards compatibility):
    • void neorv32_cpu_eint(void)
    • void neorv32_cpu_dint(void)
    • int neorv32_cpu_irq_enable(uint8_t irq_sel)
    • int neorv32_cpu_irq_disable(uint8_t irq_sel)
  • add new functions for CSR access:
    • void neorv32_cpu_csr_set(const int csr_id, uint32_t mask)
    • void neorv32_cpu_csr_clr(const int csr_id, uint32_t mask)
  • rework CPU busy-wait function void neorv32_cpu_delay_ms(uint32_t time_ms)
  • 🐛 fixed bug in constructor calling in crt0
  • update example programs fixing several minor issues
  • minor bootloader edits
  • update pre-compiled application images

@stnolting stnolting added SW software-related optimization Make things faster, smaller and more efficient labels Jan 21, 2023
@stnolting stnolting self-assigned this Jan 21, 2023
@stnolting stnolting marked this pull request as ready for review January 21, 2023 14:53
@stnolting stnolting merged commit dd0053c into main Jan 21, 2023
@stnolting stnolting deleted the sw_lib_update branch January 21, 2023 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization Make things faster, smaller and more efficient SW software-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant