Skip to content

Commit f9c1f6a

Browse files
committed
Removing old content
Office Hours videos are for Mbed OS 5; removing from Mbed OS 6
1 parent 1840607 commit f9c1f6a

File tree

13 files changed

+0
-24
lines changed

13 files changed

+0
-24
lines changed

docs/api/bluetooth/BLE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,3 @@ Here is an example demonstrating how to build a heart rate sensor that can be co
7272

7373
- Mbed Enabled [targets and components](https://os.mbed.com/platforms/?mbed-enabled=15&connectivity=3) that support BLE.
7474
- [BLE tutorial](../tutorials/ble-tutorial.html).
75-
- [Office Hours video about BLE](https://www.youtube.com/watch?v=j5RJ6UfkylA).

docs/api/io/Ticker.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ Use this example to attach a member function to a ticker:
3333
## Related content
3434

3535
- [Application flow control tutorial](../tutorials/application-flow-control.html).
36-
- [Office Hours video about low power, tickless and sleep](https://youtu.be/OFfOlBaegdg?t=669).

docs/api/io/TimeOut.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,3 @@ Set up a Timeout to invert an LED after a given timeout:
2929
Try this example to attach a member function:
3030

3131
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/Timeout_Example/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/Timeout_Example/main.cpp)
32-
33-
## Related content
34-
35-
- [Office Hours video about low power, tickless and sleep](https://youtu.be/OFfOlBaegdg?t=669).

docs/api/io/Timer.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,3 @@ You can independently create, start and stop any number of Timer objects.
1818
## Timer hello, world
1919

2020
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/Timer_HelloWorld/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/Timer_HelloWorld/main.cpp)
21-
22-
## Related content
23-
24-
- [Office Hours video about low power, tickless and sleep](https://youtu.be/OFfOlBaegdg?t=669).

docs/api/platform/Error.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,5 +527,3 @@ See the below Doxygen file for additional information regarding error code defin
527527

528528
- Debug and develop [build profiles](../tools/build-profiles.html).
529529
- Mbed OS [error decoder](https://mbed.com/s/error).
530-
- [Office Hours video about Crash Reporting](https://www.youtube.com/watch?v=SdC_aM-aZNc).
531-
- [Office Hours video about Crash Dump Analysis](https://www.youtube.com/watch?v=7xKWFSnUye8).

docs/api/power/DeepSleepLock.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ This example shows how you can lock deep sleep to decrease interrupt latency at
1717
## Related content
1818

1919
- [Power management API references](power-management-sleep.html).
20-
- [Office Hours video about low power, tickless and sleep](https://www.youtube.com/watch?v=OFfOlBaegdg).

docs/api/power/IdleLoop.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ void main()
2626

2727
- [DeepSleepLock API reference](deepsleeplock.html).
2828
- [Power management API reference](power-management-sleep.html).
29-
- [Office Hours video about low power, tickless and sleep](https://www.youtube.com/watch?v=OFfOlBaegdg).

docs/api/power/LowPowerTicker.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,3 @@ You can create any number of LowPowerTicker objects, allowing multiple outstandi
2121
Try this program to set up a LowPowerTicker to repeatedly invert an LED:
2222

2323
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/lowpowerTicker_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Drivers/lowpowerTicker_ex_1/main.cpp)
24-
25-
## Related content
26-
27-
- [Office Hours video about low power, tickless and sleep](https://www.youtube.com/watch?v=OFfOlBaegdg).

docs/api/power/LowPowerTimeout.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ Set up a time out to invert an LED after a given time:
2222
## Related content
2323

2424
- [Power management APIs](power-management-sleep.html).
25-
- [Office Hours video about low power, tickless and sleep](https://youtu.be/OFfOlBaegdg?t=669).

docs/api/power/LowPowerTimer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ You can use the LowPowerTimer interface to create, start, stop and read a timer
1717
## Related content
1818

1919
- [Power management APIs](power-management-sleep.html).
20-
- [Office Hours video about low power, tickless and sleep](https://youtu.be/OFfOlBaegdg?t=669).

docs/api/power/PowerManagement.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,3 @@ After the call the processor and most components will reset, but it will not aff
117117

118118
- [DeepSleepLock API reference](deepsleeplock.html).
119119
- [Idle loop API reference](idle-loop.html).
120-
- [Office Hours video about low power, tickless and sleep](https://www.youtube.com/watch?v=OFfOlBaegdg).

docs/api/power/power_manage.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ Both HAL sleep functions work like an Arm Wait For Interrupt (WFI) instruction,
201201

202202
This is also why the MCU wakes up from sleep every millisecond when tickless is not enabled. In nontickless mode, SysTick needs to fire every millisecond and does this by setting an interrupt on the usticker. Right after the SysTick, the sleep manager puts the MCU back to sleep. However, this also means that in nontickless mode, you can't put the MCU in deep sleep because the wake-up latency is bigger than the SysTick interval.
203203

204-
For more information on the design of tickless and the sleep manager, please see the [office hours video with Bartek Szatkowski](https://www.youtube.com/watch?v=OFfOlBaegdg).
205-
206204
For information about the tradeoff between power savings and memory footprint in tickless mode, please see the [power management API reference](../apis/power-management-sleep.html).
207205

208206
### Hibernate mode without RAM retention

docs/tools/debug/debug_fault_exception.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,4 @@ Please look at the **Technical Reference Manual** and **Arm Architecture Referen
9090

9191
## Related content
9292

93-
- [Office Hours video about Crash Dump Analysis](https://www.youtube.com/watch?v=7xKWFSnUye8).
9493
- Mbed OS [error decoder](https://mbed.com/s/error).

0 commit comments

Comments
 (0)