Commit History

Author SHA1 Message Date
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 years ago
  Xiang Xiao bd4e8e19d3 Run codespell -w against all files 4 years ago
  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 years ago
  Gregory Nutt 42628d2209 include/fixedmath.h: Add macros for conversion between types b16_t and type double 5 years ago
  Jussi Kivilinna afc46cb7ba fixedmath: add square root and b32_t conversion operators 7 years ago
  Gregory Nutt 0f90500f72 Standardize the width of all comment boxes in header files 9 years ago
  Gregory Nutt 4bcd13eabd Add RGB blending logic needed to support anti-aliasing 9 years ago
  Gregory Nutt f6d11bc2fd Back out an incorrect change 10 years ago
  Gregory Nutt 872e9fce26 Cosmetic update to comments 10 years ago
  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 years ago
  patacongo 8e5733ae3f Header file clean-up 12 years ago
  patacongo dc3c6ea49f Fix numerous errors in trapezoid rendering and wide line drawing algorithms 13 years ago
  patacongo a203a142f3 Add fixed precision atan2() function 13 years ago
  patacongo 92b110e0e2 Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile 15 years ago
  patacongo 586f69da53 Add fixed precision sin() and cos() 16 years ago
  patacongo a9b1526a37 Beginning of a graphics library 16 years ago
  patacongo 3bc671c081 Add fixed precision math support 16 years ago