-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
90 lines (76 loc) · 2.63 KB
/
mkdocs.yml
File metadata and controls
90 lines (76 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
site_name: XMC Tutorial
pages:
- Home: 'index.md'
- Basic:
- Getting Started: GettingStartedXmc.md
- Development Environment: DevelopmentEnvironment.md
- CPU Subsystem: CpuSubsystem.md
- Digital IOs: DigitalIos.md
- PWM Basic: PwmBasic.md
- ADC Basic: AdcBasic.md
- DAC Basic: DacBasic.md
- Interrupt: Interrupt.md
- System Timer: SystemTimer.md
- uC-Probe: uc-Probe.md
- LabBasic:
- Check Dev Environment: LabCheckDevEnv.md
- Getting Started Part-I: LabGettingStartedPart1.md
- Getting Started Part-II: LabGettingStartedPart2.md
- Digital IOs: LabDigitalIos.md
- PWM Basic: LabPwmBasic.md
- ADC Basic: LabAdcBasic.md
- DAC Basic: LabDacBasic.md
- Interrupt: LabNVIC.md
- System Timer: LabSystemTimer.md
- Intermediate:
- Counter: Counter.md
- Timer: Timer.md
- Capture: TimerCapture.md
- Real-time Clock: Rtc.md
- Watchdog(Optional): Watchdog.md
- ADXL345 with SPI: ADXL345Spi.md
- ADXL345 with I2C(Optional): ADXL345I2c.md
- Semihosting: Semihosting.md
# - Compare & Capture: Ccu8SliceConfig.md
# - DAC LUT: DacLut.md
# - DMA: DmaCh.md
# - Event: Eru.md
# - UART: Uart.md
# - USB: UsbdVcom.md
- LabIntermediate:
- Counter: LabCounter.md
- Timer: LabTimer.md
- Capture: LabTimerCapture.md
- Real-time Clock: LabRtc.md
- Watchdog(Optional): LabWatchDog.md
- SPI: LabSpiMasterSlave.md
- IIC(Optional): LabI2CMasterSlave.md
- ADXL345 with SPI: LabADXL345Spi.md
- ADXL345 with I2C(Optional): LabADXL345I2c.md
- Programming Background:
- Functions & Program Design: ProgDesignFunction.md
- Module Design & Multiple files: ProgModuleMultipleFiles.md
- System Timer & Scheduler: ProgSystemTimerScheduler.md
- Statemachine: ProgFsmBasic.md
- Statemachine Example (Stop Light): ProgFsmStopLight.md
- Statemachine Example (Auto Increment): ProgFsmAutoIncrement.md
- Circuit Background:
- Digital Signal Interfacing: DigitalInterface.md
- Analog Signal Interfacing: AnalogInterface.md
#- Advanced:
# - Project Template: ProjectTemplate.md
- Examples:
- Servo Motor: ServoMotor.md
- Ultrasonic Sensor: UltrasonicSensor.md
- Ultrasonic Radar: UltrasonicRadar.md
- SignalGenMon: LabSigGenMon.md
- Project1 Signal Generator & Monitor:
- Requirement Specification: SigGenMon_0ReqSpec.md
- Design: SigGenMon_1Design.md
- Test: SigGenMon_3TestReport.md
- References: 'References.md'
theme: readthedocs
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- mathjaxhelper.js
use_directory_urls: false