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
95086da4
Commit
95086da4
authored
9 years ago
by
Hauke Petersen
Browse files
Options
Downloads
Patches
Plain Diff
doc/drivers/sys: fixed all refs to drivers_periph_xx
parent
476167a8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/doxygen/src/mainpage.md
+1
-1
1 addition, 1 deletion
doc/doxygen/src/mainpage.md
drivers/include/adc_legacy.h
+2
-2
2 additions, 2 deletions
drivers/include/adc_legacy.h
sys/include/net/gnrc/slip.h
+1
-1
1 addition, 1 deletion
sys/include/net/gnrc/slip.h
with
4 additions
and
4 deletions
doc/doxygen/src/mainpage.md
+
1
−
1
View file @
95086da4
...
...
@@ -138,7 +138,7 @@ switching) code. For most CPUs you will also find the linker scripts in the
`ldscripts`
sub-directory.
In the
`periph`
sub-directory of each CPU you can find the implementations of
the CPU's peripheral drivers like SPI, UART, GPIO, etc. See @ref driver_periph
the CPU's peripheral drivers like SPI, UART, GPIO, etc. See @ref driver
s
_periph
for their API documentation.
Many CPUs share a certain amount of their code (e.g. all ARM Cortex-M based
...
...
This diff is collapsed.
Click to expand it.
drivers/include/adc_legacy.h
+
2
−
2
View file @
95086da4
...
...
@@ -10,8 +10,8 @@
* @defgroup drivers_adc ADC
* @ingroup drivers
* @brief Generic interface for ADC drivers
* @deprecated This interface is obsolete. Use the @ref driver_periph_adc
* interface in @ref driver_periph instead.
* @deprecated This interface is obsolete. Use the @ref driver
s
_periph_adc
* interface in @ref driver
s
_periph instead.
*
* @author Oliver Hahm <oliver.hahm@inria.fr>
*
...
...
This diff is collapsed.
Click to expand it.
sys/include/net/gnrc/slip.h
+
1
−
1
View file @
95086da4
...
...
@@ -10,7 +10,7 @@
* @defgroup net_gnrc_slip SLIP
* @ingroup net_gnrc
* @brief Provides a SLIP interface over UART utilizing
* @ref driver_periph_uart.
* @ref driver
s
_periph_uart.
* @see <a href="https://www.ietf.org/rfc/rfc1055">RFC 1055</a>
* @{
*
...
...
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