提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 年之前
  Xiang Xiao bd4e8e19d3 Run codespell -w against all files 4 年之前
  rajan gill fdac44d193 include/fixedmath.h: Regarding the single precision float to/from fixed point conversions in fixedmath.h, I believe the floating point literals should be appended with the letter 'f' to avoid (expensive) conversions from single to double precision, and thereby also avoid (expensive if done in SW) double point arithmetic (which is what is happening upon inspection of my disassembly). 5 年之前
  Gregory Nutt 42628d2209 include/fixedmath.h: Add macros for conversion between types b16_t and type double 5 年之前
  Jussi Kivilinna afc46cb7ba fixedmath: add square root and b32_t conversion operators 7 年之前
  Gregory Nutt 0f90500f72 Standardize the width of all comment boxes in header files 9 年之前
  Gregory Nutt 4bcd13eabd Add RGB blending logic needed to support anti-aliasing 9 年之前
  Gregory Nutt f6d11bc2fd Back out an incorrect change 10 年之前
  Gregory Nutt 872e9fce26 Cosmetic update to comments 10 年之前
  Gregory Nutt a41c1de32c Add basic data structures that will allow us to move named semaphore support out of the OS and into the VFS (not complete). 10 年之前
  patacongo 8e5733ae3f Header file clean-up 12 年之前
  patacongo dc3c6ea49f Fix numerous errors in trapezoid rendering and wide line drawing algorithms 13 年之前
  patacongo a203a142f3 Add fixed precision atan2() function 13 年之前
  patacongo 92b110e0e2 Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 15 年之前
  patacongo 586f69da53 Add fixed precision sin() and cos() 16 年之前
  patacongo a9b1526a37 Beginning of a graphics library 16 年之前
  patacongo 3bc671c081 Add fixed precision math support 16 年之前