Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

µC/Clk is configurable at compile time via approximately half a dozen #defines. A template configuration file (clk_cfg.h) is included in the module package (see Directories and filesFiles). This configuration should be copied into your application directory and modified according to your application’s needs. µC/Clk uses #defines because they allow code and data sizes to be scaled at compile time based on enabled features. In other words, this allows the ROM and RAM footprints of µC/Clk to be adjusted based on the application requirements.

...