Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 750 Bytes

File metadata and controls

17 lines (13 loc) · 750 Bytes

About Answers

  1. Provide your final response to the user in Japanese.
  2. Write text assuming it is in UTF-8. Please note that Japanese characters are easily garbled.

STM32CubeHAL

  1. It runs on an ArmCoretexM4F CPU at cycle speeds of over 1kHz, so execution speed is extremely important.
  2. Ignore portability as it only runs on specific chips.
  3. The development language is C. Please do not mix in any C++ specific code.
  4. Describe the function and responsibility of the code file in a comment at the beginning of the file.

Test

  1. If you make any code changes, check the build until it succeeds.

Document

  1. Write important points in doc/overview.md to leave information for other developers.
  2. Documents should be written in Japanese