Skip to content

Commit

Permalink
6.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Larson committed Oct 9, 2020
1 parent c51bbd1 commit 29c039e
Show file tree
Hide file tree
Showing 1,308 changed files with 9,551 additions and 2,486 deletions.
2 changes: 1 addition & 1 deletion LICENSED-HARDWARE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Renesas:

--------------------------------------------------------------------------------

More coming soon. Please check back frequently for updates.
More coming soon. Please check back frequently for updates.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ Professional support plans (https://azure.microsoft.com/en-us/support/options/)
The following are references to additional Azure RTOS and Azure IoT in general:
| | |
|---|---|
| Azure RTOS Website: | https://azure.microsoft.com/en-us/services/rtos/ |
| Azure RTOS Documenation and Guides: | https://docs.microsoft.com/azure/rtos |
| Azure RTOS Website: | https://azure.microsoft.com/services/rtos/ |
| Azure RTOS Sales Questions: | https://azure-rtos.ms-iot-contact.com/ |
| Microsoft Q/A for Azure IoT: | https://docs.microsoft.com/en-us/answers/products/azure?product=iot |
| Internet of Things Show: | https://aka.ms/iotshow |
| IoT Tech Community: | https://aka.ms/iottechcommunity |
| For technical questions check out Microsoft Q/A for Azure IoT: | https://aka.ms/QnA/azure-rtos |
| Internet of Things Show for latest announcements and online training: | https://aka.ms/iotshow |
| IoT Tech Community: | https://aka.ms/community/azure-rtos |
20 changes: 20 additions & 0 deletions common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,20 @@ target_sources(${PROJECT_NAME}
${CMAKE_CURRENT_LIST_DIR}/src/gx_radio_button_create.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_radio_button_draw.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_radio_button_pixelmap_set.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_context_peek.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_context_pop.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_context_push.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_context_reset.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_context_restore.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_context_save.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_create.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_draw.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_fonts_set.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_line_info_get.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_scroll_info_get.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_tag_enter.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_text_draw.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_text_total_height_calculate.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_screen_stack_create.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_screen_stack_pop.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_screen_stack_push.c
Expand Down Expand Up @@ -633,6 +647,8 @@ target_sources(${PROJECT_NAME}
${CMAKE_CURRENT_LIST_DIR}/src/gx_text_input_cursor_width_set.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_text_scroll_wheel_callback_set.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_text_scroll_wheel_create.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_text_scroll_wheel_dynamic_bidi_text_delete.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_text_scroll_wheel_event_process.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_text_scroll_wheel_draw.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_text_scroll_wheel_font_set.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_text_scroll_wheel_text_color_set.c
Expand Down Expand Up @@ -693,6 +709,7 @@ target_sources(${PROJECT_NAME}
${CMAKE_CURRENT_LIST_DIR}/src/gx_utility_rectangle_point_detect.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_utility_rectangle_resize.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_utility_rectangle_shift.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_utility_string_compare.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_utility_string_length_check.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_utility_string_to_alphamap.c
${CMAKE_CURRENT_LIST_DIR}/src/gx_utility_thai_glyph_shaping.c
Expand Down Expand Up @@ -1008,6 +1025,8 @@ target_sources(${PROJECT_NAME}
${CMAKE_CURRENT_LIST_DIR}/src/gxe_radial_slider_pixelmap_set.c
${CMAKE_CURRENT_LIST_DIR}/src/gxe_radio_button_create.c
${CMAKE_CURRENT_LIST_DIR}/src/gxe_radio_button_pixelmap_set.c
${CMAKE_CURRENT_LIST_DIR}/src/gxe_rich_text_view_create.c
${CMAKE_CURRENT_LIST_DIR}/src/gxe_rich_text_view_fonts_set.c
${CMAKE_CURRENT_LIST_DIR}/src/gxe_screen_stack_create.c
${CMAKE_CURRENT_LIST_DIR}/src/gxe_screen_stack_pop.c
${CMAKE_CURRENT_LIST_DIR}/src/gxe_screen_stack_push.c
Expand Down Expand Up @@ -1104,6 +1123,7 @@ target_sources(${PROJECT_NAME}
${CMAKE_CURRENT_LIST_DIR}/src/gxe_text_input_cursor_width_set.c
${CMAKE_CURRENT_LIST_DIR}/src/gxe_text_scroll_wheel_callback_set.c
${CMAKE_CURRENT_LIST_DIR}/src/gxe_text_scroll_wheel_create.c
${CMAKE_CURRENT_LIST_DIR}/src/gxe_text_scroll_wheel_event_process.c
${CMAKE_CURRENT_LIST_DIR}/src/gxe_text_scroll_wheel_font_set.c
${CMAKE_CURRENT_LIST_DIR}/src/gxe_text_scroll_wheel_text_color_set.c
${CMAKE_CURRENT_LIST_DIR}/src/gxe_tree_view_create.c
Expand Down
4 changes: 3 additions & 1 deletion common/inc/gx_animation.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/* COMPONENT DEFINITION RELEASE */
/* */
/* gx_animation.h PORTABLE C */
/* 6.0 */
/* 6.1 */
/* AUTHOR */
/* */
/* Kenneth Maxwell, Microsoft Corporation */
Expand All @@ -42,6 +42,8 @@
/* DATE NAME DESCRIPTION */
/* */
/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */
/* 09-30-2020 Kenneth Maxwell Modified comment(s), */
/* resulting in version 6.1 */
/* */
/**************************************************************************/

Expand Down
Loading

0 comments on commit 29c039e

Please sign in to comment.