#author("2021-03-19T06:47:24+00:00","default:admin","admin")
#author("2021-10-22T01:23:22+00:00","default:admin","admin")
-[[AmazonのFreeRTOS公式ガイド:https://docs.aws.amazon.com/ja_jp/freertos-kernel/latest/dg/about.html]]
-[[FreeRTOS ユーザーガイド:https://docs.aws.amazon.com/ja_jp/freertos/latest/userguide/freertos-ug.pdf]]

-[[Interface 2021年4月号 特集「Amazon×マイコン FreeRTOS入門」サポート・ページ:https://interface.cqpub.co.jp/202104support/]]

-[[ESP32を使ったFreeRTOSのサンプルプログラム:https://qiita.com/Yukiya_Ishioka/items/ae21b4a1aecf69a885f2]]

**[[Amazon FreeRTOS:https://aws.amazon.com/jp/freertos/]] [#f77794b9]
-[[Amazonが基本的なIoT機器のためのリアルタイムOS(Amazon FreeRTOS)を発表:http://jp.techcrunch.com/2017/11/30/2017-11-29-amazon-freertos-is-a-new-operating-system-for-microcontroller-based-iot-devices/]]
-[[組み込み業界に大インパクト「Amazon FreeRTOS」の衝撃 :http://monoist.atmarkit.co.jp/mn/articles/1712/28/news011.html]]
-[[アマゾンがマイコン向け組み込みOSを無償提供、FreeRTOSにライブラリをバンドル:http://monoist.atmarkit.co.jp/mn/articles/1712/01/news113.html]]
-[[Amazon FreeRTOS の開始方法:https://aws.amazon.com/jp/freertos/getting-started/]]

-AWSがFreeRTOSの資産一式をReal Time Engineersから丸ごと買収し、しかもMITライセンスで無償公開
-MITライセンスの場合、「著作権及びMITライセンスの全文を表示」さえすれば改変・再配布・商用利用・有償提供など何でも可能になっている
-つまり製品のパッケージに、License.txtというファイルを追加してここに著作権表示とライセンスだけ掲載すればOK

**[[FreeRTOS:https://www.freertos.org]] [#wb06769c]
-[[FreeRTOS Documentation:https://www.freertos.org/Documentation/RTOS_book.html]]
--[[Mastering the FreeRTOS Real Time Kernel - a Hands On Tutorial Guide:https://www.freertos.org/Documentation/161204_Mastering_the_FreeRTOS_Real_Time_Kernel-A_Hands-On_Tutorial_Guide.pdf]]
--[[FreeRTOS V10.0.0 Reference Manual:https://www.freertos.org/Documentation/FreeRTOS_Reference_Manual_V10.0.0.pdf]]

-[[FreeRTOS 調査:https://qiita.com/tom_sakaguchi/items/c13f3cdfec1b8f05b28c]]
-[[FreeRTOS – 特集カテゴリー –:https://dev.classmethod.jp/referencecat/amazon-freertos/]]

-[[Amazon FreeRTOS 101 CYWxx907: Lesson 1 Intro to CYW43907:https://www.youtube.com/watch?v=9NQXVUA-ydM&feature=youtu.be]]
-[[Amazon FreeRTOS 101 CYWxx907: Lesson 2 Intro to AWS:https://www.youtube.com/watch?v=XN93lgV9gr8]]
-[[Amazon FreeRTOS 101 CYWxx907: Lesson 3 Intro to WICED Wi-Fi:https://www.youtube.com/watch?v=Rt6bjEi1e9M]]
-[[Amazon FreeRTOS 101 CYWxx907: Lesson 4 AFR Hello World:https://www.youtube.com/watch?v=qfHCLVWmynI]]
-[[Amazon FreeRTOS 101 CYWxx907: Lesson 5 Firmware & Debugging:https://www.youtube.com/watch?v=ezIJPFre9Sg]]

-Real Time Engineersが開発
-無償でソースコードまで入手可能で、製品にも利用可能
-但し、ライセンスがGPL V2のため、カスタマイズして製品化を行った場合は公開する義務が発生する

-[[Using FreeRTOS on ARMv8-M Microcontrollers:https://www.freertos.org/2020/04/using-freertos-on-armv8-m-microcontrollers.html]]

*[[STM32CubeIDE:https://www.st.com/ja/development-tools/stm32cubeide.html]] [#ib69d38c]
-[[STM32CubeIDEを使ってみよう How To STM32CubeIDE 日本語版 Lチカ編:https://qiita.com/usashirou/items/65be086c28f7a6feac7d]]
-[[【基礎から導入まで】STM32CubeIDE:https://yukblog.net/stm32cubeide-startup/]]
-[[【サンプルあり】STM32のFreeRTOSの使い方まとめ:https://yukblog.net/stm32-freertos/]]
-[[【便利】STM32CubeIDEでprintf【UART編】:https://yukblog.net/stm32cubeide-printf-uart/]]
-[[STM32のFreeRTOSのタイマーの使い方:https://yukblog.net/stm32-freertos-timer/]]

-[[たくさんあるSTM32 Nucleoシリーズの中から自分に合ったものを選ぶ:https://qiita.com/gwappa/items/a96a80c568e91a5aa905]]
-[[Nucleo種類多すぎ:https://lipoyang.hatenablog.com/entry/20170909/p1]]
--[[STM32 Nucleo Board STM32F401:http://akizukidenshi.com/catalog/g/gM-07723/]]
--[[STM32 Nucleo Board STM32F446RE:http://akizukidenshi.com/catalog/g/gM-10176/]]

-[[モータ制御リファレンスガイド:https://www.st.com/content/ccc/resource/sales_and_marketing/promotional_material/brochure/bf/aa/d0/60/38/83/43/74/Brochure_Motor_Control.pdf/files/Brochure_Motor_Control.pdf/jcr:content/translations/ja.Brochure_Motor_Control.pdf]]

**[[libopencm3:https://github.com/libopencm3/libopencm3]] [#g4ccd241]
-[[STM32でlibopencm3を使ってUART:https://qiita.com/eggman/items/61898b8e1c037dd40ee9]]
-[[STM32でlibopencm3を使ってLチカ:https://qiita.com/eggman/items/9f75aebf69033527e0b9]]

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS