Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
80e03804
Commit
80e03804
authored
9 years ago
by
Kaspar Schleiser
Browse files
Options
Downloads
Patches
Plain Diff
boards: nucleo-f334: update xtimer tuning values
parent
cbb77502
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
boards/nucleo-f334/include/board.h
+8
-0
8 additions, 0 deletions
boards/nucleo-f334/include/board.h
boards/nucleo-f334/include/periph_conf.h
+0
-9
0 additions, 9 deletions
boards/nucleo-f334/include/periph_conf.h
with
8 additions
and
9 deletions
boards/nucleo-f334/include/board.h
+
8
−
0
View file @
80e03804
...
...
@@ -74,6 +74,14 @@ extern "C" {
#define LED_ORANGE_TOGGLE
/** @} */
/**
* @name xtimer tuning values
* @{
*/
#define XTIMER_OVERHEAD 5
#define XTIMER_SHOOT_EARLY 2
/** @} */
/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/
...
...
This diff is collapsed.
Click to expand it.
boards/nucleo-f334/include/periph_conf.h
+
0
−
9
View file @
80e03804
...
...
@@ -108,15 +108,6 @@ extern "C" {
#define SPI_0_MOSI_PORT_CLKEN() (RCC->AHBENR |= RCC_AHBENR_GPIOAEN)
/** @} */
/**
* @name xtimer configuration
* @{
*/
#define XTIMER_USLEEP_UNTIL_OVERHEAD 10
#define XTIMER_BACKOFF 15
#define XTIMER_OVERHEAD 3
/** @} */
#ifdef __cplusplus
}
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment