Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
mongoose
Commits
3fe77fa9
Commit
3fe77fa9
authored
Apr 24, 2019
by
Deomid Ryabkov
Committed by
Cesanta Bot
Apr 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RS14100: Optimize flash reads
CL: none PUBLISHED_FROM=49d4f4a3c83520fd6ec9714b74333f75f3a2aa1c
parent
b4fbaf7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
arm_nsleep100_m4.S
src/common/platforms/arm/arm_nsleep100_m4.S
+5
-5
No files found.
src/common/platforms/arm/arm_nsleep100_m4.S
View file @
3fe77fa9
...
...
@@ -38,17 +38,17 @@ mgos_nsleep100_impl:
ldr r3, =mgos_nsleep100_loop_count
ldr r3, [r3]
mul r0, r3
#if
def STM32L4
#if
defined(STM32L4)
mov r1, #3
#else
mov r1, #6
#endif
udiv r0, r0, r1
cbz r0,
xxx
lxx
:
cbz r0,
mgos_nsleep100_impl_out
mgos_nsleep100_impl_loop
:
subs r0, #1
bne
lxx
xxx
:
bne
mgos_nsleep100_impl_loop
mgos_nsleep100_impl_out
:
bx lr
.align 4
.size mgos_nsleep100_impl, . - mgos_nsleep100_impl
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment