-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Contributing the STM32 port #7742
Merged
Merged
Changes from 27 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
b78ea16
Contribute apps/stm32 application.
stoa b6b67c3
Removed a useless file.
stoa a5e11eb
STM32: Use Model Library Format in demo. Added test.
stoa 72e0774
STM32: Added quantized mnist test.
stoa d13cf67
STM32: Fixed apps/stm32/Makefile.
stoa 5069d46
STM32: Added quantized models test.
stoa 0762080
STM32: Added tests to tests/scripts/task_python_microtvm.sh
stoa efd8203
Merge branch 'main' into stm32-apps-h747
stoa a1e57fd
STM32: Listed specific files with lint.
stoa 4ac1f6c
pull request merge.
stoa 5839c32
STM32: removed external copyright notices.
stoa 25068c3
STM32: Added missing ASF copyright notice.
stoa 9862d52
STM32: style fixes.
stoa 9dca8e4
STM32: more style fixes.
stoa 247461f
STM32: fixed liny for C files.
stoa 6b197d0
STM32: Does extern C help with cpplint.
stoa f5fbfcb
STM32: Fixed wrong LINT_C_FILE spelling.
stoa c0728fd
STM32: Still some lint fixes.
stoa bc64239
STM32: more style.
stoa 9197e6b
STM32: More fixes lint+formatting.
stoa 8e0f2fc
STM32: cleanup.
stoa 9671b13
STM32: style cleanup.
stoa a77cf9a
STM32: Moved ai_runner to the apps/stm32.
stoa 1377828
Alignment with PR 7742
stoa 5cfa52f
lint cleanup.
stoa 06a5cb2
STM32: Use crt_backend_api.c with standalone build.
stoa 415e5f6
Merge branch 'main' into stm32-apps-h747
stoa f18f2ea
STM32: Fixed the CI test.
stoa ebe5bda
STM32: style fixes.
stoa d72f8e5
STM32: Removed unused files.
stoa 6c0e666
STM32: Moved to crt_backend_api
stoa 41f0f5a
STM32: style fix.
stoa 70aacdd
STM32: style fix.
stoa 81ae1c8
Revert "STM32: Removed unused files."
stoa ec076bf
Revert "STM32: Moved to crt_backend_api"
stoa e83f232
stm32: aligned to micro TVM structure.
stoa e113bbe
stm32: improved the python style.
stoa 3d607ad
Merge branch 'main' into stm32-apps-h747
stoa 0f77005
stm32: cpplint fixes.
stoa b4e4fde
stm32: Fixed the test
stoa b8354a5
stm32: style fixes.
stoa bc4ab04
stm32: style fixes.
stoa 5b9ec61
stm32: style fixes.
stoa 457dd98
stm32: style fixes.
stoa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
"""Module container of STM32 code generator.""" | ||
|
||
from .emitter import CodeEmitter, get_input_tensor_name, get_output_tensor_name |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ping on this one