Skip to content

issues Search Results · repo:glassboard-dev/gl-vscode-template-arm language:CMake

Filter by

9 results
 (68 ms)

9 results

inglassboard-dev/gl-vscode-template-arm (press backspace or delete to remove)

By default making the gcov html report upload as a build artifact to Github actions might be nice.
enhancement
  • drewwestrick
  • Opened 
    on Sep 25, 2024
  • #10

Right now we have compiler flags and CPU flags separated out in two different locations.. We should instead make these all in the flags.cmake file to avoid confusion. It will also simplify the main CMakeLists.txt ...
enhancement
  • stephendpmurphy
  • Opened 
    on Apr 13, 2022
  • #8

enhancement
  • stephendpmurphy
  • Opened 
    on Apr 13, 2022
  • #7

documentation
enhancement
  • stephendpmurphy
  • Opened 
    on Mar 28, 2022
  • #6

We have several Glasslabs modules that are CMake based that we can include - causing a static lib to be generated. We can then link against those libs - then we don t have to manage their source in our ...
enhancement
  • stephendpmurphy
  • Opened 
    on Feb 14, 2022
  • #5

When compiling unit tests you need to specify the path to your SDK and necessary include directories in the vendor folder.. Currently we just include all folders under vendor but we probably want to target ...
bug
  • stephendpmurphy
  • Opened 
    on Feb 10, 2022
  • #4

Add board abstraction stubs for common peripherals as well as a few util style modules - ADC - SPI - I2C - UART - Timers - PWM Util modules like: - Debug - Ring Buffer
enhancement
  • stephendpmurphy
  • Opened 
    on Feb 10, 2022
  • #3

The files have a copy header and a doc style header in the template. The information is redundant and we should remove the doc header /*! @file FILENAME.c * @brief Brief file description */
enhancement
  • stephendpmurphy
  • Opened 
    on Feb 10, 2022
  • #2

We currently use the size command in a CMake target to print out memory utilization. We can instead add the linker flag -Wl,--print-memory-usage in the flags.cmake file which prints out utilization based ...
enhancement
  • stephendpmurphy
  • Opened 
    on Feb 9, 2022
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub