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] add assembly-only demo program #436

Merged
merged 1 commit into from
Oct 27, 2022
Merged

Conversation

stnolting
Copy link
Owner

Add a new simple assembly-only demo program derived from sw/example/demo_blink_led.

Implements a simple counter that uses the lowest 8 bits of the GPIO's output port (increments every 0.25s). The CPU cycle counter is used as time base. Hence, this program requires the GPIO controller and the CPU Zicsr and Zicnt ISA extensions.

@stnolting stnolting added the SW software-related label Oct 27, 2022
@stnolting stnolting self-assigned this Oct 27, 2022
@stnolting stnolting marked this pull request as ready for review October 27, 2022 17:02
@stnolting stnolting merged commit 06e9878 into main Oct 27, 2022
@stnolting stnolting deleted the add_asm_only_demo branch October 27, 2022 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SW software-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant