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

Bump changes into stable. #292

Merged
merged 12 commits into from
Jun 29, 2024
Merged

Bump changes into stable. #292

merged 12 commits into from
Jun 29, 2024

Conversation

akashkollipara
Copy link
Member

No description provided.

akashkollipara and others added 12 commits June 28, 2024 23:22
- Fixed elf.mk to print size when flash is absent
- Add support for rv32imc cpu
- Add platform drivers for ibex
- Add console driver for ibex family
- Added guide on arch_wfi to disable use of wfi
- Added tag only in ibex simple platform
…s-support

<ibex> Add support for ibex simple system platform
input

modified:   src/lib/libc/include/stdio.h
modified:   src/lib/libc/scanf.c

- Support for int, char, string, float format specifiers added for scanf
- Added gets function to accept string with spaces

Issue: #225
modified:   src/lib/libc/scanf.c

bug fix for #289 (comment)

- removed usage of macros #289 (comment)
- removed buffer overflow condition #289 (comment)
- variable decalaration in new line #289 (comment)

Issue: #289
modified:   src/lib/libc/scanf.c

- buffer allocation modified to heap from stack
Optimize printf for fractional point of floating point value

Issue: #225
scanf support for multi byte input

Added support for int, long, float, char, string datatype
Added support for value deletion (backspace)

Issue: #225
…>-Add-support-for-scanf-to-accept-formatted-input

<Libc> Add support for scanf to accept formatted
@akashkollipara akashkollipara added enhancement Upgrading feature or request cyancore framework Cyancore framework feature request project Add new project FR Add new feature or request bug-critical System failure can be predicted labels Jun 29, 2024
@akashkollipara akashkollipara added this to the Carbon milestone Jun 29, 2024
@akashkollipara akashkollipara requested a review from a team as a code owner June 29, 2024 13:01
@akashkollipara akashkollipara enabled auto-merge June 29, 2024 13:01
Copy link
Contributor

@sagarladla sagarladla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@akashkollipara akashkollipara changed the title Bump changes in stable. Bump changes into stable. Jun 29, 2024
@akashkollipara akashkollipara disabled auto-merge June 29, 2024 13:11
@akashkollipara akashkollipara enabled auto-merge June 29, 2024 13:12
@akashkollipara akashkollipara requested a review from ishnajain June 29, 2024 13:25
@akashkollipara akashkollipara merged commit a07ff55 into stable Jun 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-critical System failure can be predicted cyancore framework Cyancore framework feature request enhancement Upgrading feature or request FR Add new feature or request project Add new project
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants