Skip to content

Conversation

@erturkk
Copy link
Contributor

@erturkk erturkk commented Jun 14, 2025

Added library for Arduino Mega Dynamic RAM shield

@github-actions github-actions bot added the topic: submission Add library to the list label Jun 14, 2025
@github-actions
Copy link
Contributor

Arduino Lint has suggestions for possible improvements to https://gitlab.com/8bitforce/kdram2560/:

Linting library in kdram2560
INFO: No header file found matching library name (kdram2560.h). Best practices are for primary header filename to match 
      library name.                                                                                                     
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: library.properties version value 1.0 is not compliant with the semver specification.
         See: https://semver.org/                                                            
         (Rule LP021)                                                                        
WARNING: Invalid category field value Memory in library.properties                                             
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP038)                                                                                          

Linter results for project: 0 ERRORS, 2 WARNINGS

-------------------

Linting sketch in kdram2560/examples/DRAMReadWrite

Linter results for project: no errors or warnings

-------------------

Linting sketch in kdram2560/examples/DRAMRefreshManual

Linter results for project: no errors or warnings

-------------------

Linting sketch in kdram2560/examples/DRAMSelfTest

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 0 ERRORS, 2 WARNINGS

@github-actions github-actions bot merged commit 1cc602d into arduino:main Jun 14, 2025
11 checks passed
@github-actions
Copy link
Contributor

Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index.

The library(s) will be available for installation via Library Manager within a day's time.

You can check the logs from the Library Manager indexer for your library(s) here:
http://downloads.arduino.cc/libraries/logs/gitlab.com/8bitforce/kdram2560/

github-actions bot pushed a commit that referenced this pull request Jun 14, 2025
@erturkk
Copy link
Contributor Author

erturkk commented Jun 15, 2025

@ArduinoBot

Warnings should be fixed now.

@per1234
Copy link
Contributor

per1234 commented Jun 15, 2025

Hello @erturkk. Thanks for your attention to the best practices recommendations from the bot!

Please note that the automated system here only operates on open pull requests. Since your submission was already accepted and the pull request merged, the bot won't pay any more attention to this pull request. So, unlike prior to the acceptance of your submission when you can configure additional runs of the automated checks by making a comment mentioning the bot, any such comments made after the time the PR is merged don't accomplish anything.


When you are ready to distribute the changes you made to the library's users, you only need to make a new release of the library by following the instructions here:

https://github.com/arduino/library-registry/blob/main/FAQ.md#how-can-i-publish-a-new-release-once-my-library-is-in-the-list


If you found the automated checks that were performed on your submission to be useful, you might consider setting up an automated check in your own library repository for compliance with the Library Manager requirements. This could run on every commit and pull request to ensure such violations are caught immediately.

Arduino provides a GitHub Actions action that makes this very easy to do by adding a simple YAML file to the repository:

https://github.com/arduino/arduino-lint-action#readme

This action uses the same Arduino Lint tool as the Library Manager system.

It is in use in all the official Arduino library repositories (example).


@per1234 per1234 self-assigned this Jun 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: submission Add library to the list

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants