diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ OPTLVL:=3 # Optimization level, can be [ #PROJECT_NAME:=$(notdir $(lastword $(CURDIR))) TOP:=$(shell readlink -f "../..") DISCOVERY:=Utilities/STM32L100C-Discovery -STMLIB:=Libraries +STMLIB:=libraries STD_PERIPH:=$(STMLIB)/STM32L1xx_StdPeriph_Driver STARTUP:=$(STMLIB)/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc_ride7 LINKER_SCRIPT:=$(CURDIR)/stm32-flash.ld diff --git a/Libraries/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf b/libraries/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf rename from Libraries/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf rename to libraries/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Include/stm32l1xx.h b/libraries/CMSIS/Device/ST/STM32L1xx/Include/stm32l1xx.h rename from Libraries/CMSIS/Device/ST/STM32L1xx/Include/stm32l1xx.h rename to libraries/CMSIS/Device/ST/STM32L1xx/Include/stm32l1xx.h diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Include/system_stm32l1xx.h b/libraries/CMSIS/Device/ST/STM32L1xx/Include/system_stm32l1xx.h rename from Libraries/CMSIS/Device/ST/STM32L1xx/Include/system_stm32l1xx.h rename to libraries/CMSIS/Device/ST/STM32L1xx/Include/system_stm32l1xx.h diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Release_Notes.html b/libraries/CMSIS/Device/ST/STM32L1xx/Release_Notes.html rename from Libraries/CMSIS/Device/ST/STM32L1xx/Release_Notes.html rename to libraries/CMSIS/Device/ST/STM32L1xx/Release_Notes.html diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/TASKING/cstart_thumb2.asm b/libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/TASKING/cstart_thumb2.asm rename from Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/TASKING/cstart_thumb2.asm rename to libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/TASKING/cstart_thumb2.asm diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/TrueSTUDIO/startup_stm32l1xx_hd.s b/libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/TrueSTUDIO/startup_stm32l1xx_hd.s rename from Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/TrueSTUDIO/startup_stm32l1xx_hd.s rename to libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/TrueSTUDIO/startup_stm32l1xx_hd.s diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/TrueSTUDIO/startup_stm32l1xx_md.s b/libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/TrueSTUDIO/startup_stm32l1xx_md.s rename from Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/TrueSTUDIO/startup_stm32l1xx_md.s rename to libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/TrueSTUDIO/startup_stm32l1xx_md.s diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/TrueSTUDIO/startup_stm32l1xx_mdp.s b/libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/TrueSTUDIO/startup_stm32l1xx_mdp.s rename from Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/TrueSTUDIO/startup_stm32l1xx_mdp.s rename to libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/TrueSTUDIO/startup_stm32l1xx_mdp.s diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/arm/startup_stm32l1xx_hd.s b/libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/arm/startup_stm32l1xx_hd.s rename from Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/arm/startup_stm32l1xx_hd.s rename to libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/arm/startup_stm32l1xx_hd.s diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/arm/startup_stm32l1xx_md.s b/libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/arm/startup_stm32l1xx_md.s rename from Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/arm/startup_stm32l1xx_md.s rename to libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/arm/startup_stm32l1xx_md.s diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/arm/startup_stm32l1xx_mdp.s b/libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/arm/startup_stm32l1xx_mdp.s rename from Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/arm/startup_stm32l1xx_mdp.s rename to libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/arm/startup_stm32l1xx_mdp.s diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc_ride7/startup_stm32l1xx_hd.s b/libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc_ride7/startup_stm32l1xx_hd.s rename from Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc_ride7/startup_stm32l1xx_hd.s rename to libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc_ride7/startup_stm32l1xx_hd.s diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc_ride7/startup_stm32l1xx_md.s b/libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc_ride7/startup_stm32l1xx_md.s rename from Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc_ride7/startup_stm32l1xx_md.s rename to libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc_ride7/startup_stm32l1xx_md.s diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc_ride7/startup_stm32l1xx_mdp.s b/libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc_ride7/startup_stm32l1xx_mdp.s rename from Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc_ride7/startup_stm32l1xx_mdp.s rename to libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/gcc_ride7/startup_stm32l1xx_mdp.s diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/iar/startup_stm32l1xx_hd.s b/libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/iar/startup_stm32l1xx_hd.s rename from Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/iar/startup_stm32l1xx_hd.s rename to libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/iar/startup_stm32l1xx_hd.s diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/iar/startup_stm32l1xx_md.s b/libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/iar/startup_stm32l1xx_md.s rename from Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/iar/startup_stm32l1xx_md.s rename to libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/iar/startup_stm32l1xx_md.s diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/iar/startup_stm32l1xx_mdp.s b/libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/iar/startup_stm32l1xx_mdp.s rename from Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/iar/startup_stm32l1xx_mdp.s rename to libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/iar/startup_stm32l1xx_mdp.s diff --git a/Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/system_stm32l1xx.c b/libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/system_stm32l1xx.c rename from Libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/system_stm32l1xx.c rename to libraries/CMSIS/Device/ST/STM32L1xx/Source/Templates/system_stm32l1xx.c diff --git a/Libraries/CMSIS/Documentation/Core/html/CMSIS_CORE_Files.png b/libraries/CMSIS/Documentation/Core/html/CMSIS_CORE_Files.png rename from Libraries/CMSIS/Documentation/Core/html/CMSIS_CORE_Files.png rename to libraries/CMSIS/Documentation/Core/html/CMSIS_CORE_Files.png diff --git a/Libraries/CMSIS/Documentation/Core/html/CMSIS_CORE_Files_user.png b/libraries/CMSIS/Documentation/Core/html/CMSIS_CORE_Files_user.png rename from Libraries/CMSIS/Documentation/Core/html/CMSIS_CORE_Files_user.png rename to libraries/CMSIS/Documentation/Core/html/CMSIS_CORE_Files_user.png diff --git a/Libraries/CMSIS/Documentation/Core/html/CMSIS_Logo_Final.png b/libraries/CMSIS/Documentation/Core/html/CMSIS_Logo_Final.png rename from Libraries/CMSIS/Documentation/Core/html/CMSIS_Logo_Final.png rename to libraries/CMSIS/Documentation/Core/html/CMSIS_Logo_Final.png diff --git a/Libraries/CMSIS/Documentation/Core/html/_c_o_r_e__m_i_s_r_a__exceptions_pg.html b/libraries/CMSIS/Documentation/Core/html/_c_o_r_e__m_i_s_r_a__exceptions_pg.html rename from Libraries/CMSIS/Documentation/Core/html/_c_o_r_e__m_i_s_r_a__exceptions_pg.html rename to libraries/CMSIS/Documentation/Core/html/_c_o_r_e__m_i_s_r_a__exceptions_pg.html diff --git a/Libraries/CMSIS/Documentation/Core/html/_reg_map_pg.html b/libraries/CMSIS/Documentation/Core/html/_reg_map_pg.html rename from Libraries/CMSIS/Documentation/Core/html/_reg_map_pg.html rename to libraries/CMSIS/Documentation/Core/html/_reg_map_pg.html diff --git a/Libraries/CMSIS/Documentation/Core/html/_templates_pg.html b/libraries/CMSIS/Documentation/Core/html/_templates_pg.html rename from Libraries/CMSIS/Documentation/Core/html/_templates_pg.html rename to libraries/CMSIS/Documentation/Core/html/_templates_pg.html diff --git a/Libraries/CMSIS/Documentation/Core/html/_templates_pg.js b/libraries/CMSIS/Documentation/Core/html/_templates_pg.js rename from Libraries/CMSIS/Documentation/Core/html/_templates_pg.js rename to libraries/CMSIS/Documentation/Core/html/_templates_pg.js diff --git a/Libraries/CMSIS/Documentation/Core/html/_using__a_r_m_pg.html b/libraries/CMSIS/Documentation/Core/html/_using__a_r_m_pg.html rename from Libraries/CMSIS/Documentation/Core/html/_using__a_r_m_pg.html rename to libraries/CMSIS/Documentation/Core/html/_using__a_r_m_pg.html diff --git a/Libraries/CMSIS/Documentation/Core/html/_using_pg.html b/libraries/CMSIS/Documentation/Core/html/_using_pg.html rename from Libraries/CMSIS/Documentation/Core/html/_using_pg.html rename to libraries/CMSIS/Documentation/Core/html/_using_pg.html diff --git a/Libraries/CMSIS/Documentation/Core/html/_using_pg.js b/libraries/CMSIS/Documentation/Core/html/_using_pg.js rename from Libraries/CMSIS/Documentation/Core/html/_using_pg.js rename to libraries/CMSIS/Documentation/Core/html/_using_pg.js diff --git a/Libraries/CMSIS/Documentation/Core/html/annotated.html b/libraries/CMSIS/Documentation/Core/html/annotated.html rename from Libraries/CMSIS/Documentation/Core/html/annotated.html rename to libraries/CMSIS/Documentation/Core/html/annotated.html diff --git a/Libraries/CMSIS/Documentation/Core/html/annotated.js b/libraries/CMSIS/Documentation/Core/html/annotated.js rename from Libraries/CMSIS/Documentation/Core/html/annotated.js rename to libraries/CMSIS/Documentation/Core/html/annotated.js diff --git a/Libraries/CMSIS/Documentation/Core/html/bc_s.png b/libraries/CMSIS/Documentation/Core/html/bc_s.png rename from Libraries/CMSIS/Documentation/Core/html/bc_s.png rename to libraries/CMSIS/Documentation/Core/html/bc_s.png diff --git a/Libraries/CMSIS/Documentation/Core/html/bdwn.png b/libraries/CMSIS/Documentation/Core/html/bdwn.png rename from Libraries/CMSIS/Documentation/Core/html/bdwn.png rename to libraries/CMSIS/Documentation/Core/html/bdwn.png diff --git a/Libraries/CMSIS/Documentation/Core/html/check.png b/libraries/CMSIS/Documentation/Core/html/check.png rename from Libraries/CMSIS/Documentation/Core/html/check.png rename to libraries/CMSIS/Documentation/Core/html/check.png diff --git a/Libraries/CMSIS/Documentation/Core/html/classes.html b/libraries/CMSIS/Documentation/Core/html/classes.html rename from Libraries/CMSIS/Documentation/Core/html/classes.html rename to libraries/CMSIS/Documentation/Core/html/classes.html diff --git a/Libraries/CMSIS/Documentation/Core/html/closed.png b/libraries/CMSIS/Documentation/Core/html/closed.png rename from Libraries/CMSIS/Documentation/Core/html/closed.png rename to libraries/CMSIS/Documentation/Core/html/closed.png diff --git a/Libraries/CMSIS/Documentation/Core/html/cmsis.css b/libraries/CMSIS/Documentation/Core/html/cmsis.css rename from Libraries/CMSIS/Documentation/Core/html/cmsis.css rename to libraries/CMSIS/Documentation/Core/html/cmsis.css diff --git a/Libraries/CMSIS/Documentation/Core/html/device_h_pg.html b/libraries/CMSIS/Documentation/Core/html/device_h_pg.html rename from Libraries/CMSIS/Documentation/Core/html/device_h_pg.html rename to libraries/CMSIS/Documentation/Core/html/device_h_pg.html diff --git a/Libraries/CMSIS/Documentation/Core/html/doxygen.png b/libraries/CMSIS/Documentation/Core/html/doxygen.png rename from Libraries/CMSIS/Documentation/Core/html/doxygen.png rename to libraries/CMSIS/Documentation/Core/html/doxygen.png diff --git a/Libraries/CMSIS/Documentation/Core/html/dynsections.js b/libraries/CMSIS/Documentation/Core/html/dynsections.js rename from Libraries/CMSIS/Documentation/Core/html/dynsections.js rename to libraries/CMSIS/Documentation/Core/html/dynsections.js diff --git a/Libraries/CMSIS/Documentation/Core/html/ftv2blank.png b/libraries/CMSIS/Documentation/Core/html/ftv2blank.png rename from Libraries/CMSIS/Documentation/Core/html/ftv2blank.png rename to libraries/CMSIS/Documentation/Core/html/ftv2blank.png diff --git a/Libraries/CMSIS/Documentation/Core/html/ftv2cl.png b/libraries/CMSIS/Documentation/Core/html/ftv2cl.png rename from Libraries/CMSIS/Documentation/Core/html/ftv2cl.png rename to libraries/CMSIS/Documentation/Core/html/ftv2cl.png diff --git a/Libraries/CMSIS/Documentation/Core/html/ftv2doc.png b/libraries/CMSIS/Documentation/Core/html/ftv2doc.png rename from Libraries/CMSIS/Documentation/Core/html/ftv2doc.png rename to libraries/CMSIS/Documentation/Core/html/ftv2doc.png diff --git a/Libraries/CMSIS/Documentation/Core/html/ftv2folderclosed.png b/libraries/CMSIS/Documentation/Core/html/ftv2folderclosed.png rename from Libraries/CMSIS/Documentation/Core/html/ftv2folderclosed.png rename to libraries/CMSIS/Documentation/Core/html/ftv2folderclosed.png diff --git a/Libraries/CMSIS/Documentation/Core/html/ftv2folderopen.png b/libraries/CMSIS/Documentation/Core/html/ftv2folderopen.png rename from Libraries/CMSIS/Documentation/Core/html/ftv2folderopen.png rename to libraries/CMSIS/Documentation/Core/html/ftv2folderopen.png diff --git a/Libraries/CMSIS/Documentation/Core/html/ftv2lastnode.png b/libraries/CMSIS/Documentation/Core/html/ftv2lastnode.png rename from Libraries/CMSIS/Documentation/Core/html/ftv2lastnode.png rename to libraries/CMSIS/Documentation/Core/html/ftv2lastnode.png diff --git a/Libraries/CMSIS/Documentation/Core/html/ftv2link.png b/libraries/CMSIS/Documentation/Core/html/ftv2link.png rename from Libraries/CMSIS/Documentation/Core/html/ftv2link.png rename to libraries/CMSIS/Documentation/Core/html/ftv2link.png diff --git a/Libraries/CMSIS/Documentation/Core/html/ftv2mlastnode.png b/libraries/CMSIS/Documentation/Core/html/ftv2mlastnode.png rename from Libraries/CMSIS/Documentation/Core/html/ftv2mlastnode.png rename to libraries/CMSIS/Documentation/Core/html/ftv2mlastnode.png diff --git a/Libraries/CMSIS/Documentation/Core/html/ftv2mnode.png b/libraries/CMSIS/Documentation/Core/html/ftv2mnode.png rename from Libraries/CMSIS/Documentation/Core/html/ftv2mnode.png rename to libraries/CMSIS/Documentation/Core/html/ftv2mnode.png diff --git a/Libraries/CMSIS/Documentation/Core/html/ftv2mo.png b/libraries/CMSIS/Documentation/Core/html/ftv2mo.png rename from Libraries/CMSIS/Documentation/Core/html/ftv2mo.png rename to libraries/CMSIS/Documentation/Core/html/ftv2mo.png diff --git a/Libraries/CMSIS/Documentation/Core/html/ftv2node.png b/libraries/CMSIS/Documentation/Core/html/ftv2node.png rename from Libraries/CMSIS/Documentation/Core/html/ftv2node.png rename to libraries/CMSIS/Documentation/Core/html/ftv2node.png diff --git a/Libraries/CMSIS/Documentation/Core/html/ftv2ns.png b/libraries/CMSIS/Documentation/Core/html/ftv2ns.png rename from Libraries/CMSIS/Documentation/Core/html/ftv2ns.png rename to libraries/CMSIS/Documentation/Core/html/ftv2ns.png diff --git a/Libraries/CMSIS/Documentation/Core/html/ftv2plastnode.png b/libraries/CMSIS/Documentation/Core/html/ftv2plastnode.png rename from Libraries/CMSIS/Documentation/Core/html/ftv2plastnode.png rename to libraries/CMSIS/Documentation/Core/html/ftv2plastnode.png diff --git a/Libraries/CMSIS/Documentation/Core/html/ftv2pnode.png b/libraries/CMSIS/Documentation/Core/html/ftv2pnode.png rename from Libraries/CMSIS/Documentation/Core/html/ftv2pnode.png rename to libraries/CMSIS/Documentation/Core/html/ftv2pnode.png diff --git a/Libraries/CMSIS/Documentation/Core/html/ftv2splitbar.png b/libraries/CMSIS/Documentation/Core/html/ftv2splitbar.png rename from Libraries/CMSIS/Documentation/Core/html/ftv2splitbar.png rename to libraries/CMSIS/Documentation/Core/html/ftv2splitbar.png diff --git a/Libraries/CMSIS/Documentation/Core/html/ftv2vertline.png b/libraries/CMSIS/Documentation/Core/html/ftv2vertline.png rename from Libraries/CMSIS/Documentation/Core/html/ftv2vertline.png rename to libraries/CMSIS/Documentation/Core/html/ftv2vertline.png diff --git a/Libraries/CMSIS/Documentation/Core/html/functions.html b/libraries/CMSIS/Documentation/Core/html/functions.html rename from Libraries/CMSIS/Documentation/Core/html/functions.html rename to libraries/CMSIS/Documentation/Core/html/functions.html diff --git a/Libraries/CMSIS/Documentation/Core/html/functions_vars.html b/libraries/CMSIS/Documentation/Core/html/functions_vars.html rename from Libraries/CMSIS/Documentation/Core/html/functions_vars.html rename to libraries/CMSIS/Documentation/Core/html/functions_vars.html diff --git a/Libraries/CMSIS/Documentation/Core/html/globals.html b/libraries/CMSIS/Documentation/Core/html/globals.html rename from Libraries/CMSIS/Documentation/Core/html/globals.html rename to libraries/CMSIS/Documentation/Core/html/globals.html diff --git a/Libraries/CMSIS/Documentation/Core/html/globals_enum.html b/libraries/CMSIS/Documentation/Core/html/globals_enum.html rename from Libraries/CMSIS/Documentation/Core/html/globals_enum.html rename to libraries/CMSIS/Documentation/Core/html/globals_enum.html diff --git a/Libraries/CMSIS/Documentation/Core/html/globals_eval.html b/libraries/CMSIS/Documentation/Core/html/globals_eval.html rename from Libraries/CMSIS/Documentation/Core/html/globals_eval.html rename to libraries/CMSIS/Documentation/Core/html/globals_eval.html diff --git a/Libraries/CMSIS/Documentation/Core/html/globals_func.html b/libraries/CMSIS/Documentation/Core/html/globals_func.html rename from Libraries/CMSIS/Documentation/Core/html/globals_func.html rename to libraries/CMSIS/Documentation/Core/html/globals_func.html diff --git a/Libraries/CMSIS/Documentation/Core/html/globals_vars.html b/libraries/CMSIS/Documentation/Core/html/globals_vars.html rename from Libraries/CMSIS/Documentation/Core/html/globals_vars.html rename to libraries/CMSIS/Documentation/Core/html/globals_vars.html diff --git a/Libraries/CMSIS/Documentation/Core/html/group___core___register__gr.html b/libraries/CMSIS/Documentation/Core/html/group___core___register__gr.html rename from Libraries/CMSIS/Documentation/Core/html/group___core___register__gr.html rename to libraries/CMSIS/Documentation/Core/html/group___core___register__gr.html diff --git a/Libraries/CMSIS/Documentation/Core/html/group___core___register__gr.js b/libraries/CMSIS/Documentation/Core/html/group___core___register__gr.js rename from Libraries/CMSIS/Documentation/Core/html/group___core___register__gr.js rename to libraries/CMSIS/Documentation/Core/html/group___core___register__gr.js diff --git a/Libraries/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.html b/libraries/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.html rename from Libraries/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.html rename to libraries/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.html diff --git a/Libraries/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.js b/libraries/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.js rename from Libraries/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.js rename to libraries/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.js diff --git a/Libraries/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.html b/libraries/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.html rename from Libraries/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.html rename to libraries/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.html diff --git a/Libraries/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.js b/libraries/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.js rename from Libraries/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.js rename to libraries/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.js diff --git a/Libraries/CMSIS/Documentation/Core/html/group___sys_tick__gr.html b/libraries/CMSIS/Documentation/Core/html/group___sys_tick__gr.html rename from Libraries/CMSIS/Documentation/Core/html/group___sys_tick__gr.html rename to libraries/CMSIS/Documentation/Core/html/group___sys_tick__gr.html diff --git a/Libraries/CMSIS/Documentation/Core/html/group___sys_tick__gr.js b/libraries/CMSIS/Documentation/Core/html/group___sys_tick__gr.js rename from Libraries/CMSIS/Documentation/Core/html/group___sys_tick__gr.js rename to libraries/CMSIS/Documentation/Core/html/group___sys_tick__gr.js diff --git a/Libraries/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.html b/libraries/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.html rename from Libraries/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.html rename to libraries/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.html diff --git a/Libraries/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.js b/libraries/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.js rename from Libraries/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.js rename to libraries/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.js diff --git a/Libraries/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.html b/libraries/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.html rename from Libraries/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.html rename to libraries/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.html diff --git a/Libraries/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.js b/libraries/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.js rename from Libraries/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.js rename to libraries/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.js diff --git a/Libraries/CMSIS/Documentation/Core/html/group__peripheral__gr.html b/libraries/CMSIS/Documentation/Core/html/group__peripheral__gr.html rename from Libraries/CMSIS/Documentation/Core/html/group__peripheral__gr.html rename to libraries/CMSIS/Documentation/Core/html/group__peripheral__gr.html diff --git a/Libraries/CMSIS/Documentation/Core/html/group__system__init__gr.html b/libraries/CMSIS/Documentation/Core/html/group__system__init__gr.html rename from Libraries/CMSIS/Documentation/Core/html/group__system__init__gr.html rename to libraries/CMSIS/Documentation/Core/html/group__system__init__gr.html diff --git a/Libraries/CMSIS/Documentation/Core/html/group__system__init__gr.js b/libraries/CMSIS/Documentation/Core/html/group__system__init__gr.js rename from Libraries/CMSIS/Documentation/Core/html/group__system__init__gr.js rename to libraries/CMSIS/Documentation/Core/html/group__system__init__gr.js diff --git a/Libraries/CMSIS/Documentation/Core/html/index.html b/libraries/CMSIS/Documentation/Core/html/index.html rename from Libraries/CMSIS/Documentation/Core/html/index.html rename to libraries/CMSIS/Documentation/Core/html/index.html diff --git a/Libraries/CMSIS/Documentation/Core/html/jquery.js b/libraries/CMSIS/Documentation/Core/html/jquery.js rename from Libraries/CMSIS/Documentation/Core/html/jquery.js rename to libraries/CMSIS/Documentation/Core/html/jquery.js diff --git a/Libraries/CMSIS/Documentation/Core/html/modules.html b/libraries/CMSIS/Documentation/Core/html/modules.html rename from Libraries/CMSIS/Documentation/Core/html/modules.html rename to libraries/CMSIS/Documentation/Core/html/modules.html diff --git a/Libraries/CMSIS/Documentation/Core/html/modules.js b/libraries/CMSIS/Documentation/Core/html/modules.js rename from Libraries/CMSIS/Documentation/Core/html/modules.js rename to libraries/CMSIS/Documentation/Core/html/modules.js diff --git a/Libraries/CMSIS/Documentation/Core/html/nav_f.png b/libraries/CMSIS/Documentation/Core/html/nav_f.png rename from Libraries/CMSIS/Documentation/Core/html/nav_f.png rename to libraries/CMSIS/Documentation/Core/html/nav_f.png diff --git a/Libraries/CMSIS/Documentation/Core/html/nav_g.png b/libraries/CMSIS/Documentation/Core/html/nav_g.png rename from Libraries/CMSIS/Documentation/Core/html/nav_g.png rename to libraries/CMSIS/Documentation/Core/html/nav_g.png diff --git a/Libraries/CMSIS/Documentation/Core/html/nav_h.png b/libraries/CMSIS/Documentation/Core/html/nav_h.png rename from Libraries/CMSIS/Documentation/Core/html/nav_h.png rename to libraries/CMSIS/Documentation/Core/html/nav_h.png diff --git a/Libraries/CMSIS/Documentation/Core/html/navtree.css b/libraries/CMSIS/Documentation/Core/html/navtree.css rename from Libraries/CMSIS/Documentation/Core/html/navtree.css rename to libraries/CMSIS/Documentation/Core/html/navtree.css diff --git a/Libraries/CMSIS/Documentation/Core/html/navtree.js b/libraries/CMSIS/Documentation/Core/html/navtree.js rename from Libraries/CMSIS/Documentation/Core/html/navtree.js rename to libraries/CMSIS/Documentation/Core/html/navtree.js diff --git a/Libraries/CMSIS/Documentation/Core/html/navtreeindex0.js b/libraries/CMSIS/Documentation/Core/html/navtreeindex0.js rename from Libraries/CMSIS/Documentation/Core/html/navtreeindex0.js rename to libraries/CMSIS/Documentation/Core/html/navtreeindex0.js diff --git a/Libraries/CMSIS/Documentation/Core/html/navtreeindex1.js b/libraries/CMSIS/Documentation/Core/html/navtreeindex1.js rename from Libraries/CMSIS/Documentation/Core/html/navtreeindex1.js rename to libraries/CMSIS/Documentation/Core/html/navtreeindex1.js diff --git a/Libraries/CMSIS/Documentation/Core/html/open.png b/libraries/CMSIS/Documentation/Core/html/open.png rename from Libraries/CMSIS/Documentation/Core/html/open.png rename to libraries/CMSIS/Documentation/Core/html/open.png diff --git a/Libraries/CMSIS/Documentation/Core/html/pages.html b/libraries/CMSIS/Documentation/Core/html/pages.html rename from Libraries/CMSIS/Documentation/Core/html/pages.html rename to libraries/CMSIS/Documentation/Core/html/pages.html diff --git a/Libraries/CMSIS/Documentation/Core/html/resize.js b/libraries/CMSIS/Documentation/Core/html/resize.js rename from Libraries/CMSIS/Documentation/Core/html/resize.js rename to libraries/CMSIS/Documentation/Core/html/resize.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search.css b/libraries/CMSIS/Documentation/Core/html/search.css rename from Libraries/CMSIS/Documentation/Core/html/search.css rename to libraries/CMSIS/Documentation/Core/html/search.css diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_5f.html b/libraries/CMSIS/Documentation/Core/html/search/all_5f.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_5f.html rename to libraries/CMSIS/Documentation/Core/html/search/all_5f.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_5f.js b/libraries/CMSIS/Documentation/Core/html/search/all_5f.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_5f.js rename to libraries/CMSIS/Documentation/Core/html/search/all_5f.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_61.html b/libraries/CMSIS/Documentation/Core/html/search/all_61.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_61.html rename to libraries/CMSIS/Documentation/Core/html/search/all_61.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_61.js b/libraries/CMSIS/Documentation/Core/html/search/all_61.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_61.js rename to libraries/CMSIS/Documentation/Core/html/search/all_61.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_62.html b/libraries/CMSIS/Documentation/Core/html/search/all_62.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_62.html rename to libraries/CMSIS/Documentation/Core/html/search/all_62.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_62.js b/libraries/CMSIS/Documentation/Core/html/search/all_62.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_62.js rename to libraries/CMSIS/Documentation/Core/html/search/all_62.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_63.html b/libraries/CMSIS/Documentation/Core/html/search/all_63.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_63.html rename to libraries/CMSIS/Documentation/Core/html/search/all_63.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_63.js b/libraries/CMSIS/Documentation/Core/html/search/all_63.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_63.js rename to libraries/CMSIS/Documentation/Core/html/search/all_63.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_64.html b/libraries/CMSIS/Documentation/Core/html/search/all_64.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_64.html rename to libraries/CMSIS/Documentation/Core/html/search/all_64.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_64.js b/libraries/CMSIS/Documentation/Core/html/search/all_64.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_64.js rename to libraries/CMSIS/Documentation/Core/html/search/all_64.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_65.html b/libraries/CMSIS/Documentation/Core/html/search/all_65.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_65.html rename to libraries/CMSIS/Documentation/Core/html/search/all_65.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_65.js b/libraries/CMSIS/Documentation/Core/html/search/all_65.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_65.js rename to libraries/CMSIS/Documentation/Core/html/search/all_65.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_66.html b/libraries/CMSIS/Documentation/Core/html/search/all_66.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_66.html rename to libraries/CMSIS/Documentation/Core/html/search/all_66.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_66.js b/libraries/CMSIS/Documentation/Core/html/search/all_66.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_66.js rename to libraries/CMSIS/Documentation/Core/html/search/all_66.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_68.html b/libraries/CMSIS/Documentation/Core/html/search/all_68.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_68.html rename to libraries/CMSIS/Documentation/Core/html/search/all_68.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_68.js b/libraries/CMSIS/Documentation/Core/html/search/all_68.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_68.js rename to libraries/CMSIS/Documentation/Core/html/search/all_68.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_69.html b/libraries/CMSIS/Documentation/Core/html/search/all_69.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_69.html rename to libraries/CMSIS/Documentation/Core/html/search/all_69.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_69.js b/libraries/CMSIS/Documentation/Core/html/search/all_69.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_69.js rename to libraries/CMSIS/Documentation/Core/html/search/all_69.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_6c.html b/libraries/CMSIS/Documentation/Core/html/search/all_6c.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_6c.html rename to libraries/CMSIS/Documentation/Core/html/search/all_6c.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_6c.js b/libraries/CMSIS/Documentation/Core/html/search/all_6c.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_6c.js rename to libraries/CMSIS/Documentation/Core/html/search/all_6c.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_6d.html b/libraries/CMSIS/Documentation/Core/html/search/all_6d.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_6d.html rename to libraries/CMSIS/Documentation/Core/html/search/all_6d.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_6d.js b/libraries/CMSIS/Documentation/Core/html/search/all_6d.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_6d.js rename to libraries/CMSIS/Documentation/Core/html/search/all_6d.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_6e.html b/libraries/CMSIS/Documentation/Core/html/search/all_6e.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_6e.html rename to libraries/CMSIS/Documentation/Core/html/search/all_6e.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_6e.js b/libraries/CMSIS/Documentation/Core/html/search/all_6e.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_6e.js rename to libraries/CMSIS/Documentation/Core/html/search/all_6e.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_6f.html b/libraries/CMSIS/Documentation/Core/html/search/all_6f.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_6f.html rename to libraries/CMSIS/Documentation/Core/html/search/all_6f.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_6f.js b/libraries/CMSIS/Documentation/Core/html/search/all_6f.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_6f.js rename to libraries/CMSIS/Documentation/Core/html/search/all_6f.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_70.html b/libraries/CMSIS/Documentation/Core/html/search/all_70.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_70.html rename to libraries/CMSIS/Documentation/Core/html/search/all_70.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_70.js b/libraries/CMSIS/Documentation/Core/html/search/all_70.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_70.js rename to libraries/CMSIS/Documentation/Core/html/search/all_70.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_71.html b/libraries/CMSIS/Documentation/Core/html/search/all_71.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_71.html rename to libraries/CMSIS/Documentation/Core/html/search/all_71.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_71.js b/libraries/CMSIS/Documentation/Core/html/search/all_71.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_71.js rename to libraries/CMSIS/Documentation/Core/html/search/all_71.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_72.html b/libraries/CMSIS/Documentation/Core/html/search/all_72.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_72.html rename to libraries/CMSIS/Documentation/Core/html/search/all_72.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_72.js b/libraries/CMSIS/Documentation/Core/html/search/all_72.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_72.js rename to libraries/CMSIS/Documentation/Core/html/search/all_72.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_73.html b/libraries/CMSIS/Documentation/Core/html/search/all_73.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_73.html rename to libraries/CMSIS/Documentation/Core/html/search/all_73.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_73.js b/libraries/CMSIS/Documentation/Core/html/search/all_73.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_73.js rename to libraries/CMSIS/Documentation/Core/html/search/all_73.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_74.html b/libraries/CMSIS/Documentation/Core/html/search/all_74.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_74.html rename to libraries/CMSIS/Documentation/Core/html/search/all_74.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_74.js b/libraries/CMSIS/Documentation/Core/html/search/all_74.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_74.js rename to libraries/CMSIS/Documentation/Core/html/search/all_74.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_75.html b/libraries/CMSIS/Documentation/Core/html/search/all_75.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_75.html rename to libraries/CMSIS/Documentation/Core/html/search/all_75.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_75.js b/libraries/CMSIS/Documentation/Core/html/search/all_75.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_75.js rename to libraries/CMSIS/Documentation/Core/html/search/all_75.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_76.html b/libraries/CMSIS/Documentation/Core/html/search/all_76.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_76.html rename to libraries/CMSIS/Documentation/Core/html/search/all_76.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_76.js b/libraries/CMSIS/Documentation/Core/html/search/all_76.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_76.js rename to libraries/CMSIS/Documentation/Core/html/search/all_76.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_77.html b/libraries/CMSIS/Documentation/Core/html/search/all_77.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_77.html rename to libraries/CMSIS/Documentation/Core/html/search/all_77.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_77.js b/libraries/CMSIS/Documentation/Core/html/search/all_77.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_77.js rename to libraries/CMSIS/Documentation/Core/html/search/all_77.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_78.html b/libraries/CMSIS/Documentation/Core/html/search/all_78.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_78.html rename to libraries/CMSIS/Documentation/Core/html/search/all_78.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_78.js b/libraries/CMSIS/Documentation/Core/html/search/all_78.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_78.js rename to libraries/CMSIS/Documentation/Core/html/search/all_78.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_7a.html b/libraries/CMSIS/Documentation/Core/html/search/all_7a.html rename from Libraries/CMSIS/Documentation/Core/html/search/all_7a.html rename to libraries/CMSIS/Documentation/Core/html/search/all_7a.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/all_7a.js b/libraries/CMSIS/Documentation/Core/html/search/all_7a.js rename from Libraries/CMSIS/Documentation/Core/html/search/all_7a.js rename to libraries/CMSIS/Documentation/Core/html/search/all_7a.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_61.html b/libraries/CMSIS/Documentation/Core/html/search/classes_61.html rename from Libraries/CMSIS/Documentation/Core/html/search/classes_61.html rename to libraries/CMSIS/Documentation/Core/html/search/classes_61.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_61.js b/libraries/CMSIS/Documentation/Core/html/search/classes_61.js rename from Libraries/CMSIS/Documentation/Core/html/search/classes_61.js rename to libraries/CMSIS/Documentation/Core/html/search/classes_61.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_63.html b/libraries/CMSIS/Documentation/Core/html/search/classes_63.html rename from Libraries/CMSIS/Documentation/Core/html/search/classes_63.html rename to libraries/CMSIS/Documentation/Core/html/search/classes_63.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_63.js b/libraries/CMSIS/Documentation/Core/html/search/classes_63.js rename from Libraries/CMSIS/Documentation/Core/html/search/classes_63.js rename to libraries/CMSIS/Documentation/Core/html/search/classes_63.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_64.html b/libraries/CMSIS/Documentation/Core/html/search/classes_64.html rename from Libraries/CMSIS/Documentation/Core/html/search/classes_64.html rename to libraries/CMSIS/Documentation/Core/html/search/classes_64.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_64.js b/libraries/CMSIS/Documentation/Core/html/search/classes_64.js rename from Libraries/CMSIS/Documentation/Core/html/search/classes_64.js rename to libraries/CMSIS/Documentation/Core/html/search/classes_64.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_66.html b/libraries/CMSIS/Documentation/Core/html/search/classes_66.html rename from Libraries/CMSIS/Documentation/Core/html/search/classes_66.html rename to libraries/CMSIS/Documentation/Core/html/search/classes_66.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_66.js b/libraries/CMSIS/Documentation/Core/html/search/classes_66.js rename from Libraries/CMSIS/Documentation/Core/html/search/classes_66.js rename to libraries/CMSIS/Documentation/Core/html/search/classes_66.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_69.html b/libraries/CMSIS/Documentation/Core/html/search/classes_69.html rename from Libraries/CMSIS/Documentation/Core/html/search/classes_69.html rename to libraries/CMSIS/Documentation/Core/html/search/classes_69.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_69.js b/libraries/CMSIS/Documentation/Core/html/search/classes_69.js rename from Libraries/CMSIS/Documentation/Core/html/search/classes_69.js rename to libraries/CMSIS/Documentation/Core/html/search/classes_69.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_6d.html b/libraries/CMSIS/Documentation/Core/html/search/classes_6d.html rename from Libraries/CMSIS/Documentation/Core/html/search/classes_6d.html rename to libraries/CMSIS/Documentation/Core/html/search/classes_6d.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_6d.js b/libraries/CMSIS/Documentation/Core/html/search/classes_6d.js rename from Libraries/CMSIS/Documentation/Core/html/search/classes_6d.js rename to libraries/CMSIS/Documentation/Core/html/search/classes_6d.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_6e.html b/libraries/CMSIS/Documentation/Core/html/search/classes_6e.html rename from Libraries/CMSIS/Documentation/Core/html/search/classes_6e.html rename to libraries/CMSIS/Documentation/Core/html/search/classes_6e.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_6e.js b/libraries/CMSIS/Documentation/Core/html/search/classes_6e.js rename from Libraries/CMSIS/Documentation/Core/html/search/classes_6e.js rename to libraries/CMSIS/Documentation/Core/html/search/classes_6e.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_73.html b/libraries/CMSIS/Documentation/Core/html/search/classes_73.html rename from Libraries/CMSIS/Documentation/Core/html/search/classes_73.html rename to libraries/CMSIS/Documentation/Core/html/search/classes_73.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_73.js b/libraries/CMSIS/Documentation/Core/html/search/classes_73.js rename from Libraries/CMSIS/Documentation/Core/html/search/classes_73.js rename to libraries/CMSIS/Documentation/Core/html/search/classes_73.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_74.html b/libraries/CMSIS/Documentation/Core/html/search/classes_74.html rename from Libraries/CMSIS/Documentation/Core/html/search/classes_74.html rename to libraries/CMSIS/Documentation/Core/html/search/classes_74.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_74.js b/libraries/CMSIS/Documentation/Core/html/search/classes_74.js rename from Libraries/CMSIS/Documentation/Core/html/search/classes_74.js rename to libraries/CMSIS/Documentation/Core/html/search/classes_74.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_78.html b/libraries/CMSIS/Documentation/Core/html/search/classes_78.html rename from Libraries/CMSIS/Documentation/Core/html/search/classes_78.html rename to libraries/CMSIS/Documentation/Core/html/search/classes_78.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/classes_78.js b/libraries/CMSIS/Documentation/Core/html/search/classes_78.js rename from Libraries/CMSIS/Documentation/Core/html/search/classes_78.js rename to libraries/CMSIS/Documentation/Core/html/search/classes_78.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/close.png b/libraries/CMSIS/Documentation/Core/html/search/close.png rename from Libraries/CMSIS/Documentation/Core/html/search/close.png rename to libraries/CMSIS/Documentation/Core/html/search/close.png diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enums_69.html b/libraries/CMSIS/Documentation/Core/html/search/enums_69.html rename from Libraries/CMSIS/Documentation/Core/html/search/enums_69.html rename to libraries/CMSIS/Documentation/Core/html/search/enums_69.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enums_69.js b/libraries/CMSIS/Documentation/Core/html/search/enums_69.js rename from Libraries/CMSIS/Documentation/Core/html/search/enums_69.js rename to libraries/CMSIS/Documentation/Core/html/search/enums_69.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_62.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_62.html rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_62.html rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_62.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_62.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_62.js rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_62.js rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_62.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_64.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_64.html rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_64.html rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_64.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_64.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_64.js rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_64.js rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_64.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_68.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_68.html rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_68.html rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_68.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_68.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_68.js rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_68.js rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_68.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_6d.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_6d.html rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_6d.html rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_6d.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_6d.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_6d.js rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_6d.js rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_6d.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_6e.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_6e.html rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_6e.html rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_6e.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_6e.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_6e.js rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_6e.js rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_6e.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_70.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_70.html rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_70.html rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_70.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_70.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_70.js rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_70.js rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_70.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_73.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_73.html rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_73.html rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_73.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_73.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_73.js rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_73.js rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_73.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_75.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_75.html rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_75.html rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_75.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_75.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_75.js rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_75.js rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_75.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_77.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_77.html rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_77.html rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_77.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/enumvalues_77.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_77.js rename from Libraries/CMSIS/Documentation/Core/html/search/enumvalues_77.js rename to libraries/CMSIS/Documentation/Core/html/search/enumvalues_77.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/files_6d.html b/libraries/CMSIS/Documentation/Core/html/search/files_6d.html rename from Libraries/CMSIS/Documentation/Core/html/search/files_6d.html rename to libraries/CMSIS/Documentation/Core/html/search/files_6d.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/files_6d.js b/libraries/CMSIS/Documentation/Core/html/search/files_6d.js rename from Libraries/CMSIS/Documentation/Core/html/search/files_6d.js rename to libraries/CMSIS/Documentation/Core/html/search/files_6d.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/files_6f.html b/libraries/CMSIS/Documentation/Core/html/search/files_6f.html rename from Libraries/CMSIS/Documentation/Core/html/search/files_6f.html rename to libraries/CMSIS/Documentation/Core/html/search/files_6f.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/files_6f.js b/libraries/CMSIS/Documentation/Core/html/search/files_6f.js rename from Libraries/CMSIS/Documentation/Core/html/search/files_6f.js rename to libraries/CMSIS/Documentation/Core/html/search/files_6f.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/files_72.html b/libraries/CMSIS/Documentation/Core/html/search/files_72.html rename from Libraries/CMSIS/Documentation/Core/html/search/files_72.html rename to libraries/CMSIS/Documentation/Core/html/search/files_72.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/files_72.js b/libraries/CMSIS/Documentation/Core/html/search/files_72.js rename from Libraries/CMSIS/Documentation/Core/html/search/files_72.js rename to libraries/CMSIS/Documentation/Core/html/search/files_72.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/files_74.html b/libraries/CMSIS/Documentation/Core/html/search/files_74.html rename from Libraries/CMSIS/Documentation/Core/html/search/files_74.html rename to libraries/CMSIS/Documentation/Core/html/search/files_74.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/files_74.js b/libraries/CMSIS/Documentation/Core/html/search/files_74.js rename from Libraries/CMSIS/Documentation/Core/html/search/files_74.js rename to libraries/CMSIS/Documentation/Core/html/search/files_74.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/files_75.html b/libraries/CMSIS/Documentation/Core/html/search/files_75.html rename from Libraries/CMSIS/Documentation/Core/html/search/files_75.html rename to libraries/CMSIS/Documentation/Core/html/search/files_75.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/files_75.js b/libraries/CMSIS/Documentation/Core/html/search/files_75.js rename from Libraries/CMSIS/Documentation/Core/html/search/files_75.js rename to libraries/CMSIS/Documentation/Core/html/search/files_75.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/functions_5f.html b/libraries/CMSIS/Documentation/Core/html/search/functions_5f.html rename from Libraries/CMSIS/Documentation/Core/html/search/functions_5f.html rename to libraries/CMSIS/Documentation/Core/html/search/functions_5f.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/functions_5f.js b/libraries/CMSIS/Documentation/Core/html/search/functions_5f.js rename from Libraries/CMSIS/Documentation/Core/html/search/functions_5f.js rename to libraries/CMSIS/Documentation/Core/html/search/functions_5f.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/functions_69.html b/libraries/CMSIS/Documentation/Core/html/search/functions_69.html rename from Libraries/CMSIS/Documentation/Core/html/search/functions_69.html rename to libraries/CMSIS/Documentation/Core/html/search/functions_69.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/functions_69.js b/libraries/CMSIS/Documentation/Core/html/search/functions_69.js rename from Libraries/CMSIS/Documentation/Core/html/search/functions_69.js rename to libraries/CMSIS/Documentation/Core/html/search/functions_69.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/functions_6e.html b/libraries/CMSIS/Documentation/Core/html/search/functions_6e.html rename from Libraries/CMSIS/Documentation/Core/html/search/functions_6e.html rename to libraries/CMSIS/Documentation/Core/html/search/functions_6e.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/functions_6e.js b/libraries/CMSIS/Documentation/Core/html/search/functions_6e.js rename from Libraries/CMSIS/Documentation/Core/html/search/functions_6e.js rename to libraries/CMSIS/Documentation/Core/html/search/functions_6e.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/functions_73.html b/libraries/CMSIS/Documentation/Core/html/search/functions_73.html rename from Libraries/CMSIS/Documentation/Core/html/search/functions_73.html rename to libraries/CMSIS/Documentation/Core/html/search/functions_73.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/functions_73.js b/libraries/CMSIS/Documentation/Core/html/search/functions_73.js rename from Libraries/CMSIS/Documentation/Core/html/search/functions_73.js rename to libraries/CMSIS/Documentation/Core/html/search/functions_73.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/groups_63.html b/libraries/CMSIS/Documentation/Core/html/search/groups_63.html rename from Libraries/CMSIS/Documentation/Core/html/search/groups_63.html rename to libraries/CMSIS/Documentation/Core/html/search/groups_63.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/groups_63.js b/libraries/CMSIS/Documentation/Core/html/search/groups_63.js rename from Libraries/CMSIS/Documentation/Core/html/search/groups_63.js rename to libraries/CMSIS/Documentation/Core/html/search/groups_63.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/groups_64.html b/libraries/CMSIS/Documentation/Core/html/search/groups_64.html rename from Libraries/CMSIS/Documentation/Core/html/search/groups_64.html rename to libraries/CMSIS/Documentation/Core/html/search/groups_64.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/groups_64.js b/libraries/CMSIS/Documentation/Core/html/search/groups_64.js rename from Libraries/CMSIS/Documentation/Core/html/search/groups_64.js rename to libraries/CMSIS/Documentation/Core/html/search/groups_64.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/groups_69.html b/libraries/CMSIS/Documentation/Core/html/search/groups_69.html rename from Libraries/CMSIS/Documentation/Core/html/search/groups_69.html rename to libraries/CMSIS/Documentation/Core/html/search/groups_69.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/groups_69.js b/libraries/CMSIS/Documentation/Core/html/search/groups_69.js rename from Libraries/CMSIS/Documentation/Core/html/search/groups_69.js rename to libraries/CMSIS/Documentation/Core/html/search/groups_69.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/groups_70.html b/libraries/CMSIS/Documentation/Core/html/search/groups_70.html rename from Libraries/CMSIS/Documentation/Core/html/search/groups_70.html rename to libraries/CMSIS/Documentation/Core/html/search/groups_70.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/groups_70.js b/libraries/CMSIS/Documentation/Core/html/search/groups_70.js rename from Libraries/CMSIS/Documentation/Core/html/search/groups_70.js rename to libraries/CMSIS/Documentation/Core/html/search/groups_70.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/groups_73.html b/libraries/CMSIS/Documentation/Core/html/search/groups_73.html rename from Libraries/CMSIS/Documentation/Core/html/search/groups_73.html rename to libraries/CMSIS/Documentation/Core/html/search/groups_73.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/groups_73.js b/libraries/CMSIS/Documentation/Core/html/search/groups_73.js rename from Libraries/CMSIS/Documentation/Core/html/search/groups_73.js rename to libraries/CMSIS/Documentation/Core/html/search/groups_73.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/mag_sel.png b/libraries/CMSIS/Documentation/Core/html/search/mag_sel.png rename from Libraries/CMSIS/Documentation/Core/html/search/mag_sel.png rename to libraries/CMSIS/Documentation/Core/html/search/mag_sel.png diff --git a/Libraries/CMSIS/Documentation/Core/html/search/nomatches.html b/libraries/CMSIS/Documentation/Core/html/search/nomatches.html rename from Libraries/CMSIS/Documentation/Core/html/search/nomatches.html rename to libraries/CMSIS/Documentation/Core/html/search/nomatches.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/pages_64.html b/libraries/CMSIS/Documentation/Core/html/search/pages_64.html rename from Libraries/CMSIS/Documentation/Core/html/search/pages_64.html rename to libraries/CMSIS/Documentation/Core/html/search/pages_64.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/pages_64.js b/libraries/CMSIS/Documentation/Core/html/search/pages_64.js rename from Libraries/CMSIS/Documentation/Core/html/search/pages_64.js rename to libraries/CMSIS/Documentation/Core/html/search/pages_64.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/pages_6d.html b/libraries/CMSIS/Documentation/Core/html/search/pages_6d.html rename from Libraries/CMSIS/Documentation/Core/html/search/pages_6d.html rename to libraries/CMSIS/Documentation/Core/html/search/pages_6d.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/pages_6d.js b/libraries/CMSIS/Documentation/Core/html/search/pages_6d.js rename from Libraries/CMSIS/Documentation/Core/html/search/pages_6d.js rename to libraries/CMSIS/Documentation/Core/html/search/pages_6d.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/pages_6f.html b/libraries/CMSIS/Documentation/Core/html/search/pages_6f.html rename from Libraries/CMSIS/Documentation/Core/html/search/pages_6f.html rename to libraries/CMSIS/Documentation/Core/html/search/pages_6f.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/pages_6f.js b/libraries/CMSIS/Documentation/Core/html/search/pages_6f.js rename from Libraries/CMSIS/Documentation/Core/html/search/pages_6f.js rename to libraries/CMSIS/Documentation/Core/html/search/pages_6f.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/pages_72.html b/libraries/CMSIS/Documentation/Core/html/search/pages_72.html rename from Libraries/CMSIS/Documentation/Core/html/search/pages_72.html rename to libraries/CMSIS/Documentation/Core/html/search/pages_72.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/pages_72.js b/libraries/CMSIS/Documentation/Core/html/search/pages_72.js rename from Libraries/CMSIS/Documentation/Core/html/search/pages_72.js rename to libraries/CMSIS/Documentation/Core/html/search/pages_72.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/pages_73.html b/libraries/CMSIS/Documentation/Core/html/search/pages_73.html rename from Libraries/CMSIS/Documentation/Core/html/search/pages_73.html rename to libraries/CMSIS/Documentation/Core/html/search/pages_73.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/pages_73.js b/libraries/CMSIS/Documentation/Core/html/search/pages_73.js rename from Libraries/CMSIS/Documentation/Core/html/search/pages_73.js rename to libraries/CMSIS/Documentation/Core/html/search/pages_73.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/pages_74.html b/libraries/CMSIS/Documentation/Core/html/search/pages_74.html rename from Libraries/CMSIS/Documentation/Core/html/search/pages_74.html rename to libraries/CMSIS/Documentation/Core/html/search/pages_74.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/pages_74.js b/libraries/CMSIS/Documentation/Core/html/search/pages_74.js rename from Libraries/CMSIS/Documentation/Core/html/search/pages_74.js rename to libraries/CMSIS/Documentation/Core/html/search/pages_74.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/pages_75.html b/libraries/CMSIS/Documentation/Core/html/search/pages_75.html rename from Libraries/CMSIS/Documentation/Core/html/search/pages_75.html rename to libraries/CMSIS/Documentation/Core/html/search/pages_75.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/pages_75.js b/libraries/CMSIS/Documentation/Core/html/search/pages_75.js rename from Libraries/CMSIS/Documentation/Core/html/search/pages_75.js rename to libraries/CMSIS/Documentation/Core/html/search/pages_75.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/search.css b/libraries/CMSIS/Documentation/Core/html/search/search.css rename from Libraries/CMSIS/Documentation/Core/html/search/search.css rename to libraries/CMSIS/Documentation/Core/html/search/search.css diff --git a/Libraries/CMSIS/Documentation/Core/html/search/search.js b/libraries/CMSIS/Documentation/Core/html/search/search.js rename from Libraries/CMSIS/Documentation/Core/html/search/search.js rename to libraries/CMSIS/Documentation/Core/html/search/search.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/search_l.png b/libraries/CMSIS/Documentation/Core/html/search/search_l.png rename from Libraries/CMSIS/Documentation/Core/html/search/search_l.png rename to libraries/CMSIS/Documentation/Core/html/search/search_l.png diff --git a/Libraries/CMSIS/Documentation/Core/html/search/search_m.png b/libraries/CMSIS/Documentation/Core/html/search/search_m.png rename from Libraries/CMSIS/Documentation/Core/html/search/search_m.png rename to libraries/CMSIS/Documentation/Core/html/search/search_m.png diff --git a/Libraries/CMSIS/Documentation/Core/html/search/search_r.png b/libraries/CMSIS/Documentation/Core/html/search/search_r.png rename from Libraries/CMSIS/Documentation/Core/html/search/search_r.png rename to libraries/CMSIS/Documentation/Core/html/search/search_r.png diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_5f.html b/libraries/CMSIS/Documentation/Core/html/search/variables_5f.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_5f.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_5f.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_5f.js b/libraries/CMSIS/Documentation/Core/html/search/variables_5f.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_5f.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_5f.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_61.html b/libraries/CMSIS/Documentation/Core/html/search/variables_61.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_61.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_61.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_61.js b/libraries/CMSIS/Documentation/Core/html/search/variables_61.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_61.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_61.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_62.html b/libraries/CMSIS/Documentation/Core/html/search/variables_62.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_62.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_62.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_62.js b/libraries/CMSIS/Documentation/Core/html/search/variables_62.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_62.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_62.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_63.html b/libraries/CMSIS/Documentation/Core/html/search/variables_63.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_63.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_63.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_63.js b/libraries/CMSIS/Documentation/Core/html/search/variables_63.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_63.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_63.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_64.html b/libraries/CMSIS/Documentation/Core/html/search/variables_64.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_64.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_64.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_64.js b/libraries/CMSIS/Documentation/Core/html/search/variables_64.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_64.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_64.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_65.html b/libraries/CMSIS/Documentation/Core/html/search/variables_65.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_65.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_65.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_65.js b/libraries/CMSIS/Documentation/Core/html/search/variables_65.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_65.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_65.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_66.html b/libraries/CMSIS/Documentation/Core/html/search/variables_66.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_66.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_66.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_66.js b/libraries/CMSIS/Documentation/Core/html/search/variables_66.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_66.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_66.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_68.html b/libraries/CMSIS/Documentation/Core/html/search/variables_68.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_68.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_68.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_68.js b/libraries/CMSIS/Documentation/Core/html/search/variables_68.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_68.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_68.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_69.html b/libraries/CMSIS/Documentation/Core/html/search/variables_69.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_69.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_69.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_69.js b/libraries/CMSIS/Documentation/Core/html/search/variables_69.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_69.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_69.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_6c.html b/libraries/CMSIS/Documentation/Core/html/search/variables_6c.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_6c.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_6c.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_6c.js b/libraries/CMSIS/Documentation/Core/html/search/variables_6c.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_6c.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_6c.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_6d.html b/libraries/CMSIS/Documentation/Core/html/search/variables_6d.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_6d.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_6d.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_6d.js b/libraries/CMSIS/Documentation/Core/html/search/variables_6d.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_6d.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_6d.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_6e.html b/libraries/CMSIS/Documentation/Core/html/search/variables_6e.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_6e.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_6e.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_6e.js b/libraries/CMSIS/Documentation/Core/html/search/variables_6e.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_6e.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_6e.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_70.html b/libraries/CMSIS/Documentation/Core/html/search/variables_70.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_70.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_70.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_70.js b/libraries/CMSIS/Documentation/Core/html/search/variables_70.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_70.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_70.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_71.html b/libraries/CMSIS/Documentation/Core/html/search/variables_71.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_71.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_71.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_71.js b/libraries/CMSIS/Documentation/Core/html/search/variables_71.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_71.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_71.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_72.html b/libraries/CMSIS/Documentation/Core/html/search/variables_72.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_72.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_72.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_72.js b/libraries/CMSIS/Documentation/Core/html/search/variables_72.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_72.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_72.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_73.html b/libraries/CMSIS/Documentation/Core/html/search/variables_73.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_73.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_73.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_73.js b/libraries/CMSIS/Documentation/Core/html/search/variables_73.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_73.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_73.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_74.html b/libraries/CMSIS/Documentation/Core/html/search/variables_74.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_74.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_74.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_74.js b/libraries/CMSIS/Documentation/Core/html/search/variables_74.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_74.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_74.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_75.html b/libraries/CMSIS/Documentation/Core/html/search/variables_75.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_75.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_75.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_75.js b/libraries/CMSIS/Documentation/Core/html/search/variables_75.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_75.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_75.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_76.html b/libraries/CMSIS/Documentation/Core/html/search/variables_76.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_76.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_76.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_76.js b/libraries/CMSIS/Documentation/Core/html/search/variables_76.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_76.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_76.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_77.html b/libraries/CMSIS/Documentation/Core/html/search/variables_77.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_77.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_77.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_77.js b/libraries/CMSIS/Documentation/Core/html/search/variables_77.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_77.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_77.js diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_7a.html b/libraries/CMSIS/Documentation/Core/html/search/variables_7a.html rename from Libraries/CMSIS/Documentation/Core/html/search/variables_7a.html rename to libraries/CMSIS/Documentation/Core/html/search/variables_7a.html diff --git a/Libraries/CMSIS/Documentation/Core/html/search/variables_7a.js b/libraries/CMSIS/Documentation/Core/html/search/variables_7a.js rename from Libraries/CMSIS/Documentation/Core/html/search/variables_7a.js rename to libraries/CMSIS/Documentation/Core/html/search/variables_7a.js diff --git a/Libraries/CMSIS/Documentation/Core/html/startup_s_pg.html b/libraries/CMSIS/Documentation/Core/html/startup_s_pg.html rename from Libraries/CMSIS/Documentation/Core/html/startup_s_pg.html rename to libraries/CMSIS/Documentation/Core/html/startup_s_pg.html diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_core_debug___type.html b/libraries/CMSIS/Documentation/Core/html/struct_core_debug___type.html rename from Libraries/CMSIS/Documentation/Core/html/struct_core_debug___type.html rename to libraries/CMSIS/Documentation/Core/html/struct_core_debug___type.html diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_core_debug___type.js b/libraries/CMSIS/Documentation/Core/html/struct_core_debug___type.js rename from Libraries/CMSIS/Documentation/Core/html/struct_core_debug___type.js rename to libraries/CMSIS/Documentation/Core/html/struct_core_debug___type.js diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_d_w_t___type.html b/libraries/CMSIS/Documentation/Core/html/struct_d_w_t___type.html rename from Libraries/CMSIS/Documentation/Core/html/struct_d_w_t___type.html rename to libraries/CMSIS/Documentation/Core/html/struct_d_w_t___type.html diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_d_w_t___type.js b/libraries/CMSIS/Documentation/Core/html/struct_d_w_t___type.js rename from Libraries/CMSIS/Documentation/Core/html/struct_d_w_t___type.js rename to libraries/CMSIS/Documentation/Core/html/struct_d_w_t___type.js diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_f_p_u___type.html b/libraries/CMSIS/Documentation/Core/html/struct_f_p_u___type.html rename from Libraries/CMSIS/Documentation/Core/html/struct_f_p_u___type.html rename to libraries/CMSIS/Documentation/Core/html/struct_f_p_u___type.html diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_f_p_u___type.js b/libraries/CMSIS/Documentation/Core/html/struct_f_p_u___type.js rename from Libraries/CMSIS/Documentation/Core/html/struct_f_p_u___type.js rename to libraries/CMSIS/Documentation/Core/html/struct_f_p_u___type.js diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_i_t_m___type.html b/libraries/CMSIS/Documentation/Core/html/struct_i_t_m___type.html rename from Libraries/CMSIS/Documentation/Core/html/struct_i_t_m___type.html rename to libraries/CMSIS/Documentation/Core/html/struct_i_t_m___type.html diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_i_t_m___type.js b/libraries/CMSIS/Documentation/Core/html/struct_i_t_m___type.js rename from Libraries/CMSIS/Documentation/Core/html/struct_i_t_m___type.js rename to libraries/CMSIS/Documentation/Core/html/struct_i_t_m___type.js diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_m_p_u___type.html b/libraries/CMSIS/Documentation/Core/html/struct_m_p_u___type.html rename from Libraries/CMSIS/Documentation/Core/html/struct_m_p_u___type.html rename to libraries/CMSIS/Documentation/Core/html/struct_m_p_u___type.html diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_m_p_u___type.js b/libraries/CMSIS/Documentation/Core/html/struct_m_p_u___type.js rename from Libraries/CMSIS/Documentation/Core/html/struct_m_p_u___type.js rename to libraries/CMSIS/Documentation/Core/html/struct_m_p_u___type.js diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.html b/libraries/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.html rename from Libraries/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.html rename to libraries/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.html diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.js b/libraries/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.js rename from Libraries/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.js rename to libraries/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.js diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_s_c_b___type.html b/libraries/CMSIS/Documentation/Core/html/struct_s_c_b___type.html rename from Libraries/CMSIS/Documentation/Core/html/struct_s_c_b___type.html rename to libraries/CMSIS/Documentation/Core/html/struct_s_c_b___type.html diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_s_c_b___type.js b/libraries/CMSIS/Documentation/Core/html/struct_s_c_b___type.js rename from Libraries/CMSIS/Documentation/Core/html/struct_s_c_b___type.js rename to libraries/CMSIS/Documentation/Core/html/struct_s_c_b___type.js diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.html b/libraries/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.html rename from Libraries/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.html rename to libraries/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.html diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.js b/libraries/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.js rename from Libraries/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.js rename to libraries/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.js diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_sys_tick___type.html b/libraries/CMSIS/Documentation/Core/html/struct_sys_tick___type.html rename from Libraries/CMSIS/Documentation/Core/html/struct_sys_tick___type.html rename to libraries/CMSIS/Documentation/Core/html/struct_sys_tick___type.html diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_sys_tick___type.js b/libraries/CMSIS/Documentation/Core/html/struct_sys_tick___type.js rename from Libraries/CMSIS/Documentation/Core/html/struct_sys_tick___type.js rename to libraries/CMSIS/Documentation/Core/html/struct_sys_tick___type.js diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_t_p_i___type.html b/libraries/CMSIS/Documentation/Core/html/struct_t_p_i___type.html rename from Libraries/CMSIS/Documentation/Core/html/struct_t_p_i___type.html rename to libraries/CMSIS/Documentation/Core/html/struct_t_p_i___type.html diff --git a/Libraries/CMSIS/Documentation/Core/html/struct_t_p_i___type.js b/libraries/CMSIS/Documentation/Core/html/struct_t_p_i___type.js rename from Libraries/CMSIS/Documentation/Core/html/struct_t_p_i___type.js rename to libraries/CMSIS/Documentation/Core/html/struct_t_p_i___type.js diff --git a/Libraries/CMSIS/Documentation/Core/html/sync_off.png b/libraries/CMSIS/Documentation/Core/html/sync_off.png rename from Libraries/CMSIS/Documentation/Core/html/sync_off.png rename to libraries/CMSIS/Documentation/Core/html/sync_off.png diff --git a/Libraries/CMSIS/Documentation/Core/html/sync_on.png b/libraries/CMSIS/Documentation/Core/html/sync_on.png rename from Libraries/CMSIS/Documentation/Core/html/sync_on.png rename to libraries/CMSIS/Documentation/Core/html/sync_on.png diff --git a/Libraries/CMSIS/Documentation/Core/html/system_c_pg.html b/libraries/CMSIS/Documentation/Core/html/system_c_pg.html rename from Libraries/CMSIS/Documentation/Core/html/system_c_pg.html rename to libraries/CMSIS/Documentation/Core/html/system_c_pg.html diff --git a/Libraries/CMSIS/Documentation/Core/html/tab_a.png b/libraries/CMSIS/Documentation/Core/html/tab_a.png rename from Libraries/CMSIS/Documentation/Core/html/tab_a.png rename to libraries/CMSIS/Documentation/Core/html/tab_a.png diff --git a/Libraries/CMSIS/Documentation/Core/html/tab_b.png b/libraries/CMSIS/Documentation/Core/html/tab_b.png rename from Libraries/CMSIS/Documentation/Core/html/tab_b.png rename to libraries/CMSIS/Documentation/Core/html/tab_b.png diff --git a/Libraries/CMSIS/Documentation/Core/html/tab_h.png b/libraries/CMSIS/Documentation/Core/html/tab_h.png rename from Libraries/CMSIS/Documentation/Core/html/tab_h.png rename to libraries/CMSIS/Documentation/Core/html/tab_h.png diff --git a/Libraries/CMSIS/Documentation/Core/html/tab_s.png b/libraries/CMSIS/Documentation/Core/html/tab_s.png rename from Libraries/CMSIS/Documentation/Core/html/tab_s.png rename to libraries/CMSIS/Documentation/Core/html/tab_s.png diff --git a/Libraries/CMSIS/Documentation/Core/html/tab_topnav.png b/libraries/CMSIS/Documentation/Core/html/tab_topnav.png rename from Libraries/CMSIS/Documentation/Core/html/tab_topnav.png rename to libraries/CMSIS/Documentation/Core/html/tab_topnav.png diff --git a/Libraries/CMSIS/Documentation/Core/html/tabs.css b/libraries/CMSIS/Documentation/Core/html/tabs.css rename from Libraries/CMSIS/Documentation/Core/html/tabs.css rename to libraries/CMSIS/Documentation/Core/html/tabs.css diff --git a/Libraries/CMSIS/Documentation/Core/html/union_a_p_s_r___type.html b/libraries/CMSIS/Documentation/Core/html/union_a_p_s_r___type.html rename from Libraries/CMSIS/Documentation/Core/html/union_a_p_s_r___type.html rename to libraries/CMSIS/Documentation/Core/html/union_a_p_s_r___type.html diff --git a/Libraries/CMSIS/Documentation/Core/html/union_a_p_s_r___type.js b/libraries/CMSIS/Documentation/Core/html/union_a_p_s_r___type.js rename from Libraries/CMSIS/Documentation/Core/html/union_a_p_s_r___type.js rename to libraries/CMSIS/Documentation/Core/html/union_a_p_s_r___type.js diff --git a/Libraries/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.html b/libraries/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.html rename from Libraries/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.html rename to libraries/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.html diff --git a/Libraries/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.js b/libraries/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.js rename from Libraries/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.js rename to libraries/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.js diff --git a/Libraries/CMSIS/Documentation/Core/html/union_i_p_s_r___type.html b/libraries/CMSIS/Documentation/Core/html/union_i_p_s_r___type.html rename from Libraries/CMSIS/Documentation/Core/html/union_i_p_s_r___type.html rename to libraries/CMSIS/Documentation/Core/html/union_i_p_s_r___type.html diff --git a/Libraries/CMSIS/Documentation/Core/html/union_i_p_s_r___type.js b/libraries/CMSIS/Documentation/Core/html/union_i_p_s_r___type.js rename from Libraries/CMSIS/Documentation/Core/html/union_i_p_s_r___type.js rename to libraries/CMSIS/Documentation/Core/html/union_i_p_s_r___type.js diff --git a/Libraries/CMSIS/Documentation/Core/html/unionx_p_s_r___type.html b/libraries/CMSIS/Documentation/Core/html/unionx_p_s_r___type.html rename from Libraries/CMSIS/Documentation/Core/html/unionx_p_s_r___type.html rename to libraries/CMSIS/Documentation/Core/html/unionx_p_s_r___type.html diff --git a/Libraries/CMSIS/Documentation/Core/html/unionx_p_s_r___type.js b/libraries/CMSIS/Documentation/Core/html/unionx_p_s_r___type.js rename from Libraries/CMSIS/Documentation/Core/html/unionx_p_s_r___type.js rename to libraries/CMSIS/Documentation/Core/html/unionx_p_s_r___type.js diff --git a/Libraries/CMSIS/Documentation/General/html/CMSIS_Logo_Final.png b/libraries/CMSIS/Documentation/General/html/CMSIS_Logo_Final.png rename from Libraries/CMSIS/Documentation/General/html/CMSIS_Logo_Final.png rename to libraries/CMSIS/Documentation/General/html/CMSIS_Logo_Final.png diff --git a/Libraries/CMSIS/Documentation/General/html/CMSIS_V3_small.png b/libraries/CMSIS/Documentation/General/html/CMSIS_V3_small.png rename from Libraries/CMSIS/Documentation/General/html/CMSIS_V3_small.png rename to libraries/CMSIS/Documentation/General/html/CMSIS_V3_small.png diff --git a/Libraries/CMSIS/Documentation/General/html/bc_s.png b/libraries/CMSIS/Documentation/General/html/bc_s.png rename from Libraries/CMSIS/Documentation/General/html/bc_s.png rename to libraries/CMSIS/Documentation/General/html/bc_s.png diff --git a/Libraries/CMSIS/Documentation/General/html/bdwn.png b/libraries/CMSIS/Documentation/General/html/bdwn.png rename from Libraries/CMSIS/Documentation/General/html/bdwn.png rename to libraries/CMSIS/Documentation/General/html/bdwn.png diff --git a/Libraries/CMSIS/Documentation/General/html/closed.png b/libraries/CMSIS/Documentation/General/html/closed.png rename from Libraries/CMSIS/Documentation/General/html/closed.png rename to libraries/CMSIS/Documentation/General/html/closed.png diff --git a/Libraries/CMSIS/Documentation/General/html/cmsis.css b/libraries/CMSIS/Documentation/General/html/cmsis.css rename from Libraries/CMSIS/Documentation/General/html/cmsis.css rename to libraries/CMSIS/Documentation/General/html/cmsis.css diff --git a/Libraries/CMSIS/Documentation/General/html/doxygen.png b/libraries/CMSIS/Documentation/General/html/doxygen.png rename from Libraries/CMSIS/Documentation/General/html/doxygen.png rename to libraries/CMSIS/Documentation/General/html/doxygen.png diff --git a/Libraries/CMSIS/Documentation/General/html/dynsections.js b/libraries/CMSIS/Documentation/General/html/dynsections.js rename from Libraries/CMSIS/Documentation/General/html/dynsections.js rename to libraries/CMSIS/Documentation/General/html/dynsections.js diff --git a/Libraries/CMSIS/Documentation/General/html/ftv2blank.png b/libraries/CMSIS/Documentation/General/html/ftv2blank.png rename from Libraries/CMSIS/Documentation/General/html/ftv2blank.png rename to libraries/CMSIS/Documentation/General/html/ftv2blank.png diff --git a/Libraries/CMSIS/Documentation/General/html/ftv2cl.png b/libraries/CMSIS/Documentation/General/html/ftv2cl.png rename from Libraries/CMSIS/Documentation/General/html/ftv2cl.png rename to libraries/CMSIS/Documentation/General/html/ftv2cl.png diff --git a/Libraries/CMSIS/Documentation/General/html/ftv2doc.png b/libraries/CMSIS/Documentation/General/html/ftv2doc.png rename from Libraries/CMSIS/Documentation/General/html/ftv2doc.png rename to libraries/CMSIS/Documentation/General/html/ftv2doc.png diff --git a/Libraries/CMSIS/Documentation/General/html/ftv2folderclosed.png b/libraries/CMSIS/Documentation/General/html/ftv2folderclosed.png rename from Libraries/CMSIS/Documentation/General/html/ftv2folderclosed.png rename to libraries/CMSIS/Documentation/General/html/ftv2folderclosed.png diff --git a/Libraries/CMSIS/Documentation/General/html/ftv2folderopen.png b/libraries/CMSIS/Documentation/General/html/ftv2folderopen.png rename from Libraries/CMSIS/Documentation/General/html/ftv2folderopen.png rename to libraries/CMSIS/Documentation/General/html/ftv2folderopen.png diff --git a/Libraries/CMSIS/Documentation/General/html/ftv2lastnode.png b/libraries/CMSIS/Documentation/General/html/ftv2lastnode.png rename from Libraries/CMSIS/Documentation/General/html/ftv2lastnode.png rename to libraries/CMSIS/Documentation/General/html/ftv2lastnode.png diff --git a/Libraries/CMSIS/Documentation/General/html/ftv2link.png b/libraries/CMSIS/Documentation/General/html/ftv2link.png rename from Libraries/CMSIS/Documentation/General/html/ftv2link.png rename to libraries/CMSIS/Documentation/General/html/ftv2link.png diff --git a/Libraries/CMSIS/Documentation/General/html/ftv2mlastnode.png b/libraries/CMSIS/Documentation/General/html/ftv2mlastnode.png rename from Libraries/CMSIS/Documentation/General/html/ftv2mlastnode.png rename to libraries/CMSIS/Documentation/General/html/ftv2mlastnode.png diff --git a/Libraries/CMSIS/Documentation/General/html/ftv2mnode.png b/libraries/CMSIS/Documentation/General/html/ftv2mnode.png rename from Libraries/CMSIS/Documentation/General/html/ftv2mnode.png rename to libraries/CMSIS/Documentation/General/html/ftv2mnode.png diff --git a/Libraries/CMSIS/Documentation/General/html/ftv2mo.png b/libraries/CMSIS/Documentation/General/html/ftv2mo.png rename from Libraries/CMSIS/Documentation/General/html/ftv2mo.png rename to libraries/CMSIS/Documentation/General/html/ftv2mo.png diff --git a/Libraries/CMSIS/Documentation/General/html/ftv2node.png b/libraries/CMSIS/Documentation/General/html/ftv2node.png rename from Libraries/CMSIS/Documentation/General/html/ftv2node.png rename to libraries/CMSIS/Documentation/General/html/ftv2node.png diff --git a/Libraries/CMSIS/Documentation/General/html/ftv2ns.png b/libraries/CMSIS/Documentation/General/html/ftv2ns.png rename from Libraries/CMSIS/Documentation/General/html/ftv2ns.png rename to libraries/CMSIS/Documentation/General/html/ftv2ns.png diff --git a/Libraries/CMSIS/Documentation/General/html/ftv2plastnode.png b/libraries/CMSIS/Documentation/General/html/ftv2plastnode.png rename from Libraries/CMSIS/Documentation/General/html/ftv2plastnode.png rename to libraries/CMSIS/Documentation/General/html/ftv2plastnode.png diff --git a/Libraries/CMSIS/Documentation/General/html/ftv2pnode.png b/libraries/CMSIS/Documentation/General/html/ftv2pnode.png rename from Libraries/CMSIS/Documentation/General/html/ftv2pnode.png rename to libraries/CMSIS/Documentation/General/html/ftv2pnode.png diff --git a/Libraries/CMSIS/Documentation/General/html/ftv2splitbar.png b/libraries/CMSIS/Documentation/General/html/ftv2splitbar.png rename from Libraries/CMSIS/Documentation/General/html/ftv2splitbar.png rename to libraries/CMSIS/Documentation/General/html/ftv2splitbar.png diff --git a/Libraries/CMSIS/Documentation/General/html/ftv2vertline.png b/libraries/CMSIS/Documentation/General/html/ftv2vertline.png rename from Libraries/CMSIS/Documentation/General/html/ftv2vertline.png rename to libraries/CMSIS/Documentation/General/html/ftv2vertline.png diff --git a/Libraries/CMSIS/Documentation/General/html/index.html b/libraries/CMSIS/Documentation/General/html/index.html rename from Libraries/CMSIS/Documentation/General/html/index.html rename to libraries/CMSIS/Documentation/General/html/index.html diff --git a/Libraries/CMSIS/Documentation/General/html/jquery.js b/libraries/CMSIS/Documentation/General/html/jquery.js rename from Libraries/CMSIS/Documentation/General/html/jquery.js rename to libraries/CMSIS/Documentation/General/html/jquery.js diff --git a/Libraries/CMSIS/Documentation/General/html/nav_f.png b/libraries/CMSIS/Documentation/General/html/nav_f.png rename from Libraries/CMSIS/Documentation/General/html/nav_f.png rename to libraries/CMSIS/Documentation/General/html/nav_f.png diff --git a/Libraries/CMSIS/Documentation/General/html/nav_g.png b/libraries/CMSIS/Documentation/General/html/nav_g.png rename from Libraries/CMSIS/Documentation/General/html/nav_g.png rename to libraries/CMSIS/Documentation/General/html/nav_g.png diff --git a/Libraries/CMSIS/Documentation/General/html/nav_h.png b/libraries/CMSIS/Documentation/General/html/nav_h.png rename from Libraries/CMSIS/Documentation/General/html/nav_h.png rename to libraries/CMSIS/Documentation/General/html/nav_h.png diff --git a/Libraries/CMSIS/Documentation/General/html/navtree.css b/libraries/CMSIS/Documentation/General/html/navtree.css rename from Libraries/CMSIS/Documentation/General/html/navtree.css rename to libraries/CMSIS/Documentation/General/html/navtree.css diff --git a/Libraries/CMSIS/Documentation/General/html/navtree.js b/libraries/CMSIS/Documentation/General/html/navtree.js rename from Libraries/CMSIS/Documentation/General/html/navtree.js rename to libraries/CMSIS/Documentation/General/html/navtree.js diff --git a/Libraries/CMSIS/Documentation/General/html/navtreeindex0.js b/libraries/CMSIS/Documentation/General/html/navtreeindex0.js rename from Libraries/CMSIS/Documentation/General/html/navtreeindex0.js rename to libraries/CMSIS/Documentation/General/html/navtreeindex0.js diff --git a/Libraries/CMSIS/Documentation/General/html/open.png b/libraries/CMSIS/Documentation/General/html/open.png rename from Libraries/CMSIS/Documentation/General/html/open.png rename to libraries/CMSIS/Documentation/General/html/open.png diff --git a/Libraries/CMSIS/Documentation/General/html/resize.js b/libraries/CMSIS/Documentation/General/html/resize.js rename from Libraries/CMSIS/Documentation/General/html/resize.js rename to libraries/CMSIS/Documentation/General/html/resize.js diff --git a/Libraries/CMSIS/Documentation/General/html/sync_off.png b/libraries/CMSIS/Documentation/General/html/sync_off.png rename from Libraries/CMSIS/Documentation/General/html/sync_off.png rename to libraries/CMSIS/Documentation/General/html/sync_off.png diff --git a/Libraries/CMSIS/Documentation/General/html/sync_on.png b/libraries/CMSIS/Documentation/General/html/sync_on.png rename from Libraries/CMSIS/Documentation/General/html/sync_on.png rename to libraries/CMSIS/Documentation/General/html/sync_on.png diff --git a/Libraries/CMSIS/Documentation/General/html/tab_a.png b/libraries/CMSIS/Documentation/General/html/tab_a.png rename from Libraries/CMSIS/Documentation/General/html/tab_a.png rename to libraries/CMSIS/Documentation/General/html/tab_a.png diff --git a/Libraries/CMSIS/Documentation/General/html/tab_b.png b/libraries/CMSIS/Documentation/General/html/tab_b.png rename from Libraries/CMSIS/Documentation/General/html/tab_b.png rename to libraries/CMSIS/Documentation/General/html/tab_b.png diff --git a/Libraries/CMSIS/Documentation/General/html/tab_h.png b/libraries/CMSIS/Documentation/General/html/tab_h.png rename from Libraries/CMSIS/Documentation/General/html/tab_h.png rename to libraries/CMSIS/Documentation/General/html/tab_h.png diff --git a/Libraries/CMSIS/Documentation/General/html/tab_s.png b/libraries/CMSIS/Documentation/General/html/tab_s.png rename from Libraries/CMSIS/Documentation/General/html/tab_s.png rename to libraries/CMSIS/Documentation/General/html/tab_s.png diff --git a/Libraries/CMSIS/Documentation/General/html/tab_topnav.png b/libraries/CMSIS/Documentation/General/html/tab_topnav.png rename from Libraries/CMSIS/Documentation/General/html/tab_topnav.png rename to libraries/CMSIS/Documentation/General/html/tab_topnav.png diff --git a/Libraries/CMSIS/Documentation/General/html/tabs.css b/libraries/CMSIS/Documentation/General/html/tabs.css rename from Libraries/CMSIS/Documentation/General/html/tabs.css rename to libraries/CMSIS/Documentation/General/html/tabs.css diff --git a/Libraries/CMSIS/Documentation/RTOS/html/API_Structure.png b/libraries/CMSIS/Documentation/RTOS/html/API_Structure.png rename from Libraries/CMSIS/Documentation/RTOS/html/API_Structure.png rename to libraries/CMSIS/Documentation/RTOS/html/API_Structure.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/CMSIS_Logo_Final.png b/libraries/CMSIS/Documentation/RTOS/html/CMSIS_Logo_Final.png rename from Libraries/CMSIS/Documentation/RTOS/html/CMSIS_Logo_Final.png rename to libraries/CMSIS/Documentation/RTOS/html/CMSIS_Logo_Final.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/CMSIS_RTOS_Files.png b/libraries/CMSIS/Documentation/RTOS/html/CMSIS_RTOS_Files.png rename from Libraries/CMSIS/Documentation/RTOS/html/CMSIS_RTOS_Files.png rename to libraries/CMSIS/Documentation/RTOS/html/CMSIS_RTOS_Files.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/MailQueue.png b/libraries/CMSIS/Documentation/RTOS/html/MailQueue.png rename from Libraries/CMSIS/Documentation/RTOS/html/MailQueue.png rename to libraries/CMSIS/Documentation/RTOS/html/MailQueue.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/MessageQueue.png b/libraries/CMSIS/Documentation/RTOS/html/MessageQueue.png rename from Libraries/CMSIS/Documentation/RTOS/html/MessageQueue.png rename to libraries/CMSIS/Documentation/RTOS/html/MessageQueue.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/Mutex.png b/libraries/CMSIS/Documentation/RTOS/html/Mutex.png rename from Libraries/CMSIS/Documentation/RTOS/html/Mutex.png rename to libraries/CMSIS/Documentation/RTOS/html/Mutex.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/Semaphore.png b/libraries/CMSIS/Documentation/RTOS/html/Semaphore.png rename from Libraries/CMSIS/Documentation/RTOS/html/Semaphore.png rename to libraries/CMSIS/Documentation/RTOS/html/Semaphore.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ThreadStatus.png b/libraries/CMSIS/Documentation/RTOS/html/ThreadStatus.png rename from Libraries/CMSIS/Documentation/RTOS/html/ThreadStatus.png rename to libraries/CMSIS/Documentation/RTOS/html/ThreadStatus.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/Timer.png b/libraries/CMSIS/Documentation/RTOS/html/Timer.png rename from Libraries/CMSIS/Documentation/RTOS/html/Timer.png rename to libraries/CMSIS/Documentation/RTOS/html/Timer.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/_function_overview.html b/libraries/CMSIS/Documentation/RTOS/html/_function_overview.html rename from Libraries/CMSIS/Documentation/RTOS/html/_function_overview.html rename to libraries/CMSIS/Documentation/RTOS/html/_function_overview.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/_using_o_s.html b/libraries/CMSIS/Documentation/RTOS/html/_using_o_s.html rename from Libraries/CMSIS/Documentation/RTOS/html/_using_o_s.html rename to libraries/CMSIS/Documentation/RTOS/html/_using_o_s.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/annotated.html b/libraries/CMSIS/Documentation/RTOS/html/annotated.html rename from Libraries/CMSIS/Documentation/RTOS/html/annotated.html rename to libraries/CMSIS/Documentation/RTOS/html/annotated.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/annotated.js b/libraries/CMSIS/Documentation/RTOS/html/annotated.js rename from Libraries/CMSIS/Documentation/RTOS/html/annotated.js rename to libraries/CMSIS/Documentation/RTOS/html/annotated.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/bc_s.png b/libraries/CMSIS/Documentation/RTOS/html/bc_s.png rename from Libraries/CMSIS/Documentation/RTOS/html/bc_s.png rename to libraries/CMSIS/Documentation/RTOS/html/bc_s.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/bdwn.png b/libraries/CMSIS/Documentation/RTOS/html/bdwn.png rename from Libraries/CMSIS/Documentation/RTOS/html/bdwn.png rename to libraries/CMSIS/Documentation/RTOS/html/bdwn.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/classes.html b/libraries/CMSIS/Documentation/RTOS/html/classes.html rename from Libraries/CMSIS/Documentation/RTOS/html/classes.html rename to libraries/CMSIS/Documentation/RTOS/html/classes.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/closed.png b/libraries/CMSIS/Documentation/RTOS/html/closed.png rename from Libraries/CMSIS/Documentation/RTOS/html/closed.png rename to libraries/CMSIS/Documentation/RTOS/html/closed.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/cmsis.css b/libraries/CMSIS/Documentation/RTOS/html/cmsis.css rename from Libraries/CMSIS/Documentation/RTOS/html/cmsis.css rename to libraries/CMSIS/Documentation/RTOS/html/cmsis.css diff --git a/Libraries/CMSIS/Documentation/RTOS/html/cmsis__os_8h.html b/libraries/CMSIS/Documentation/RTOS/html/cmsis__os_8h.html rename from Libraries/CMSIS/Documentation/RTOS/html/cmsis__os_8h.html rename to libraries/CMSIS/Documentation/RTOS/html/cmsis__os_8h.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/cmsis__os_8txt.html b/libraries/CMSIS/Documentation/RTOS/html/cmsis__os_8txt.html rename from Libraries/CMSIS/Documentation/RTOS/html/cmsis__os_8txt.html rename to libraries/CMSIS/Documentation/RTOS/html/cmsis__os_8txt.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/cmsis_os_h.html b/libraries/CMSIS/Documentation/RTOS/html/cmsis_os_h.html rename from Libraries/CMSIS/Documentation/RTOS/html/cmsis_os_h.html rename to libraries/CMSIS/Documentation/RTOS/html/cmsis_os_h.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/dir_67baed4ff719a838d401a6dc7774cf41.html b/libraries/CMSIS/Documentation/RTOS/html/dir_67baed4ff719a838d401a6dc7774cf41.html rename from Libraries/CMSIS/Documentation/RTOS/html/dir_67baed4ff719a838d401a6dc7774cf41.html rename to libraries/CMSIS/Documentation/RTOS/html/dir_67baed4ff719a838d401a6dc7774cf41.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/dir_9afdeffb8e409a4e0df5c5bf9ab1a7d2.html b/libraries/CMSIS/Documentation/RTOS/html/dir_9afdeffb8e409a4e0df5c5bf9ab1a7d2.html rename from Libraries/CMSIS/Documentation/RTOS/html/dir_9afdeffb8e409a4e0df5c5bf9ab1a7d2.html rename to libraries/CMSIS/Documentation/RTOS/html/dir_9afdeffb8e409a4e0df5c5bf9ab1a7d2.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/doxygen.png b/libraries/CMSIS/Documentation/RTOS/html/doxygen.png rename from Libraries/CMSIS/Documentation/RTOS/html/doxygen.png rename to libraries/CMSIS/Documentation/RTOS/html/doxygen.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/dynsections.js b/libraries/CMSIS/Documentation/RTOS/html/dynsections.js rename from Libraries/CMSIS/Documentation/RTOS/html/dynsections.js rename to libraries/CMSIS/Documentation/RTOS/html/dynsections.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/files.html b/libraries/CMSIS/Documentation/RTOS/html/files.html rename from Libraries/CMSIS/Documentation/RTOS/html/files.html rename to libraries/CMSIS/Documentation/RTOS/html/files.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ftv2blank.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2blank.png rename from Libraries/CMSIS/Documentation/RTOS/html/ftv2blank.png rename to libraries/CMSIS/Documentation/RTOS/html/ftv2blank.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ftv2cl.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2cl.png rename from Libraries/CMSIS/Documentation/RTOS/html/ftv2cl.png rename to libraries/CMSIS/Documentation/RTOS/html/ftv2cl.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ftv2doc.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2doc.png rename from Libraries/CMSIS/Documentation/RTOS/html/ftv2doc.png rename to libraries/CMSIS/Documentation/RTOS/html/ftv2doc.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ftv2folderclosed.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2folderclosed.png rename from Libraries/CMSIS/Documentation/RTOS/html/ftv2folderclosed.png rename to libraries/CMSIS/Documentation/RTOS/html/ftv2folderclosed.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ftv2folderopen.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2folderopen.png rename from Libraries/CMSIS/Documentation/RTOS/html/ftv2folderopen.png rename to libraries/CMSIS/Documentation/RTOS/html/ftv2folderopen.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ftv2lastnode.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2lastnode.png rename from Libraries/CMSIS/Documentation/RTOS/html/ftv2lastnode.png rename to libraries/CMSIS/Documentation/RTOS/html/ftv2lastnode.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ftv2link.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2link.png rename from Libraries/CMSIS/Documentation/RTOS/html/ftv2link.png rename to libraries/CMSIS/Documentation/RTOS/html/ftv2link.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ftv2mlastnode.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2mlastnode.png rename from Libraries/CMSIS/Documentation/RTOS/html/ftv2mlastnode.png rename to libraries/CMSIS/Documentation/RTOS/html/ftv2mlastnode.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ftv2mnode.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2mnode.png rename from Libraries/CMSIS/Documentation/RTOS/html/ftv2mnode.png rename to libraries/CMSIS/Documentation/RTOS/html/ftv2mnode.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ftv2mo.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2mo.png rename from Libraries/CMSIS/Documentation/RTOS/html/ftv2mo.png rename to libraries/CMSIS/Documentation/RTOS/html/ftv2mo.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ftv2node.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2node.png rename from Libraries/CMSIS/Documentation/RTOS/html/ftv2node.png rename to libraries/CMSIS/Documentation/RTOS/html/ftv2node.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ftv2ns.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2ns.png rename from Libraries/CMSIS/Documentation/RTOS/html/ftv2ns.png rename to libraries/CMSIS/Documentation/RTOS/html/ftv2ns.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ftv2plastnode.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2plastnode.png rename from Libraries/CMSIS/Documentation/RTOS/html/ftv2plastnode.png rename to libraries/CMSIS/Documentation/RTOS/html/ftv2plastnode.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ftv2pnode.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2pnode.png rename from Libraries/CMSIS/Documentation/RTOS/html/ftv2pnode.png rename to libraries/CMSIS/Documentation/RTOS/html/ftv2pnode.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ftv2splitbar.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2splitbar.png rename from Libraries/CMSIS/Documentation/RTOS/html/ftv2splitbar.png rename to libraries/CMSIS/Documentation/RTOS/html/ftv2splitbar.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/ftv2vertline.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2vertline.png rename from Libraries/CMSIS/Documentation/RTOS/html/ftv2vertline.png rename to libraries/CMSIS/Documentation/RTOS/html/ftv2vertline.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/functions.html b/libraries/CMSIS/Documentation/RTOS/html/functions.html rename from Libraries/CMSIS/Documentation/RTOS/html/functions.html rename to libraries/CMSIS/Documentation/RTOS/html/functions.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/functions_vars.html b/libraries/CMSIS/Documentation/RTOS/html/functions_vars.html rename from Libraries/CMSIS/Documentation/RTOS/html/functions_vars.html rename to libraries/CMSIS/Documentation/RTOS/html/functions_vars.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/globals.html b/libraries/CMSIS/Documentation/RTOS/html/globals.html rename from Libraries/CMSIS/Documentation/RTOS/html/globals.html rename to libraries/CMSIS/Documentation/RTOS/html/globals.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/globals_defs.html b/libraries/CMSIS/Documentation/RTOS/html/globals_defs.html rename from Libraries/CMSIS/Documentation/RTOS/html/globals_defs.html rename to libraries/CMSIS/Documentation/RTOS/html/globals_defs.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/globals_enum.html b/libraries/CMSIS/Documentation/RTOS/html/globals_enum.html rename from Libraries/CMSIS/Documentation/RTOS/html/globals_enum.html rename to libraries/CMSIS/Documentation/RTOS/html/globals_enum.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/globals_eval.html b/libraries/CMSIS/Documentation/RTOS/html/globals_eval.html rename from Libraries/CMSIS/Documentation/RTOS/html/globals_eval.html rename to libraries/CMSIS/Documentation/RTOS/html/globals_eval.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/globals_func.html b/libraries/CMSIS/Documentation/RTOS/html/globals_func.html rename from Libraries/CMSIS/Documentation/RTOS/html/globals_func.html rename to libraries/CMSIS/Documentation/RTOS/html/globals_func.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/globals_type.html b/libraries/CMSIS/Documentation/RTOS/html/globals_type.html rename from Libraries/CMSIS/Documentation/RTOS/html/globals_type.html rename to libraries/CMSIS/Documentation/RTOS/html/globals_type.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.html rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.html rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.js rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.js rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.html rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.html rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.js rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.js rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.js rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.js rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.html rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.html rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.js rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.js rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.html rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.html rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.js rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.js rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.js rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.js rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.html rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.html rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.js rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.js rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.js rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.js rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.html rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.html rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.js rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.js rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.html rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.html rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.js rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.js rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.html rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.html rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.js rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.js rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.html rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.html rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.js rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.js rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.html rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.html rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.js rename from Libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.js rename to libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/index.html b/libraries/CMSIS/Documentation/RTOS/html/index.html rename from Libraries/CMSIS/Documentation/RTOS/html/index.html rename to libraries/CMSIS/Documentation/RTOS/html/index.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/jquery.js b/libraries/CMSIS/Documentation/RTOS/html/jquery.js rename from Libraries/CMSIS/Documentation/RTOS/html/jquery.js rename to libraries/CMSIS/Documentation/RTOS/html/jquery.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/modules.html b/libraries/CMSIS/Documentation/RTOS/html/modules.html rename from Libraries/CMSIS/Documentation/RTOS/html/modules.html rename to libraries/CMSIS/Documentation/RTOS/html/modules.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/modules.js b/libraries/CMSIS/Documentation/RTOS/html/modules.js rename from Libraries/CMSIS/Documentation/RTOS/html/modules.js rename to libraries/CMSIS/Documentation/RTOS/html/modules.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/nav_f.png b/libraries/CMSIS/Documentation/RTOS/html/nav_f.png rename from Libraries/CMSIS/Documentation/RTOS/html/nav_f.png rename to libraries/CMSIS/Documentation/RTOS/html/nav_f.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/nav_g.png b/libraries/CMSIS/Documentation/RTOS/html/nav_g.png rename from Libraries/CMSIS/Documentation/RTOS/html/nav_g.png rename to libraries/CMSIS/Documentation/RTOS/html/nav_g.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/nav_h.png b/libraries/CMSIS/Documentation/RTOS/html/nav_h.png rename from Libraries/CMSIS/Documentation/RTOS/html/nav_h.png rename to libraries/CMSIS/Documentation/RTOS/html/nav_h.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/navtree.css b/libraries/CMSIS/Documentation/RTOS/html/navtree.css rename from Libraries/CMSIS/Documentation/RTOS/html/navtree.css rename to libraries/CMSIS/Documentation/RTOS/html/navtree.css diff --git a/Libraries/CMSIS/Documentation/RTOS/html/navtree.js b/libraries/CMSIS/Documentation/RTOS/html/navtree.js rename from Libraries/CMSIS/Documentation/RTOS/html/navtree.js rename to libraries/CMSIS/Documentation/RTOS/html/navtree.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/navtreeindex0.js b/libraries/CMSIS/Documentation/RTOS/html/navtreeindex0.js rename from Libraries/CMSIS/Documentation/RTOS/html/navtreeindex0.js rename to libraries/CMSIS/Documentation/RTOS/html/navtreeindex0.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/open.png b/libraries/CMSIS/Documentation/RTOS/html/open.png rename from Libraries/CMSIS/Documentation/RTOS/html/open.png rename to libraries/CMSIS/Documentation/RTOS/html/open.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/pages.html b/libraries/CMSIS/Documentation/RTOS/html/pages.html rename from Libraries/CMSIS/Documentation/RTOS/html/pages.html rename to libraries/CMSIS/Documentation/RTOS/html/pages.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/resize.js b/libraries/CMSIS/Documentation/RTOS/html/resize.js rename from Libraries/CMSIS/Documentation/RTOS/html/resize.js rename to libraries/CMSIS/Documentation/RTOS/html/resize.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_63.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_63.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_63.html rename to libraries/CMSIS/Documentation/RTOS/html/search/all_63.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_63.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_63.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_63.js rename to libraries/CMSIS/Documentation/RTOS/html/search/all_63.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_64.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_64.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_64.html rename to libraries/CMSIS/Documentation/RTOS/html/search/all_64.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_64.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_64.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_64.js rename to libraries/CMSIS/Documentation/RTOS/html/search/all_64.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_66.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_66.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_66.html rename to libraries/CMSIS/Documentation/RTOS/html/search/all_66.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_66.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_66.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_66.js rename to libraries/CMSIS/Documentation/RTOS/html/search/all_66.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_67.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_67.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_67.html rename to libraries/CMSIS/Documentation/RTOS/html/search/all_67.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_67.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_67.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_67.js rename to libraries/CMSIS/Documentation/RTOS/html/search/all_67.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_68.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_68.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_68.html rename to libraries/CMSIS/Documentation/RTOS/html/search/all_68.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_68.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_68.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_68.js rename to libraries/CMSIS/Documentation/RTOS/html/search/all_68.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_69.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_69.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_69.html rename to libraries/CMSIS/Documentation/RTOS/html/search/all_69.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_69.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_69.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_69.js rename to libraries/CMSIS/Documentation/RTOS/html/search/all_69.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_6b.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_6b.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_6b.html rename to libraries/CMSIS/Documentation/RTOS/html/search/all_6b.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_6b.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_6b.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_6b.js rename to libraries/CMSIS/Documentation/RTOS/html/search/all_6b.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_6d.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_6d.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_6d.html rename to libraries/CMSIS/Documentation/RTOS/html/search/all_6d.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_6d.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_6d.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_6d.js rename to libraries/CMSIS/Documentation/RTOS/html/search/all_6d.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_6f.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_6f.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_6f.html rename to libraries/CMSIS/Documentation/RTOS/html/search/all_6f.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_6f.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_6f.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_6f.js rename to libraries/CMSIS/Documentation/RTOS/html/search/all_6f.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_70.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_70.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_70.html rename to libraries/CMSIS/Documentation/RTOS/html/search/all_70.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_70.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_70.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_70.js rename to libraries/CMSIS/Documentation/RTOS/html/search/all_70.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_71.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_71.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_71.html rename to libraries/CMSIS/Documentation/RTOS/html/search/all_71.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_71.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_71.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_71.js rename to libraries/CMSIS/Documentation/RTOS/html/search/all_71.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_73.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_73.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_73.html rename to libraries/CMSIS/Documentation/RTOS/html/search/all_73.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_73.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_73.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_73.js rename to libraries/CMSIS/Documentation/RTOS/html/search/all_73.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_74.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_74.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_74.html rename to libraries/CMSIS/Documentation/RTOS/html/search/all_74.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_74.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_74.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_74.js rename to libraries/CMSIS/Documentation/RTOS/html/search/all_74.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_75.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_75.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_75.html rename to libraries/CMSIS/Documentation/RTOS/html/search/all_75.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_75.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_75.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_75.js rename to libraries/CMSIS/Documentation/RTOS/html/search/all_75.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_76.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_76.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_76.html rename to libraries/CMSIS/Documentation/RTOS/html/search/all_76.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/all_76.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_76.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/all_76.js rename to libraries/CMSIS/Documentation/RTOS/html/search/all_76.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/classes_6f.html b/libraries/CMSIS/Documentation/RTOS/html/search/classes_6f.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/classes_6f.html rename to libraries/CMSIS/Documentation/RTOS/html/search/classes_6f.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/classes_6f.js b/libraries/CMSIS/Documentation/RTOS/html/search/classes_6f.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/classes_6f.js rename to libraries/CMSIS/Documentation/RTOS/html/search/classes_6f.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/close.png b/libraries/CMSIS/Documentation/RTOS/html/search/close.png rename from Libraries/CMSIS/Documentation/RTOS/html/search/close.png rename to libraries/CMSIS/Documentation/RTOS/html/search/close.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/defines_6f.html b/libraries/CMSIS/Documentation/RTOS/html/search/defines_6f.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/defines_6f.html rename to libraries/CMSIS/Documentation/RTOS/html/search/defines_6f.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/defines_6f.js b/libraries/CMSIS/Documentation/RTOS/html/search/defines_6f.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/defines_6f.js rename to libraries/CMSIS/Documentation/RTOS/html/search/defines_6f.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/enums_6f.html b/libraries/CMSIS/Documentation/RTOS/html/search/enums_6f.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/enums_6f.html rename to libraries/CMSIS/Documentation/RTOS/html/search/enums_6f.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/enums_6f.js b/libraries/CMSIS/Documentation/RTOS/html/search/enums_6f.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/enums_6f.js rename to libraries/CMSIS/Documentation/RTOS/html/search/enums_6f.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.html b/libraries/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.html rename to libraries/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.js b/libraries/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.js rename to libraries/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/files_63.html b/libraries/CMSIS/Documentation/RTOS/html/search/files_63.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/files_63.html rename to libraries/CMSIS/Documentation/RTOS/html/search/files_63.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/files_63.js b/libraries/CMSIS/Documentation/RTOS/html/search/files_63.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/files_63.js rename to libraries/CMSIS/Documentation/RTOS/html/search/files_63.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/functions_6f.html b/libraries/CMSIS/Documentation/RTOS/html/search/functions_6f.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/functions_6f.html rename to libraries/CMSIS/Documentation/RTOS/html/search/functions_6f.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/functions_6f.js b/libraries/CMSIS/Documentation/RTOS/html/search/functions_6f.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/functions_6f.js rename to libraries/CMSIS/Documentation/RTOS/html/search/functions_6f.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/groups_63.html b/libraries/CMSIS/Documentation/RTOS/html/search/groups_63.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/groups_63.html rename to libraries/CMSIS/Documentation/RTOS/html/search/groups_63.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/groups_63.js b/libraries/CMSIS/Documentation/RTOS/html/search/groups_63.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/groups_63.js rename to libraries/CMSIS/Documentation/RTOS/html/search/groups_63.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/groups_67.html b/libraries/CMSIS/Documentation/RTOS/html/search/groups_67.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/groups_67.html rename to libraries/CMSIS/Documentation/RTOS/html/search/groups_67.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/groups_67.js b/libraries/CMSIS/Documentation/RTOS/html/search/groups_67.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/groups_67.js rename to libraries/CMSIS/Documentation/RTOS/html/search/groups_67.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/groups_6b.html b/libraries/CMSIS/Documentation/RTOS/html/search/groups_6b.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/groups_6b.html rename to libraries/CMSIS/Documentation/RTOS/html/search/groups_6b.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/groups_6b.js b/libraries/CMSIS/Documentation/RTOS/html/search/groups_6b.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/groups_6b.js rename to libraries/CMSIS/Documentation/RTOS/html/search/groups_6b.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/groups_6d.html b/libraries/CMSIS/Documentation/RTOS/html/search/groups_6d.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/groups_6d.html rename to libraries/CMSIS/Documentation/RTOS/html/search/groups_6d.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/groups_6d.js b/libraries/CMSIS/Documentation/RTOS/html/search/groups_6d.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/groups_6d.js rename to libraries/CMSIS/Documentation/RTOS/html/search/groups_6d.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/groups_73.html b/libraries/CMSIS/Documentation/RTOS/html/search/groups_73.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/groups_73.html rename to libraries/CMSIS/Documentation/RTOS/html/search/groups_73.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/groups_73.js b/libraries/CMSIS/Documentation/RTOS/html/search/groups_73.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/groups_73.js rename to libraries/CMSIS/Documentation/RTOS/html/search/groups_73.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/groups_74.html b/libraries/CMSIS/Documentation/RTOS/html/search/groups_74.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/groups_74.html rename to libraries/CMSIS/Documentation/RTOS/html/search/groups_74.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/groups_74.js b/libraries/CMSIS/Documentation/RTOS/html/search/groups_74.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/groups_74.js rename to libraries/CMSIS/Documentation/RTOS/html/search/groups_74.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/mag_sel.png b/libraries/CMSIS/Documentation/RTOS/html/search/mag_sel.png rename from Libraries/CMSIS/Documentation/RTOS/html/search/mag_sel.png rename to libraries/CMSIS/Documentation/RTOS/html/search/mag_sel.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/nomatches.html b/libraries/CMSIS/Documentation/RTOS/html/search/nomatches.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/nomatches.html rename to libraries/CMSIS/Documentation/RTOS/html/search/nomatches.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/pages_66.html b/libraries/CMSIS/Documentation/RTOS/html/search/pages_66.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/pages_66.html rename to libraries/CMSIS/Documentation/RTOS/html/search/pages_66.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/pages_66.js b/libraries/CMSIS/Documentation/RTOS/html/search/pages_66.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/pages_66.js rename to libraries/CMSIS/Documentation/RTOS/html/search/pages_66.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/pages_68.html b/libraries/CMSIS/Documentation/RTOS/html/search/pages_68.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/pages_68.html rename to libraries/CMSIS/Documentation/RTOS/html/search/pages_68.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/pages_68.js b/libraries/CMSIS/Documentation/RTOS/html/search/pages_68.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/pages_68.js rename to libraries/CMSIS/Documentation/RTOS/html/search/pages_68.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/pages_6f.html b/libraries/CMSIS/Documentation/RTOS/html/search/pages_6f.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/pages_6f.html rename to libraries/CMSIS/Documentation/RTOS/html/search/pages_6f.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/pages_6f.js b/libraries/CMSIS/Documentation/RTOS/html/search/pages_6f.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/pages_6f.js rename to libraries/CMSIS/Documentation/RTOS/html/search/pages_6f.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/pages_75.html b/libraries/CMSIS/Documentation/RTOS/html/search/pages_75.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/pages_75.html rename to libraries/CMSIS/Documentation/RTOS/html/search/pages_75.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/pages_75.js b/libraries/CMSIS/Documentation/RTOS/html/search/pages_75.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/pages_75.js rename to libraries/CMSIS/Documentation/RTOS/html/search/pages_75.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/search.css b/libraries/CMSIS/Documentation/RTOS/html/search/search.css rename from Libraries/CMSIS/Documentation/RTOS/html/search/search.css rename to libraries/CMSIS/Documentation/RTOS/html/search/search.css diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/search.js b/libraries/CMSIS/Documentation/RTOS/html/search/search.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/search.js rename to libraries/CMSIS/Documentation/RTOS/html/search/search.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/search_l.png b/libraries/CMSIS/Documentation/RTOS/html/search/search_l.png rename from Libraries/CMSIS/Documentation/RTOS/html/search/search_l.png rename to libraries/CMSIS/Documentation/RTOS/html/search/search_l.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/search_m.png b/libraries/CMSIS/Documentation/RTOS/html/search/search_m.png rename from Libraries/CMSIS/Documentation/RTOS/html/search/search_m.png rename to libraries/CMSIS/Documentation/RTOS/html/search/search_m.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/search_r.png b/libraries/CMSIS/Documentation/RTOS/html/search/search_r.png rename from Libraries/CMSIS/Documentation/RTOS/html/search/search_r.png rename to libraries/CMSIS/Documentation/RTOS/html/search/search_r.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/typedefs_6f.html b/libraries/CMSIS/Documentation/RTOS/html/search/typedefs_6f.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/typedefs_6f.html rename to libraries/CMSIS/Documentation/RTOS/html/search/typedefs_6f.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/typedefs_6f.js b/libraries/CMSIS/Documentation/RTOS/html/search/typedefs_6f.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/typedefs_6f.js rename to libraries/CMSIS/Documentation/RTOS/html/search/typedefs_6f.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/variables_64.html b/libraries/CMSIS/Documentation/RTOS/html/search/variables_64.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/variables_64.html rename to libraries/CMSIS/Documentation/RTOS/html/search/variables_64.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/variables_64.js b/libraries/CMSIS/Documentation/RTOS/html/search/variables_64.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/variables_64.js rename to libraries/CMSIS/Documentation/RTOS/html/search/variables_64.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/variables_69.html b/libraries/CMSIS/Documentation/RTOS/html/search/variables_69.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/variables_69.html rename to libraries/CMSIS/Documentation/RTOS/html/search/variables_69.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/variables_69.js b/libraries/CMSIS/Documentation/RTOS/html/search/variables_69.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/variables_69.js rename to libraries/CMSIS/Documentation/RTOS/html/search/variables_69.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/variables_6d.html b/libraries/CMSIS/Documentation/RTOS/html/search/variables_6d.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/variables_6d.html rename to libraries/CMSIS/Documentation/RTOS/html/search/variables_6d.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/variables_6d.js b/libraries/CMSIS/Documentation/RTOS/html/search/variables_6d.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/variables_6d.js rename to libraries/CMSIS/Documentation/RTOS/html/search/variables_6d.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/variables_70.html b/libraries/CMSIS/Documentation/RTOS/html/search/variables_70.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/variables_70.html rename to libraries/CMSIS/Documentation/RTOS/html/search/variables_70.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/variables_70.js b/libraries/CMSIS/Documentation/RTOS/html/search/variables_70.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/variables_70.js rename to libraries/CMSIS/Documentation/RTOS/html/search/variables_70.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/variables_71.html b/libraries/CMSIS/Documentation/RTOS/html/search/variables_71.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/variables_71.html rename to libraries/CMSIS/Documentation/RTOS/html/search/variables_71.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/variables_71.js b/libraries/CMSIS/Documentation/RTOS/html/search/variables_71.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/variables_71.js rename to libraries/CMSIS/Documentation/RTOS/html/search/variables_71.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/variables_73.html b/libraries/CMSIS/Documentation/RTOS/html/search/variables_73.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/variables_73.html rename to libraries/CMSIS/Documentation/RTOS/html/search/variables_73.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/variables_73.js b/libraries/CMSIS/Documentation/RTOS/html/search/variables_73.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/variables_73.js rename to libraries/CMSIS/Documentation/RTOS/html/search/variables_73.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/variables_74.html b/libraries/CMSIS/Documentation/RTOS/html/search/variables_74.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/variables_74.html rename to libraries/CMSIS/Documentation/RTOS/html/search/variables_74.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/variables_74.js b/libraries/CMSIS/Documentation/RTOS/html/search/variables_74.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/variables_74.js rename to libraries/CMSIS/Documentation/RTOS/html/search/variables_74.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/variables_76.html b/libraries/CMSIS/Documentation/RTOS/html/search/variables_76.html rename from Libraries/CMSIS/Documentation/RTOS/html/search/variables_76.html rename to libraries/CMSIS/Documentation/RTOS/html/search/variables_76.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/search/variables_76.js b/libraries/CMSIS/Documentation/RTOS/html/search/variables_76.js rename from Libraries/CMSIS/Documentation/RTOS/html/search/variables_76.js rename to libraries/CMSIS/Documentation/RTOS/html/search/variables_76.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.html b/libraries/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.html rename from Libraries/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.html rename to libraries/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.js b/libraries/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.js rename from Libraries/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.js rename to libraries/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.html b/libraries/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.html rename from Libraries/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.html rename to libraries/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.js b/libraries/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.js rename from Libraries/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.js rename to libraries/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.html b/libraries/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.html rename from Libraries/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.html rename to libraries/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.js b/libraries/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.js rename from Libraries/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.js rename to libraries/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/structos_pool_def__t.html b/libraries/CMSIS/Documentation/RTOS/html/structos_pool_def__t.html rename from Libraries/CMSIS/Documentation/RTOS/html/structos_pool_def__t.html rename to libraries/CMSIS/Documentation/RTOS/html/structos_pool_def__t.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/structos_pool_def__t.js b/libraries/CMSIS/Documentation/RTOS/html/structos_pool_def__t.js rename from Libraries/CMSIS/Documentation/RTOS/html/structos_pool_def__t.js rename to libraries/CMSIS/Documentation/RTOS/html/structos_pool_def__t.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.html b/libraries/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.html rename from Libraries/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.html rename to libraries/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.js b/libraries/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.js rename from Libraries/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.js rename to libraries/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/structos_thread_def__t.html b/libraries/CMSIS/Documentation/RTOS/html/structos_thread_def__t.html rename from Libraries/CMSIS/Documentation/RTOS/html/structos_thread_def__t.html rename to libraries/CMSIS/Documentation/RTOS/html/structos_thread_def__t.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/structos_thread_def__t.js b/libraries/CMSIS/Documentation/RTOS/html/structos_thread_def__t.js rename from Libraries/CMSIS/Documentation/RTOS/html/structos_thread_def__t.js rename to libraries/CMSIS/Documentation/RTOS/html/structos_thread_def__t.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/structos_timer_def__t.html b/libraries/CMSIS/Documentation/RTOS/html/structos_timer_def__t.html rename from Libraries/CMSIS/Documentation/RTOS/html/structos_timer_def__t.html rename to libraries/CMSIS/Documentation/RTOS/html/structos_timer_def__t.html diff --git a/Libraries/CMSIS/Documentation/RTOS/html/structos_timer_def__t.js b/libraries/CMSIS/Documentation/RTOS/html/structos_timer_def__t.js rename from Libraries/CMSIS/Documentation/RTOS/html/structos_timer_def__t.js rename to libraries/CMSIS/Documentation/RTOS/html/structos_timer_def__t.js diff --git a/Libraries/CMSIS/Documentation/RTOS/html/sync_off.png b/libraries/CMSIS/Documentation/RTOS/html/sync_off.png rename from Libraries/CMSIS/Documentation/RTOS/html/sync_off.png rename to libraries/CMSIS/Documentation/RTOS/html/sync_off.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/sync_on.png b/libraries/CMSIS/Documentation/RTOS/html/sync_on.png rename from Libraries/CMSIS/Documentation/RTOS/html/sync_on.png rename to libraries/CMSIS/Documentation/RTOS/html/sync_on.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/tab_a.png b/libraries/CMSIS/Documentation/RTOS/html/tab_a.png rename from Libraries/CMSIS/Documentation/RTOS/html/tab_a.png rename to libraries/CMSIS/Documentation/RTOS/html/tab_a.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/tab_b.png b/libraries/CMSIS/Documentation/RTOS/html/tab_b.png rename from Libraries/CMSIS/Documentation/RTOS/html/tab_b.png rename to libraries/CMSIS/Documentation/RTOS/html/tab_b.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/tab_h.png b/libraries/CMSIS/Documentation/RTOS/html/tab_h.png rename from Libraries/CMSIS/Documentation/RTOS/html/tab_h.png rename to libraries/CMSIS/Documentation/RTOS/html/tab_h.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/tab_s.png b/libraries/CMSIS/Documentation/RTOS/html/tab_s.png rename from Libraries/CMSIS/Documentation/RTOS/html/tab_s.png rename to libraries/CMSIS/Documentation/RTOS/html/tab_s.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/tab_topnav.png b/libraries/CMSIS/Documentation/RTOS/html/tab_topnav.png rename from Libraries/CMSIS/Documentation/RTOS/html/tab_topnav.png rename to libraries/CMSIS/Documentation/RTOS/html/tab_topnav.png diff --git a/Libraries/CMSIS/Documentation/RTOS/html/tabs.css b/libraries/CMSIS/Documentation/RTOS/html/tabs.css rename from Libraries/CMSIS/Documentation/RTOS/html/tabs.css rename to libraries/CMSIS/Documentation/RTOS/html/tabs.css diff --git a/Libraries/CMSIS/Documentation/SVD/html/Access_SVD_DD_Manage.png b/libraries/CMSIS/Documentation/SVD/html/Access_SVD_DD_Manage.png rename from Libraries/CMSIS/Documentation/SVD/html/Access_SVD_DD_Manage.png rename to libraries/CMSIS/Documentation/SVD/html/Access_SVD_DD_Manage.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/Access_SVD_Vendor.png b/libraries/CMSIS/Documentation/SVD/html/Access_SVD_Vendor.png rename from Libraries/CMSIS/Documentation/SVD/html/Access_SVD_Vendor.png rename to libraries/CMSIS/Documentation/SVD/html/Access_SVD_Vendor.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/CMSIS-SVD_Schema_1_0.xsd b/libraries/CMSIS/Documentation/SVD/html/CMSIS-SVD_Schema_1_0.xsd rename from Libraries/CMSIS/Documentation/SVD/html/CMSIS-SVD_Schema_1_0.xsd rename to libraries/CMSIS/Documentation/SVD/html/CMSIS-SVD_Schema_1_0.xsd diff --git a/Libraries/CMSIS/Documentation/SVD/html/CMSIS_Logo_Final.png b/libraries/CMSIS/Documentation/SVD/html/CMSIS_Logo_Final.png rename from Libraries/CMSIS/Documentation/SVD/html/CMSIS_Logo_Final.png rename to libraries/CMSIS/Documentation/SVD/html/CMSIS_Logo_Final.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/CMSIS_SVD_Schema_Gen.png b/libraries/CMSIS/Documentation/SVD/html/CMSIS_SVD_Schema_Gen.png rename from Libraries/CMSIS/Documentation/SVD/html/CMSIS_SVD_Schema_Gen.png rename to libraries/CMSIS/Documentation/SVD/html/CMSIS_SVD_Schema_Gen.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/CMSIS_SVD_Vendor_DD.png b/libraries/CMSIS/Documentation/SVD/html/CMSIS_SVD_Vendor_DD.png rename from Libraries/CMSIS/Documentation/SVD/html/CMSIS_SVD_Vendor_DD.png rename to libraries/CMSIS/Documentation/SVD/html/CMSIS_SVD_Vendor_DD.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/CMSIS_SVD_WEB_DATABASE.png b/libraries/CMSIS/Documentation/SVD/html/CMSIS_SVD_WEB_DATABASE.png rename from Libraries/CMSIS/Documentation/SVD/html/CMSIS_SVD_WEB_DATABASE.png rename to libraries/CMSIS/Documentation/SVD/html/CMSIS_SVD_WEB_DATABASE.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/Manage_SVD_DD.png b/libraries/CMSIS/Documentation/SVD/html/Manage_SVD_DD.png rename from Libraries/CMSIS/Documentation/SVD/html/Manage_SVD_DD.png rename to libraries/CMSIS/Documentation/SVD/html/Manage_SVD_DD.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/bc_s.png b/libraries/CMSIS/Documentation/SVD/html/bc_s.png rename from Libraries/CMSIS/Documentation/SVD/html/bc_s.png rename to libraries/CMSIS/Documentation/SVD/html/bc_s.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/bdwn.png b/libraries/CMSIS/Documentation/SVD/html/bdwn.png rename from Libraries/CMSIS/Documentation/SVD/html/bdwn.png rename to libraries/CMSIS/Documentation/SVD/html/bdwn.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/closed.png b/libraries/CMSIS/Documentation/SVD/html/closed.png rename from Libraries/CMSIS/Documentation/SVD/html/closed.png rename to libraries/CMSIS/Documentation/SVD/html/closed.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/cmsis.css b/libraries/CMSIS/Documentation/SVD/html/cmsis.css rename from Libraries/CMSIS/Documentation/SVD/html/cmsis.css rename to libraries/CMSIS/Documentation/SVD/html/cmsis.css diff --git a/Libraries/CMSIS/Documentation/SVD/html/doxygen.png b/libraries/CMSIS/Documentation/SVD/html/doxygen.png rename from Libraries/CMSIS/Documentation/SVD/html/doxygen.png rename to libraries/CMSIS/Documentation/SVD/html/doxygen.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/dynsections.js b/libraries/CMSIS/Documentation/SVD/html/dynsections.js rename from Libraries/CMSIS/Documentation/SVD/html/dynsections.js rename to libraries/CMSIS/Documentation/SVD/html/dynsections.js diff --git a/Libraries/CMSIS/Documentation/SVD/html/ftv2blank.png b/libraries/CMSIS/Documentation/SVD/html/ftv2blank.png rename from Libraries/CMSIS/Documentation/SVD/html/ftv2blank.png rename to libraries/CMSIS/Documentation/SVD/html/ftv2blank.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/ftv2cl.png b/libraries/CMSIS/Documentation/SVD/html/ftv2cl.png rename from Libraries/CMSIS/Documentation/SVD/html/ftv2cl.png rename to libraries/CMSIS/Documentation/SVD/html/ftv2cl.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/ftv2doc.png b/libraries/CMSIS/Documentation/SVD/html/ftv2doc.png rename from Libraries/CMSIS/Documentation/SVD/html/ftv2doc.png rename to libraries/CMSIS/Documentation/SVD/html/ftv2doc.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/ftv2folderclosed.png b/libraries/CMSIS/Documentation/SVD/html/ftv2folderclosed.png rename from Libraries/CMSIS/Documentation/SVD/html/ftv2folderclosed.png rename to libraries/CMSIS/Documentation/SVD/html/ftv2folderclosed.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/ftv2folderopen.png b/libraries/CMSIS/Documentation/SVD/html/ftv2folderopen.png rename from Libraries/CMSIS/Documentation/SVD/html/ftv2folderopen.png rename to libraries/CMSIS/Documentation/SVD/html/ftv2folderopen.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/ftv2lastnode.png b/libraries/CMSIS/Documentation/SVD/html/ftv2lastnode.png rename from Libraries/CMSIS/Documentation/SVD/html/ftv2lastnode.png rename to libraries/CMSIS/Documentation/SVD/html/ftv2lastnode.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/ftv2link.png b/libraries/CMSIS/Documentation/SVD/html/ftv2link.png rename from Libraries/CMSIS/Documentation/SVD/html/ftv2link.png rename to libraries/CMSIS/Documentation/SVD/html/ftv2link.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/ftv2mlastnode.png b/libraries/CMSIS/Documentation/SVD/html/ftv2mlastnode.png rename from Libraries/CMSIS/Documentation/SVD/html/ftv2mlastnode.png rename to libraries/CMSIS/Documentation/SVD/html/ftv2mlastnode.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/ftv2mnode.png b/libraries/CMSIS/Documentation/SVD/html/ftv2mnode.png rename from Libraries/CMSIS/Documentation/SVD/html/ftv2mnode.png rename to libraries/CMSIS/Documentation/SVD/html/ftv2mnode.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/ftv2mo.png b/libraries/CMSIS/Documentation/SVD/html/ftv2mo.png rename from Libraries/CMSIS/Documentation/SVD/html/ftv2mo.png rename to libraries/CMSIS/Documentation/SVD/html/ftv2mo.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/ftv2node.png b/libraries/CMSIS/Documentation/SVD/html/ftv2node.png rename from Libraries/CMSIS/Documentation/SVD/html/ftv2node.png rename to libraries/CMSIS/Documentation/SVD/html/ftv2node.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/ftv2ns.png b/libraries/CMSIS/Documentation/SVD/html/ftv2ns.png rename from Libraries/CMSIS/Documentation/SVD/html/ftv2ns.png rename to libraries/CMSIS/Documentation/SVD/html/ftv2ns.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/ftv2plastnode.png b/libraries/CMSIS/Documentation/SVD/html/ftv2plastnode.png rename from Libraries/CMSIS/Documentation/SVD/html/ftv2plastnode.png rename to libraries/CMSIS/Documentation/SVD/html/ftv2plastnode.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/ftv2pnode.png b/libraries/CMSIS/Documentation/SVD/html/ftv2pnode.png rename from Libraries/CMSIS/Documentation/SVD/html/ftv2pnode.png rename to libraries/CMSIS/Documentation/SVD/html/ftv2pnode.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/ftv2splitbar.png b/libraries/CMSIS/Documentation/SVD/html/ftv2splitbar.png rename from Libraries/CMSIS/Documentation/SVD/html/ftv2splitbar.png rename to libraries/CMSIS/Documentation/SVD/html/ftv2splitbar.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/ftv2vertline.png b/libraries/CMSIS/Documentation/SVD/html/ftv2vertline.png rename from Libraries/CMSIS/Documentation/SVD/html/ftv2vertline.png rename to libraries/CMSIS/Documentation/SVD/html/ftv2vertline.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__cluster_level__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__cluster_level__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__cluster_level__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__cluster_level__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__cpu_section__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__cpu_section__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__cpu_section__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__cpu_section__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__device_section_extensions__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__device_section_extensions__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__device_section_extensions__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__device_section_extensions__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__dim_element_group__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__dim_element_group__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__dim_element_group__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__dim_element_group__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__elem__type__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__elem__type__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__elem__type__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__elem__type__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__elem__type__gr.js b/libraries/CMSIS/Documentation/SVD/html/group__elem__type__gr.js rename from Libraries/CMSIS/Documentation/SVD/html/group__elem__type__gr.js rename to libraries/CMSIS/Documentation/SVD/html/group__elem__type__gr.js diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__peripheral_section_extensions__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__peripheral_section_extensions__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__peripheral_section_extensions__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__peripheral_section_extensions__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__register_properties_group__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__register_properties_group__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__register_properties_group__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__register_properties_group__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__register_section_extensions__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__register_section_extensions__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__register_section_extensions__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__register_section_extensions__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__schema__1__1__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__schema__1__1__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__schema__1__1__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__schema__1__1__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__schema__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__schema__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__schema__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__schema__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__svd___format__1__1__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__svd___format__1__1__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__svd___format__1__1__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__svd___format__1__1__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__svd___format__1__1__gr.js b/libraries/CMSIS/Documentation/SVD/html/group__svd___format__1__1__gr.js rename from Libraries/CMSIS/Documentation/SVD/html/group__svd___format__1__1__gr.js rename to libraries/CMSIS/Documentation/SVD/html/group__svd___format__1__1__gr.js diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__svd___format__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__svd___format__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__svd___format__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__svd___format__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__svd___format__gr.js b/libraries/CMSIS/Documentation/SVD/html/group__svd___format__gr.js rename from Libraries/CMSIS/Documentation/SVD/html/group__svd___format__gr.js rename to libraries/CMSIS/Documentation/SVD/html/group__svd___format__gr.js diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__svd__xml__device__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__device__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__svd__xml__device__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__svd__xml__device__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__svd__xml__enum__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__enum__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__svd__xml__enum__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__svd__xml__enum__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__svd__xml__fields__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__fields__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__svd__xml__fields__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__svd__xml__fields__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__svd__xml__peripherals__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__peripherals__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__svd__xml__peripherals__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__svd__xml__peripherals__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/group__svd__xml__registers__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__registers__gr.html rename from Libraries/CMSIS/Documentation/SVD/html/group__svd__xml__registers__gr.html rename to libraries/CMSIS/Documentation/SVD/html/group__svd__xml__registers__gr.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/index.html b/libraries/CMSIS/Documentation/SVD/html/index.html rename from Libraries/CMSIS/Documentation/SVD/html/index.html rename to libraries/CMSIS/Documentation/SVD/html/index.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/index.js b/libraries/CMSIS/Documentation/SVD/html/index.js rename from Libraries/CMSIS/Documentation/SVD/html/index.js rename to libraries/CMSIS/Documentation/SVD/html/index.js diff --git a/Libraries/CMSIS/Documentation/SVD/html/jquery.js b/libraries/CMSIS/Documentation/SVD/html/jquery.js rename from Libraries/CMSIS/Documentation/SVD/html/jquery.js rename to libraries/CMSIS/Documentation/SVD/html/jquery.js diff --git a/Libraries/CMSIS/Documentation/SVD/html/modules.html b/libraries/CMSIS/Documentation/SVD/html/modules.html rename from Libraries/CMSIS/Documentation/SVD/html/modules.html rename to libraries/CMSIS/Documentation/SVD/html/modules.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/modules.js b/libraries/CMSIS/Documentation/SVD/html/modules.js rename from Libraries/CMSIS/Documentation/SVD/html/modules.js rename to libraries/CMSIS/Documentation/SVD/html/modules.js diff --git a/Libraries/CMSIS/Documentation/SVD/html/nav_f.png b/libraries/CMSIS/Documentation/SVD/html/nav_f.png rename from Libraries/CMSIS/Documentation/SVD/html/nav_f.png rename to libraries/CMSIS/Documentation/SVD/html/nav_f.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/nav_g.png b/libraries/CMSIS/Documentation/SVD/html/nav_g.png rename from Libraries/CMSIS/Documentation/SVD/html/nav_g.png rename to libraries/CMSIS/Documentation/SVD/html/nav_g.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/nav_h.png b/libraries/CMSIS/Documentation/SVD/html/nav_h.png rename from Libraries/CMSIS/Documentation/SVD/html/nav_h.png rename to libraries/CMSIS/Documentation/SVD/html/nav_h.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/navtree.css b/libraries/CMSIS/Documentation/SVD/html/navtree.css rename from Libraries/CMSIS/Documentation/SVD/html/navtree.css rename to libraries/CMSIS/Documentation/SVD/html/navtree.css diff --git a/Libraries/CMSIS/Documentation/SVD/html/navtree.js b/libraries/CMSIS/Documentation/SVD/html/navtree.js rename from Libraries/CMSIS/Documentation/SVD/html/navtree.js rename to libraries/CMSIS/Documentation/SVD/html/navtree.js diff --git a/Libraries/CMSIS/Documentation/SVD/html/navtreeindex0.js b/libraries/CMSIS/Documentation/SVD/html/navtreeindex0.js rename from Libraries/CMSIS/Documentation/SVD/html/navtreeindex0.js rename to libraries/CMSIS/Documentation/SVD/html/navtreeindex0.js diff --git a/Libraries/CMSIS/Documentation/SVD/html/open.png b/libraries/CMSIS/Documentation/SVD/html/open.png rename from Libraries/CMSIS/Documentation/SVD/html/open.png rename to libraries/CMSIS/Documentation/SVD/html/open.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/pages.html b/libraries/CMSIS/Documentation/SVD/html/pages.html rename from Libraries/CMSIS/Documentation/SVD/html/pages.html rename to libraries/CMSIS/Documentation/SVD/html/pages.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/resize.js b/libraries/CMSIS/Documentation/SVD/html/resize.js rename from Libraries/CMSIS/Documentation/SVD/html/resize.js rename to libraries/CMSIS/Documentation/SVD/html/resize.js diff --git a/Libraries/CMSIS/Documentation/SVD/html/svd__example_pg.html b/libraries/CMSIS/Documentation/SVD/html/svd__example_pg.html rename from Libraries/CMSIS/Documentation/SVD/html/svd__example_pg.html rename to libraries/CMSIS/Documentation/SVD/html/svd__example_pg.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/svd__outline_pg.html b/libraries/CMSIS/Documentation/SVD/html/svd__outline_pg.html rename from Libraries/CMSIS/Documentation/SVD/html/svd__outline_pg.html rename to libraries/CMSIS/Documentation/SVD/html/svd__outline_pg.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/svd__usage_pg.html b/libraries/CMSIS/Documentation/SVD/html/svd__usage_pg.html rename from Libraries/CMSIS/Documentation/SVD/html/svd__usage_pg.html rename to libraries/CMSIS/Documentation/SVD/html/svd__usage_pg.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/svd_validate_file_pg.html b/libraries/CMSIS/Documentation/SVD/html/svd_validate_file_pg.html rename from Libraries/CMSIS/Documentation/SVD/html/svd_validate_file_pg.html rename to libraries/CMSIS/Documentation/SVD/html/svd_validate_file_pg.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/svd_web_pg.html b/libraries/CMSIS/Documentation/SVD/html/svd_web_pg.html rename from Libraries/CMSIS/Documentation/SVD/html/svd_web_pg.html rename to libraries/CMSIS/Documentation/SVD/html/svd_web_pg.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/svd_web_pg.js b/libraries/CMSIS/Documentation/SVD/html/svd_web_pg.js rename from Libraries/CMSIS/Documentation/SVD/html/svd_web_pg.js rename to libraries/CMSIS/Documentation/SVD/html/svd_web_pg.js diff --git a/Libraries/CMSIS/Documentation/SVD/html/svd_web_public_pg.html b/libraries/CMSIS/Documentation/SVD/html/svd_web_public_pg.html rename from Libraries/CMSIS/Documentation/SVD/html/svd_web_public_pg.html rename to libraries/CMSIS/Documentation/SVD/html/svd_web_public_pg.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/svd_web_restricted_pg.html b/libraries/CMSIS/Documentation/SVD/html/svd_web_restricted_pg.html rename from Libraries/CMSIS/Documentation/SVD/html/svd_web_restricted_pg.html rename to libraries/CMSIS/Documentation/SVD/html/svd_web_restricted_pg.html diff --git a/Libraries/CMSIS/Documentation/SVD/html/sync_off.png b/libraries/CMSIS/Documentation/SVD/html/sync_off.png rename from Libraries/CMSIS/Documentation/SVD/html/sync_off.png rename to libraries/CMSIS/Documentation/SVD/html/sync_off.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/sync_on.png b/libraries/CMSIS/Documentation/SVD/html/sync_on.png rename from Libraries/CMSIS/Documentation/SVD/html/sync_on.png rename to libraries/CMSIS/Documentation/SVD/html/sync_on.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/tab_a.png b/libraries/CMSIS/Documentation/SVD/html/tab_a.png rename from Libraries/CMSIS/Documentation/SVD/html/tab_a.png rename to libraries/CMSIS/Documentation/SVD/html/tab_a.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/tab_b.png b/libraries/CMSIS/Documentation/SVD/html/tab_b.png rename from Libraries/CMSIS/Documentation/SVD/html/tab_b.png rename to libraries/CMSIS/Documentation/SVD/html/tab_b.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/tab_h.png b/libraries/CMSIS/Documentation/SVD/html/tab_h.png rename from Libraries/CMSIS/Documentation/SVD/html/tab_h.png rename to libraries/CMSIS/Documentation/SVD/html/tab_h.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/tab_s.png b/libraries/CMSIS/Documentation/SVD/html/tab_s.png rename from Libraries/CMSIS/Documentation/SVD/html/tab_s.png rename to libraries/CMSIS/Documentation/SVD/html/tab_s.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/tab_topnav.png b/libraries/CMSIS/Documentation/SVD/html/tab_topnav.png rename from Libraries/CMSIS/Documentation/SVD/html/tab_topnav.png rename to libraries/CMSIS/Documentation/SVD/html/tab_topnav.png diff --git a/Libraries/CMSIS/Documentation/SVD/html/tabs.css b/libraries/CMSIS/Documentation/SVD/html/tabs.css rename from Libraries/CMSIS/Documentation/SVD/html/tabs.css rename to libraries/CMSIS/Documentation/SVD/html/tabs.css diff --git a/Libraries/CMSIS/Include/arm_common_tables.h b/libraries/CMSIS/Include/arm_common_tables.h rename from Libraries/CMSIS/Include/arm_common_tables.h rename to libraries/CMSIS/Include/arm_common_tables.h diff --git a/Libraries/CMSIS/Include/arm_const_structs.h b/libraries/CMSIS/Include/arm_const_structs.h rename from Libraries/CMSIS/Include/arm_const_structs.h rename to libraries/CMSIS/Include/arm_const_structs.h diff --git a/Libraries/CMSIS/Include/arm_math.h b/libraries/CMSIS/Include/arm_math.h rename from Libraries/CMSIS/Include/arm_math.h rename to libraries/CMSIS/Include/arm_math.h diff --git a/Libraries/CMSIS/Include/core_cm0.h b/libraries/CMSIS/Include/core_cm0.h rename from Libraries/CMSIS/Include/core_cm0.h rename to libraries/CMSIS/Include/core_cm0.h diff --git a/Libraries/CMSIS/Include/core_cm0plus.h b/libraries/CMSIS/Include/core_cm0plus.h rename from Libraries/CMSIS/Include/core_cm0plus.h rename to libraries/CMSIS/Include/core_cm0plus.h diff --git a/Libraries/CMSIS/Include/core_cm3.h b/libraries/CMSIS/Include/core_cm3.h rename from Libraries/CMSIS/Include/core_cm3.h rename to libraries/CMSIS/Include/core_cm3.h diff --git a/Libraries/CMSIS/Include/core_cm4.h b/libraries/CMSIS/Include/core_cm4.h rename from Libraries/CMSIS/Include/core_cm4.h rename to libraries/CMSIS/Include/core_cm4.h diff --git a/Libraries/CMSIS/Include/core_cm4_simd.h b/libraries/CMSIS/Include/core_cm4_simd.h rename from Libraries/CMSIS/Include/core_cm4_simd.h rename to libraries/CMSIS/Include/core_cm4_simd.h diff --git a/Libraries/CMSIS/Include/core_cmFunc.h b/libraries/CMSIS/Include/core_cmFunc.h rename from Libraries/CMSIS/Include/core_cmFunc.h rename to libraries/CMSIS/Include/core_cmFunc.h diff --git a/Libraries/CMSIS/Include/core_cmInstr.h b/libraries/CMSIS/Include/core_cmInstr.h rename from Libraries/CMSIS/Include/core_cmInstr.h rename to libraries/CMSIS/Include/core_cmInstr.h diff --git a/Libraries/CMSIS/Include/core_sc000.h b/libraries/CMSIS/Include/core_sc000.h rename from Libraries/CMSIS/Include/core_sc000.h rename to libraries/CMSIS/Include/core_sc000.h diff --git a/Libraries/CMSIS/Include/core_sc300.h b/libraries/CMSIS/Include/core_sc300.h rename from Libraries/CMSIS/Include/core_sc300.h rename to libraries/CMSIS/Include/core_sc300.h diff --git a/Libraries/CMSIS/README.txt b/libraries/CMSIS/README.txt rename from Libraries/CMSIS/README.txt rename to libraries/CMSIS/README.txt diff --git a/Libraries/CMSIS/RTOS/cmsis_os.h b/libraries/CMSIS/RTOS/cmsis_os.h rename from Libraries/CMSIS/RTOS/cmsis_os.h rename to libraries/CMSIS/RTOS/cmsis_os.h diff --git a/Libraries/CMSIS/SVD/ARM_Sample.svd b/libraries/CMSIS/SVD/ARM_Sample.svd rename from Libraries/CMSIS/SVD/ARM_Sample.svd rename to libraries/CMSIS/SVD/ARM_Sample.svd diff --git a/Libraries/CMSIS/SVD/ARM_Sample_1_1.svd b/libraries/CMSIS/SVD/ARM_Sample_1_1.svd rename from Libraries/CMSIS/SVD/ARM_Sample_1_1.svd rename to libraries/CMSIS/SVD/ARM_Sample_1_1.svd diff --git a/Libraries/CMSIS/SVD/CMSIS-SVD_Schema_1_0.xsd b/libraries/CMSIS/SVD/CMSIS-SVD_Schema_1_0.xsd rename from Libraries/CMSIS/SVD/CMSIS-SVD_Schema_1_0.xsd rename to libraries/CMSIS/SVD/CMSIS-SVD_Schema_1_0.xsd diff --git a/Libraries/CMSIS/SVD/CMSIS-SVD_Schema_1_1_draft.xsd b/libraries/CMSIS/SVD/CMSIS-SVD_Schema_1_1_draft.xsd rename from Libraries/CMSIS/SVD/CMSIS-SVD_Schema_1_1_draft.xsd rename to libraries/CMSIS/SVD/CMSIS-SVD_Schema_1_1_draft.xsd diff --git a/Libraries/CMSIS/SVD/SVDConv.exe b/libraries/CMSIS/SVD/SVDConv.exe rename from Libraries/CMSIS/SVD/SVDConv.exe rename to libraries/CMSIS/SVD/SVDConv.exe diff --git a/Libraries/CMSIS/index.html b/libraries/CMSIS/index.html rename from Libraries/CMSIS/index.html rename to libraries/CMSIS/index.html diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/Release_Notes.html b/libraries/STM32L1xx_StdPeriph_Driver/Release_Notes.html rename from Libraries/STM32L1xx_StdPeriph_Driver/Release_Notes.html rename to libraries/STM32L1xx_StdPeriph_Driver/Release_Notes.html diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/misc.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/misc.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/misc.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/misc.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_adc.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_adc.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_adc.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_adc.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_aes.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_aes.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_aes.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_aes.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_comp.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_comp.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_comp.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_comp.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_crc.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_crc.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_crc.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_crc.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_dac.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_dac.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_dac.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_dac.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_dbgmcu.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_dbgmcu.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_dbgmcu.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_dbgmcu.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_dma.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_dma.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_dma.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_dma.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_exti.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_exti.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_exti.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_exti.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_flash.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_flash.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_flash.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_flash.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_fsmc.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_fsmc.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_fsmc.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_fsmc.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_gpio.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_gpio.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_gpio.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_gpio.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_i2c.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_i2c.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_i2c.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_i2c.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_iwdg.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_iwdg.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_iwdg.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_iwdg.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_lcd.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_lcd.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_lcd.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_lcd.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_opamp.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_opamp.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_opamp.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_opamp.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_pwr.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_pwr.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_pwr.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_pwr.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_rcc.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_rcc.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_rcc.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_rcc.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_rtc.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_rtc.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_rtc.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_rtc.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_sdio.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_sdio.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_sdio.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_sdio.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_spi.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_spi.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_spi.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_spi.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_syscfg.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_syscfg.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_syscfg.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_syscfg.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_tim.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_tim.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_tim.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_tim.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_usart.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_usart.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_usart.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_usart.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_wwdg.h b/libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_wwdg.h rename from Libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_wwdg.h rename to libraries/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_wwdg.h diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/misc.c b/libraries/STM32L1xx_StdPeriph_Driver/src/misc.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/misc.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/misc.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_adc.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_adc.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_adc.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_adc.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_aes.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_aes.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_aes.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_aes.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_aes_util.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_aes_util.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_aes_util.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_aes_util.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_comp.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_comp.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_comp.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_comp.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_crc.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_crc.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_crc.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_crc.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_dac.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_dac.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_dac.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_dac.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_dbgmcu.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_dbgmcu.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_dbgmcu.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_dbgmcu.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_dma.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_dma.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_dma.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_dma.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_exti.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_exti.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_exti.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_exti.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_flash.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_flash.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_flash.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_flash.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_flash_ramfunc.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_flash_ramfunc.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_flash_ramfunc.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_flash_ramfunc.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_fsmc.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_fsmc.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_fsmc.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_fsmc.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_gpio.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_gpio.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_gpio.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_gpio.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_i2c.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_i2c.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_i2c.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_i2c.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_iwdg.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_iwdg.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_iwdg.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_iwdg.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_lcd.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_lcd.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_lcd.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_lcd.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_opamp.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_opamp.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_opamp.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_opamp.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_pwr.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_pwr.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_pwr.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_pwr.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rcc.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rcc.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rcc.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rcc.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rtc.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rtc.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rtc.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rtc.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_spi.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_spi.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_spi.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_spi.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_syscfg.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_syscfg.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_syscfg.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_syscfg.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_tim.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_tim.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_tim.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_tim.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_usart.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_usart.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_usart.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_usart.c diff --git a/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_wwdg.c b/libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_wwdg.c rename from Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_wwdg.c rename to libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_wwdg.c diff --git a/Libraries/u8glib/chessengine.c b/libraries/u8glib/chessengine.c rename from Libraries/u8glib/chessengine.c rename to libraries/u8glib/chessengine.c diff --git a/Libraries/u8glib/u8g.h b/libraries/u8glib/u8g.h rename from Libraries/u8glib/u8g.h rename to libraries/u8glib/u8g.h diff --git a/Libraries/u8glib/u8g_bitmap.c b/libraries/u8glib/u8g_bitmap.c rename from Libraries/u8glib/u8g_bitmap.c rename to libraries/u8glib/u8g_bitmap.c diff --git a/Libraries/u8glib/u8g_circle.c b/libraries/u8glib/u8g_circle.c rename from Libraries/u8glib/u8g_circle.c rename to libraries/u8glib/u8g_circle.c diff --git a/Libraries/u8glib/u8g_clip.c b/libraries/u8glib/u8g_clip.c rename from Libraries/u8glib/u8g_clip.c rename to libraries/u8glib/u8g_clip.c diff --git a/Libraries/u8glib/u8g_com_api.c b/libraries/u8glib/u8g_com_api.c rename from Libraries/u8glib/u8g_com_api.c rename to libraries/u8glib/u8g_com_api.c diff --git a/Libraries/u8glib/u8g_com_api_16gr.c b/libraries/u8glib/u8g_com_api_16gr.c rename from Libraries/u8glib/u8g_com_api_16gr.c rename to libraries/u8glib/u8g_com_api_16gr.c diff --git a/Libraries/u8glib/u8g_com_i2c.c b/libraries/u8glib/u8g_com_i2c.c rename from Libraries/u8glib/u8g_com_i2c.c rename to libraries/u8glib/u8g_com_i2c.c diff --git a/Libraries/u8glib/u8g_com_io.c b/libraries/u8glib/u8g_com_io.c rename from Libraries/u8glib/u8g_com_io.c rename to libraries/u8glib/u8g_com_io.c diff --git a/Libraries/u8glib/u8g_com_null.c b/libraries/u8glib/u8g_com_null.c rename from Libraries/u8glib/u8g_com_null.c rename to libraries/u8glib/u8g_com_null.c diff --git a/Libraries/u8glib/u8g_cursor.c b/libraries/u8glib/u8g_cursor.c rename from Libraries/u8glib/u8g_cursor.c rename to libraries/u8glib/u8g_cursor.c diff --git a/Libraries/u8glib/u8g_delay.c b/libraries/u8glib/u8g_delay.c rename from Libraries/u8glib/u8g_delay.c rename to libraries/u8glib/u8g_delay.c diff --git a/Libraries/u8glib/u8g_dev_a2_micro_printer.c b/libraries/u8glib/u8g_dev_a2_micro_printer.c rename from Libraries/u8glib/u8g_dev_a2_micro_printer.c rename to libraries/u8glib/u8g_dev_a2_micro_printer.c diff --git a/Libraries/u8glib/u8g_dev_flipdisc_2x7.c b/libraries/u8glib/u8g_dev_flipdisc_2x7.c rename from Libraries/u8glib/u8g_dev_flipdisc_2x7.c rename to libraries/u8glib/u8g_dev_flipdisc_2x7.c diff --git a/Libraries/u8glib/u8g_dev_gprof.c b/libraries/u8glib/u8g_dev_gprof.c rename from Libraries/u8glib/u8g_dev_gprof.c rename to libraries/u8glib/u8g_dev_gprof.c diff --git a/Libraries/u8glib/u8g_dev_ht1632.c b/libraries/u8glib/u8g_dev_ht1632.c rename from Libraries/u8glib/u8g_dev_ht1632.c rename to libraries/u8glib/u8g_dev_ht1632.c diff --git a/Libraries/u8glib/u8g_dev_ili9325d_320x240.c b/libraries/u8glib/u8g_dev_ili9325d_320x240.c rename from Libraries/u8glib/u8g_dev_ili9325d_320x240.c rename to libraries/u8glib/u8g_dev_ili9325d_320x240.c diff --git a/Libraries/u8glib/u8g_dev_ks0108_128x64.c b/libraries/u8glib/u8g_dev_ks0108_128x64.c rename from Libraries/u8glib/u8g_dev_ks0108_128x64.c rename to libraries/u8glib/u8g_dev_ks0108_128x64.c diff --git a/Libraries/u8glib/u8g_dev_lc7981_160x80.c b/libraries/u8glib/u8g_dev_lc7981_160x80.c rename from Libraries/u8glib/u8g_dev_lc7981_160x80.c rename to libraries/u8glib/u8g_dev_lc7981_160x80.c diff --git a/Libraries/u8glib/u8g_dev_lc7981_240x128.c b/libraries/u8glib/u8g_dev_lc7981_240x128.c rename from Libraries/u8glib/u8g_dev_lc7981_240x128.c rename to libraries/u8glib/u8g_dev_lc7981_240x128.c diff --git a/Libraries/u8glib/u8g_dev_lc7981_240x64.c b/libraries/u8glib/u8g_dev_lc7981_240x64.c rename from Libraries/u8glib/u8g_dev_lc7981_240x64.c rename to libraries/u8glib/u8g_dev_lc7981_240x64.c diff --git a/Libraries/u8glib/u8g_dev_lc7981_320x64.c b/libraries/u8glib/u8g_dev_lc7981_320x64.c rename from Libraries/u8glib/u8g_dev_lc7981_320x64.c rename to libraries/u8glib/u8g_dev_lc7981_320x64.c diff --git a/Libraries/u8glib/u8g_dev_null.c b/libraries/u8glib/u8g_dev_null.c rename from Libraries/u8glib/u8g_dev_null.c rename to libraries/u8glib/u8g_dev_null.c diff --git a/Libraries/u8glib/u8g_dev_pcd8544_84x48.c b/libraries/u8glib/u8g_dev_pcd8544_84x48.c rename from Libraries/u8glib/u8g_dev_pcd8544_84x48.c rename to libraries/u8glib/u8g_dev_pcd8544_84x48.c diff --git a/Libraries/u8glib/u8g_dev_pcf8812_96x65.c b/libraries/u8glib/u8g_dev_pcf8812_96x65.c rename from Libraries/u8glib/u8g_dev_pcf8812_96x65.c rename to libraries/u8glib/u8g_dev_pcf8812_96x65.c diff --git a/Libraries/u8glib/u8g_dev_sbn1661_122x32.c b/libraries/u8glib/u8g_dev_sbn1661_122x32.c rename from Libraries/u8glib/u8g_dev_sbn1661_122x32.c rename to libraries/u8glib/u8g_dev_sbn1661_122x32.c diff --git a/Libraries/u8glib/u8g_dev_ssd1306_128x32.c b/libraries/u8glib/u8g_dev_ssd1306_128x32.c rename from Libraries/u8glib/u8g_dev_ssd1306_128x32.c rename to libraries/u8glib/u8g_dev_ssd1306_128x32.c diff --git a/Libraries/u8glib/u8g_dev_ssd1306_128x64.c b/libraries/u8glib/u8g_dev_ssd1306_128x64.c rename from Libraries/u8glib/u8g_dev_ssd1306_128x64.c rename to libraries/u8glib/u8g_dev_ssd1306_128x64.c diff --git a/Libraries/u8glib/u8g_dev_ssd1309_128x64.c b/libraries/u8glib/u8g_dev_ssd1309_128x64.c rename from Libraries/u8glib/u8g_dev_ssd1309_128x64.c rename to libraries/u8glib/u8g_dev_ssd1309_128x64.c diff --git a/Libraries/u8glib/u8g_dev_ssd1322_nhd31oled_bw.c b/libraries/u8glib/u8g_dev_ssd1322_nhd31oled_bw.c rename from Libraries/u8glib/u8g_dev_ssd1322_nhd31oled_bw.c rename to libraries/u8glib/u8g_dev_ssd1322_nhd31oled_bw.c diff --git a/Libraries/u8glib/u8g_dev_ssd1322_nhd31oled_gr.c b/libraries/u8glib/u8g_dev_ssd1322_nhd31oled_gr.c rename from Libraries/u8glib/u8g_dev_ssd1322_nhd31oled_gr.c rename to libraries/u8glib/u8g_dev_ssd1322_nhd31oled_gr.c diff --git a/Libraries/u8glib/u8g_dev_ssd1325_nhd27oled_bw.c b/libraries/u8glib/u8g_dev_ssd1325_nhd27oled_bw.c rename from Libraries/u8glib/u8g_dev_ssd1325_nhd27oled_bw.c rename to libraries/u8glib/u8g_dev_ssd1325_nhd27oled_bw.c diff --git a/Libraries/u8glib/u8g_dev_ssd1325_nhd27oled_bw_new.c b/libraries/u8glib/u8g_dev_ssd1325_nhd27oled_bw_new.c rename from Libraries/u8glib/u8g_dev_ssd1325_nhd27oled_bw_new.c rename to libraries/u8glib/u8g_dev_ssd1325_nhd27oled_bw_new.c diff --git a/Libraries/u8glib/u8g_dev_ssd1325_nhd27oled_gr.c b/libraries/u8glib/u8g_dev_ssd1325_nhd27oled_gr.c rename from Libraries/u8glib/u8g_dev_ssd1325_nhd27oled_gr.c rename to libraries/u8glib/u8g_dev_ssd1325_nhd27oled_gr.c diff --git a/Libraries/u8glib/u8g_dev_ssd1325_nhd27oled_gr_new.c b/libraries/u8glib/u8g_dev_ssd1325_nhd27oled_gr_new.c rename from Libraries/u8glib/u8g_dev_ssd1325_nhd27oled_gr_new.c rename to libraries/u8glib/u8g_dev_ssd1325_nhd27oled_gr_new.c diff --git a/Libraries/u8glib/u8g_dev_ssd1327_96x96_gr.c b/libraries/u8glib/u8g_dev_ssd1327_96x96_gr.c rename from Libraries/u8glib/u8g_dev_ssd1327_96x96_gr.c rename to libraries/u8glib/u8g_dev_ssd1327_96x96_gr.c diff --git a/Libraries/u8glib/u8g_dev_ssd1351_128x128.c b/libraries/u8glib/u8g_dev_ssd1351_128x128.c rename from Libraries/u8glib/u8g_dev_ssd1351_128x128.c rename to libraries/u8glib/u8g_dev_ssd1351_128x128.c diff --git a/Libraries/u8glib/u8g_dev_st7565_64128n.c b/libraries/u8glib/u8g_dev_st7565_64128n.c rename from Libraries/u8glib/u8g_dev_st7565_64128n.c rename to libraries/u8glib/u8g_dev_st7565_64128n.c diff --git a/Libraries/u8glib/u8g_dev_st7565_dogm128.c b/libraries/u8glib/u8g_dev_st7565_dogm128.c rename from Libraries/u8glib/u8g_dev_st7565_dogm128.c rename to libraries/u8glib/u8g_dev_st7565_dogm128.c diff --git a/Libraries/u8glib/u8g_dev_st7565_dogm132.c b/libraries/u8glib/u8g_dev_st7565_dogm132.c rename from Libraries/u8glib/u8g_dev_st7565_dogm132.c rename to libraries/u8glib/u8g_dev_st7565_dogm132.c diff --git a/Libraries/u8glib/u8g_dev_st7565_lm6059.c b/libraries/u8glib/u8g_dev_st7565_lm6059.c rename from Libraries/u8glib/u8g_dev_st7565_lm6059.c rename to libraries/u8glib/u8g_dev_st7565_lm6059.c diff --git a/Libraries/u8glib/u8g_dev_st7565_lm6063.c b/libraries/u8glib/u8g_dev_st7565_lm6063.c rename from Libraries/u8glib/u8g_dev_st7565_lm6063.c rename to libraries/u8glib/u8g_dev_st7565_lm6063.c diff --git a/Libraries/u8glib/u8g_dev_st7565_nhd_c12832.c b/libraries/u8glib/u8g_dev_st7565_nhd_c12832.c rename from Libraries/u8glib/u8g_dev_st7565_nhd_c12832.c rename to libraries/u8glib/u8g_dev_st7565_nhd_c12832.c diff --git a/Libraries/u8glib/u8g_dev_st7565_nhd_c12864.c b/libraries/u8glib/u8g_dev_st7565_nhd_c12864.c rename from Libraries/u8glib/u8g_dev_st7565_nhd_c12864.c rename to libraries/u8glib/u8g_dev_st7565_nhd_c12864.c diff --git a/Libraries/u8glib/u8g_dev_st7687_c144mvgd.c b/libraries/u8glib/u8g_dev_st7687_c144mvgd.c rename from Libraries/u8glib/u8g_dev_st7687_c144mvgd.c rename to libraries/u8glib/u8g_dev_st7687_c144mvgd.c diff --git a/Libraries/u8glib/u8g_dev_st7920_128x64.c b/libraries/u8glib/u8g_dev_st7920_128x64.c rename from Libraries/u8glib/u8g_dev_st7920_128x64.c rename to libraries/u8glib/u8g_dev_st7920_128x64.c diff --git a/Libraries/u8glib/u8g_dev_st7920_192x32.c b/libraries/u8glib/u8g_dev_st7920_192x32.c rename from Libraries/u8glib/u8g_dev_st7920_192x32.c rename to libraries/u8glib/u8g_dev_st7920_192x32.c diff --git a/Libraries/u8glib/u8g_dev_st7920_202x32.c b/libraries/u8glib/u8g_dev_st7920_202x32.c rename from Libraries/u8glib/u8g_dev_st7920_202x32.c rename to libraries/u8glib/u8g_dev_st7920_202x32.c diff --git a/Libraries/u8glib/u8g_dev_t6963_128x64.c b/libraries/u8glib/u8g_dev_t6963_128x64.c rename from Libraries/u8glib/u8g_dev_t6963_128x64.c rename to libraries/u8glib/u8g_dev_t6963_128x64.c diff --git a/Libraries/u8glib/u8g_dev_t6963_240x128.c b/libraries/u8glib/u8g_dev_t6963_240x128.c rename from Libraries/u8glib/u8g_dev_t6963_240x128.c rename to libraries/u8glib/u8g_dev_t6963_240x128.c diff --git a/Libraries/u8glib/u8g_dev_t6963_240x64.c b/libraries/u8glib/u8g_dev_t6963_240x64.c rename from Libraries/u8glib/u8g_dev_t6963_240x64.c rename to libraries/u8glib/u8g_dev_t6963_240x64.c diff --git a/Libraries/u8glib/u8g_dev_tls8204_84x48.c b/libraries/u8glib/u8g_dev_tls8204_84x48.c rename from Libraries/u8glib/u8g_dev_tls8204_84x48.c rename to libraries/u8glib/u8g_dev_tls8204_84x48.c diff --git a/Libraries/u8glib/u8g_dev_uc1601_c128032.c b/libraries/u8glib/u8g_dev_uc1601_c128032.c rename from Libraries/u8glib/u8g_dev_uc1601_c128032.c rename to libraries/u8glib/u8g_dev_uc1601_c128032.c diff --git a/Libraries/u8glib/u8g_dev_uc1608_240x64.c b/libraries/u8glib/u8g_dev_uc1608_240x64.c rename from Libraries/u8glib/u8g_dev_uc1608_240x64.c rename to libraries/u8glib/u8g_dev_uc1608_240x64.c diff --git a/Libraries/u8glib/u8g_dev_uc1610_dogxl160.c b/libraries/u8glib/u8g_dev_uc1610_dogxl160.c rename from Libraries/u8glib/u8g_dev_uc1610_dogxl160.c rename to libraries/u8glib/u8g_dev_uc1610_dogxl160.c diff --git a/Libraries/u8glib/u8g_dev_uc1701_dogs102.c b/libraries/u8glib/u8g_dev_uc1701_dogs102.c rename from Libraries/u8glib/u8g_dev_uc1701_dogs102.c rename to libraries/u8glib/u8g_dev_uc1701_dogs102.c diff --git a/Libraries/u8glib/u8g_dev_uc1701_mini12864.c b/libraries/u8glib/u8g_dev_uc1701_mini12864.c rename from Libraries/u8glib/u8g_dev_uc1701_mini12864.c rename to libraries/u8glib/u8g_dev_uc1701_mini12864.c diff --git a/Libraries/u8glib/u8g_ellipse.c b/libraries/u8glib/u8g_ellipse.c rename from Libraries/u8glib/u8g_ellipse.c rename to libraries/u8glib/u8g_ellipse.c diff --git a/Libraries/u8glib/u8g_font.c b/libraries/u8glib/u8g_font.c rename from Libraries/u8glib/u8g_font.c rename to libraries/u8glib/u8g_font.c diff --git a/Libraries/u8glib/u8g_font_data.c b/libraries/u8glib/u8g_font_data.c rename from Libraries/u8glib/u8g_font_data.c rename to libraries/u8glib/u8g_font_data.c diff --git a/Libraries/u8glib/u8g_line.c b/libraries/u8glib/u8g_line.c rename from Libraries/u8glib/u8g_line.c rename to libraries/u8glib/u8g_line.c diff --git a/Libraries/u8glib/u8g_ll_api.c b/libraries/u8glib/u8g_ll_api.c rename from Libraries/u8glib/u8g_ll_api.c rename to libraries/u8glib/u8g_ll_api.c diff --git a/Libraries/u8glib/u8g_page.c b/libraries/u8glib/u8g_page.c rename from Libraries/u8glib/u8g_page.c rename to libraries/u8glib/u8g_page.c diff --git a/Libraries/u8glib/u8g_pb.c b/libraries/u8glib/u8g_pb.c rename from Libraries/u8glib/u8g_pb.c rename to libraries/u8glib/u8g_pb.c diff --git a/Libraries/u8glib/u8g_pb14v1.c b/libraries/u8glib/u8g_pb14v1.c rename from Libraries/u8glib/u8g_pb14v1.c rename to libraries/u8glib/u8g_pb14v1.c diff --git a/Libraries/u8glib/u8g_pb16h1.c b/libraries/u8glib/u8g_pb16h1.c rename from Libraries/u8glib/u8g_pb16h1.c rename to libraries/u8glib/u8g_pb16h1.c diff --git a/Libraries/u8glib/u8g_pb16h2.c b/libraries/u8glib/u8g_pb16h2.c rename from Libraries/u8glib/u8g_pb16h2.c rename to libraries/u8glib/u8g_pb16h2.c diff --git a/Libraries/u8glib/u8g_pb16v1.c b/libraries/u8glib/u8g_pb16v1.c rename from Libraries/u8glib/u8g_pb16v1.c rename to libraries/u8glib/u8g_pb16v1.c diff --git a/Libraries/u8glib/u8g_pb16v2.c b/libraries/u8glib/u8g_pb16v2.c rename from Libraries/u8glib/u8g_pb16v2.c rename to libraries/u8glib/u8g_pb16v2.c diff --git a/Libraries/u8glib/u8g_pb32h1.c b/libraries/u8glib/u8g_pb32h1.c rename from Libraries/u8glib/u8g_pb32h1.c rename to libraries/u8glib/u8g_pb32h1.c diff --git a/Libraries/u8glib/u8g_pb8h1.c b/libraries/u8glib/u8g_pb8h1.c rename from Libraries/u8glib/u8g_pb8h1.c rename to libraries/u8glib/u8g_pb8h1.c diff --git a/Libraries/u8glib/u8g_pb8h1f.c b/libraries/u8glib/u8g_pb8h1f.c rename from Libraries/u8glib/u8g_pb8h1f.c rename to libraries/u8glib/u8g_pb8h1f.c diff --git a/Libraries/u8glib/u8g_pb8h2.c b/libraries/u8glib/u8g_pb8h2.c rename from Libraries/u8glib/u8g_pb8h2.c rename to libraries/u8glib/u8g_pb8h2.c diff --git a/Libraries/u8glib/u8g_pb8h8.c b/libraries/u8glib/u8g_pb8h8.c rename from Libraries/u8glib/u8g_pb8h8.c rename to libraries/u8glib/u8g_pb8h8.c diff --git a/Libraries/u8glib/u8g_pb8v1.c b/libraries/u8glib/u8g_pb8v1.c rename from Libraries/u8glib/u8g_pb8v1.c rename to libraries/u8glib/u8g_pb8v1.c diff --git a/Libraries/u8glib/u8g_pb8v2.c b/libraries/u8glib/u8g_pb8v2.c rename from Libraries/u8glib/u8g_pb8v2.c rename to libraries/u8glib/u8g_pb8v2.c diff --git a/Libraries/u8glib/u8g_pbxh16.c b/libraries/u8glib/u8g_pbxh16.c rename from Libraries/u8glib/u8g_pbxh16.c rename to libraries/u8glib/u8g_pbxh16.c diff --git a/Libraries/u8glib/u8g_pbxh24.c b/libraries/u8glib/u8g_pbxh24.c rename from Libraries/u8glib/u8g_pbxh24.c rename to libraries/u8glib/u8g_pbxh24.c diff --git a/Libraries/u8glib/u8g_polygon.c b/libraries/u8glib/u8g_polygon.c rename from Libraries/u8glib/u8g_polygon.c rename to libraries/u8glib/u8g_polygon.c diff --git a/Libraries/u8glib/u8g_rect.c b/libraries/u8glib/u8g_rect.c rename from Libraries/u8glib/u8g_rect.c rename to libraries/u8glib/u8g_rect.c diff --git a/Libraries/u8glib/u8g_rot.c b/libraries/u8glib/u8g_rot.c rename from Libraries/u8glib/u8g_rot.c rename to libraries/u8glib/u8g_rot.c diff --git a/Libraries/u8glib/u8g_scale.c b/libraries/u8glib/u8g_scale.c rename from Libraries/u8glib/u8g_scale.c rename to libraries/u8glib/u8g_scale.c diff --git a/Libraries/u8glib/u8g_state.c b/libraries/u8glib/u8g_state.c rename from Libraries/u8glib/u8g_state.c rename to libraries/u8glib/u8g_state.c diff --git a/Libraries/u8glib/u8g_u16toa.c b/libraries/u8glib/u8g_u16toa.c rename from Libraries/u8glib/u8g_u16toa.c rename to libraries/u8glib/u8g_u16toa.c diff --git a/Libraries/u8glib/u8g_u8toa.c b/libraries/u8glib/u8g_u8toa.c rename from Libraries/u8glib/u8g_u8toa.c rename to libraries/u8glib/u8g_u8toa.c diff --git a/Libraries/u8glib/u8g_virtual_screen.c b/libraries/u8glib/u8g_virtual_screen.c rename from Libraries/u8glib/u8g_virtual_screen.c rename to libraries/u8glib/u8g_virtual_screen.c diff --git a/main.c b/main.c --- a/main.c +++ b/main.c @@ -1,6 +1,5 @@ #include "main.h" #include "stm32l100c_discovery.h" -#include "u8g_arm.h" static __IO uint32_t TimingDelay; uint8_t BlinkSpeed = 0; @@ -26,12 +25,10 @@ int main(void) BlinkSpeed = 1; /* Init lcd driver */ - u8g_t u8g; - //u8g_InitComFn(&u8g, &u8g_dev_ssd1306_128x64_hw_spi, u8g_com_hw_spi_fn); - STM_EVAL_LEDOn(LED4); + STM_EVAL_LEDOn(LED4); Delay(1000); - STM_EVAL_LEDOff(LED4); + STM_EVAL_LEDOff(LED4); Delay(1000); while(1) diff --git a/u8g_arm.c b/u8g_arm.c deleted file mode 100644 --- a/u8g_arm.c +++ /dev/null @@ -1,536 +0,0 @@ -/* - - u8g_arm.c - - The following delay procedures must be implemented for u8glib. This is done in this file: - - void u8g_Delay(uint16_t val) Delay by "val" milliseconds - void u8g_MicroDelay(void) Delay be one microsecond - void u8g_10MicroDelay(void) Delay by 10 microseconds - - Additional requirements: - - SysTick must be enabled, but SysTick IRQ is not required. Any LOAD values are fine, - it is prefered to have at least 1ms - Example: - SysTick->LOAD = (SystemCoreClock/1000UL*(unsigned long)SYS_TICK_PERIOD_IN_MS) - 1; - SysTick->VAL = 0; - SysTick->CTRL = 7; // enable, generate interrupt (SysTick_Handler), do not divide by 2 -*/ - -#include "u8g_arm.h" - - -/*========================================================================*/ -/* system clock setup for LPC122x */ - -uint32_t SystemCoreClock = 12000000; - -/* activate PLL for the int. RC osc. Assumes the IRC is already running */ -/* this procedure is not required for u8glib, but can be called from the init code */ - void init_system_clock(void) - { - - /* do some simple startup tasks */ - LPC_SYSCON->SYSMEMREMAP = 2; - LPC_WWDT->MOD = 0; /* disable watchdog */ - LPC_SYSCON->INTNMI = 0x03f; /* disable NMI */ - - - /* setup 24MHz for the LPC122x (does not require additional wait states for the flash) */ - - /* oscillator controll registor, no change needed for int. RC osc. */ - LPC_SYSCON->SYSOSCCTRL = 0; /* no bypass (bit 0), low freq range (bit 1), reset value is also 0 */ - - LPC_SYSCON->SYSPLLCLKSEL = 0; /* select PLL source, 0: IRC, 1: Sys osc */ - LPC_SYSCON->SYSPLLCLKUEN = 0; /* confirm change by writing 0 and 1 to SYSPLLCLKUEN */ - LPC_SYSCON->SYSPLLCLKUEN = 1; - - LPC_SYSCON->SYSPLLCTRL = 1 | (3 << 5); /* 48 Mhz, m = 2, p = 4 */ - LPC_SYSCON->PDRUNCFG &= ~(1UL<<7); /* power-up PLL */ - - while (!(LPC_SYSCON->SYSPLLSTAT & 1)) - ; /* wait for PLL lock */ - - LPC_SYSCON->MAINCLKSEL = 3; /* select PLL for main clock */ - LPC_SYSCON->MAINCLKUEN = 0; /* confirm change by writing 0 and 1 to MAINCLKUEN */ - LPC_SYSCON->MAINCLKUEN = 1; - - LPC_SYSCON->SYSAHBCLKDIV = 1; /* set AHB clock divider to 1 */ - - SystemCoreClock = 24000000UL; -} - -/*========================================================================*/ -/* Generic ARM delay procedure, based on the system timer (SysTick) */ - -/* - Delay by the provided number of system ticks. - The delay must be smaller than the RELOAD value. - This delay has an imprecision of about +/- 20 system ticks. -*/ -static void _delay_system_ticks_sub(uint32_t sys_ticks) -{ - uint32_t start_val, end_val, curr_val; - uint32_t load; - - start_val = SysTick->VAL; - start_val &= 0x0ffffffUL; - end_val = start_val; - - if ( end_val < sys_ticks ) - { - /* check, if the operation after this if clause would lead to a negative result */ - /* if this would be the case, then add the reload value first */ - load = SysTick->LOAD; - load &= 0x0ffffffUL; - end_val += load; - } - /* counter goes towards zero, so end_val is below start value */ - end_val -= sys_ticks; - - - /* wait until interval is left */ - if ( start_val >= end_val ) - { - for(;;) - { - curr_val = SysTick->VAL; - curr_val &= 0x0ffffffUL; - if ( curr_val <= end_val ) - break; - if ( curr_val > start_val ) - break; - } - } - else - { - for(;;) - { - curr_val = SysTick->VAL; - curr_val &= 0x0ffffffUL; - if ( curr_val <= end_val && curr_val > start_val ) - break; - } - } -} - -/* - Delay by the provided number of system ticks. - Any values between 0 and 0x0ffffffff are allowed. -*/ -void delay_system_ticks(uint32_t sys_ticks) -{ - uint32_t load4; - load4 = SysTick->LOAD; - load4 &= 0x0ffffffUL; - load4 >>= 2; - - while ( sys_ticks > load4 ) - { - sys_ticks -= load4; - _delay_system_ticks_sub(load4); - } - _delay_system_ticks_sub(sys_ticks); -} - -/* - Delay by the provided number of micro seconds. - Limitation: "us" * System-Freq in MHz must now overflow in 32 bit. - Values between 0 and 1.000.000 (1 second) are ok. -*/ -void delay_micro_seconds(uint32_t us) -{ - uint32_t sys_ticks; - - sys_ticks = SystemCoreClock; - sys_ticks /=1000000UL; - sys_ticks *= us; - delay_system_ticks(sys_ticks); -} - -/*========================================================================*/ -/* generic gpio procedures (not required for u8glib) */ - -struct _lpc_pin_info_struct -{ - uint16_t offset; - uint8_t iocon_gpio_value_no_pullup; - uint8_t iocon_gpio_value_pullup; /* identical to iocon_gpio_value_no_pullup if there is no pullup */ -}; -typedef struct _lpc_pin_info_struct lpc_pin_info_struct; - -const lpc_pin_info_struct lpc11xx_pin_info[] = -{ - { offsetof(LPC_IOCON_Type,PIO0_0), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_1), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_2), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_3), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_4), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_5), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_6), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_7), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_8), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_9), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_10), 128, 128}, /* no pullup available */ - { offsetof(LPC_IOCON_Type,PIO0_11), 128, 128}, /* no pullup available */ - { offsetof(LPC_IOCON_Type,PIO0_12), 128, 128+16}, - { offsetof(LPC_IOCON_Type,RESET_PIO0_13), 128+16, 128+16}, /* reset pin, disallow GPIO here, always keep pullup */ - { offsetof(LPC_IOCON_Type,PIO0_14), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_15), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_16), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_17), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_18), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_19), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_20), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_21), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_22), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_23), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_24), 128, 128+16}, - { offsetof(LPC_IOCON_Type,SWDIO_PIO0_25), 128+6, 128+16+6}, - { offsetof(LPC_IOCON_Type,SWCLK_PIO0_26), 128+6, 128+16+6}, - { offsetof(LPC_IOCON_Type,PIO0_27), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_28), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO0_29), 128, 128+16}, - { offsetof(LPC_IOCON_Type,R_PIO0_30), 128+1, 128+16+1}, - { offsetof(LPC_IOCON_Type,R_PIO0_31), 128+1, 128+16+1}, - - { offsetof(LPC_IOCON_Type,R_PIO1_0), 128+1, 128+16+1}, - { offsetof(LPC_IOCON_Type,R_PIO1_1), 128+1, 128+16+1}, - { offsetof(LPC_IOCON_Type,PIO1_2), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO1_3), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO1_4), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO1_5), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO1_6), 128, 128+16}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - { 0, 0, 0}, - - { offsetof(LPC_IOCON_Type,PIO2_0), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO2_1), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO2_2), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO2_3), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO2_4), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO2_5), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO2_6), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO2_7), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO2_8), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO2_9), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO2_10), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO2_11), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO2_12), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO2_13), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO2_14), 128, 128+16}, - { offsetof(LPC_IOCON_Type,PIO2_15), 128, 128+16}, - - -}; - -LPC_GPIO_Type *lpc11xx_gpio_base[4] = {LPC_GPIO0, LPC_GPIO1, LPC_GPIO2}; - - -void set_gpio_mode(uint16_t pin, uint8_t is_output, uint8_t is_pullup) -{ - uint32_t value; - LPC_GPIO_Type *gpio; - - LPC_SYSCON->SYSAHBCLKCTRL |= 1<<16; /* enable IOCON clock */ - - - if ( is_pullup == 0 ) - value = lpc11xx_pin_info[pin].iocon_gpio_value_no_pullup; - else - value = lpc11xx_pin_info[pin].iocon_gpio_value_pullup; - *(__IO uint32_t *)(((char *)LPC_IOCON)+(size_t)(lpc11xx_pin_info[pin].offset)) = value; - - gpio = lpc11xx_gpio_base[pin >> 5]; - - if ( is_output == 0 ) - gpio->DIR &= ~( 1UL << (pin & 0x01f)); - else - gpio->DIR |= ( 1UL << (pin & 0x01f)); -} - -void set_gpio_level(uint16_t pin, uint8_t level) -{ - - /* assumes that pins are not affected by MASK register */ - LPC_GPIO_Type *gpio = lpc11xx_gpio_base[pin >> 5]; - pin &= 0x01f; - if ( level != 0 ) - { - gpio->SET = 1UL << (pin); - } - else - { - gpio->CLR = 1UL << (pin); - } -} - -uint8_t get_gpio_level(uint16_t pin) -{ - LPC_GPIO_Type *gpio = lpc11xx_gpio_base[pin >> 5]; - pin &= 0x01f; - if ( (gpio->PIN & (1<<(pin))) == 0 ) - return 0; - return 1; -} - - - - -/*========================================================================*/ -/* - SPI - typedef struct { (@ 0x40040000) SSP Structure - union{ - __IO uint32_t CR[2]; (@ 0x40040000) Control Registers. - struct{ - __IO uint32_t CR0; (@ 0x40040000) Control Register 0. Selects the serial clock rate, bus type, and data size. - __IO uint32_t CR1; (@ 0x40040004) Control Register 1. Selects master/slave and other modes. - }; - }; - __IO uint32_t DR; (@ 0x40040008) Data Register. Writes fill the transmit FIFO, and reads empty the receive FIFO. - __I uint32_t SR; (@ 0x4004000C) Status Register - __IO uint32_t CPSR; (@ 0x40040010) Clock Prescale Register - __IO uint32_t IMSC; (@ 0x40040014) Interrupt Mask Set and Clear Register - __I uint32_t RIS; (@ 0x40040018) Raw Interrupt Status Register - __I uint32_t MIS; (@ 0x4004001C) Masked Interrupt Status Register - __IO uint32_t ICR; (@ 0x40040020) SSPICR Interrupt Clear Register - __IO uint32_t DMACR; (@ 0x40040024) DMA Control Register - } LPC_SSP_Type; - - - LPC_SYSCON->SYSAHBCLKCTRL |= 1<<16; enable IOCON clock - LPC_SYSCON->SYSAHBCLKCTRL |= 1<<11; enable SSP clock - LPC_SYSCON->SSPCLKDIV = 1; - - //LPC_IOCON->SCK_LOC = 0; SCK0 at PIO0_10 - LPC_IOCON->PIO0_14 = 2; select SCK at PIO0_14, no pullup - LPC_IOCON->PIO0_17 = 2; select MOSI at PIO0_17, no pullup - - LPC_SSP->CR1 = 0; disable SPI, enable master mode - LPC_SSP->CR0 = 7 | (CPOL << 6) | (CPHA <<7); 8 bit, SPI mode, SCR = 1 (prescale) - LPC_SSP->CPSR = 12; - LPC_SSP->CR1 = 2; enable SPI, (enable master mode) - -*/ - - -/* - setup spi0 - ns is the clock cycle time between 0 and 20000 ns -*/ -void spi_init(uint32_t ns) -{ - uint32_t cpol = 1; - uint32_t cpha = 1; - uint32_t cpsr; - - LPC_SYSCON->SYSAHBCLKCTRL |= 1<<16; /* enable IOCON clock */ - LPC_SYSCON->SYSAHBCLKCTRL |= 1<<11; /* enable SSP0 clock */ - LPC_SYSCON->SSPCLKDIV = 1; - - LPC_SYSCON->PRESETCTRL &= ~(1UL<<0); /* reset SSP0 */ - - LPC_IOCON->PIO0_14 = 2; /* select SCK at PIO0_14 */ - LPC_IOCON->PIO0_17 = 2; /* select MOSI at PIO0_17 */ - - LPC_SYSCON->PRESETCTRL |= 1UL<<0; /* de-asserted reset SSP0 */ - - - LPC_SSP->CR1 = 0; /* disable SPI, enable master mode */ - LPC_SSP->CR0 = 7 | (cpol << 6) | (cpha <<7); /* 8 bit, SPI mode, SCR = 1 (prescale) */ - - /* - calculate CPSR - SystemCoreClock / CPSR = 1000000000 / ns - CPSR = SystemCoreClock * ns / 1000000000 - CPSR = (SystemCoreClock/10000) * ns / 100000 - */ - cpsr = SystemCoreClock; - cpsr /= 10000UL; - cpsr *= ns; - cpsr += 100000UL - 1UL; /* round up */ - cpsr /= 100000UL; - /* ensure that cpsr will be between 2 and 254 */ - if ( cpsr == 0 ) - cpsr = 1; - cpsr++; - cpsr &= 0x0feUL; - LPC_SSP->CPSR = cpsr; - LPC_SSP->CR1 = 2; /* enable SPI, (enable master mode) */ - - /* - for(;;) - spi_out(0x0f5); - */ - /* - set_gpio_mode(PIN(1,0), 1, 0); - for(;;) - { - set_gpio_level(PIN(1,0), 0); - set_gpio_level(PIN(1,0), 0); - set_gpio_level(PIN(1,0), 0); - set_gpio_level(PIN(1,0), 1); - } - */ - -} - -void spi_out(uint8_t data) -{ - while ( (LPC_SSP->SR & 2) == 0 ) - ; - LPC_SSP->DR = data; -} - -/*========================================================================*/ -/* - The following delay procedures must be implemented for u8glib - - void u8g_Delay(uint16_t val) Delay by "val" milliseconds - void u8g_MicroDelay(void) Delay be one microsecond - void u8g_10MicroDelay(void) Delay by 10 microseconds - -*/ - -void u8g_Delay(uint16_t val) -{ - - delay_micro_seconds(1000UL*(uint32_t)val); -} - -void u8g_MicroDelay(void) -{ - delay_micro_seconds(1); -} - -void u8g_10MicroDelay(void) -{ - delay_micro_seconds(10); -} - - - - -/*========================================================================*/ -/* u8glib com procedure */ - -/* gps board */ -/* -uint16_t u8g_pin_a0 = PIN(0,11); -uint16_t u8g_pin_cs = PIN(0,6); -uint16_t u8g_pin_rst = PIN(0,5); -*/ - -/* eval board */ -uint16_t u8g_pin_a0 = PIN(1,1); -uint16_t u8g_pin_cs = PIN(1,2); -uint16_t u8g_pin_rst = PIN(1,0); - - -uint8_t u8g_com_hw_spi_fn(u8g_t *u8g, uint8_t msg, uint8_t arg_val, void *arg_ptr) -{ - switch(msg) - { - case U8G_COM_MSG_STOP: - break; - - case U8G_COM_MSG_INIT: - - if ( arg_val <= U8G_SPI_CLK_CYCLE_50NS ) - { - spi_init(50); - } - else if ( arg_val <= U8G_SPI_CLK_CYCLE_300NS ) - { - spi_init(300); - } - else if ( arg_val <= U8G_SPI_CLK_CYCLE_400NS ) - { - spi_init(400); - } - else - { - spi_init(1200); - } - - set_gpio_mode(u8g_pin_rst, 1, 0); /* output, no pullup */ - set_gpio_mode(u8g_pin_cs, 1, 0); /* output, no pullup */ - set_gpio_mode(u8g_pin_a0, 1, 0); /* output, no pullup */ - - u8g_MicroDelay(); - break; - - case U8G_COM_MSG_ADDRESS: /* define cmd (arg_val = 0) or data mode (arg_val = 1) */ - u8g_10MicroDelay(); - set_gpio_level(u8g_pin_a0, arg_val); - u8g_10MicroDelay(); - break; - - case U8G_COM_MSG_CHIP_SELECT: - if ( arg_val == 0 ) - { - /* disable */ - uint8_t i; - /* this delay is required to avoid that the display is switched off too early --> DOGS102 with LPC1114 */ - for( i = 0; i < 5; i++ ) - u8g_10MicroDelay(); - set_gpio_level(u8g_pin_cs, 1); - } - else - { - /* enable */ - set_gpio_level(u8g_pin_cs, 0); - } - u8g_MicroDelay(); - break; - - case U8G_COM_MSG_RESET: - set_gpio_level(u8g_pin_rst, arg_val); - u8g_10MicroDelay(); - break; - - case U8G_COM_MSG_WRITE_BYTE: - spi_out(arg_val); - u8g_MicroDelay(); - break; - - case U8G_COM_MSG_WRITE_SEQ: - case U8G_COM_MSG_WRITE_SEQ_P: - { - register uint8_t *ptr = arg_ptr; - while( arg_val > 0 ) - { - spi_out(*ptr++); - arg_val--; - } - } - break; - } - return 1; -} - diff --git a/u8g_arm.h b/u8g_arm.h deleted file mode 100644 --- a/u8g_arm.h +++ /dev/null @@ -1,70 +0,0 @@ -/* - - u8g_arm.h - - Header file for u8g LPC122x utility procedures - - Universal 8bit Graphics Library - - Copyright (c) 2013, olikraus@gmail.com - All rights reserved. - - Redistribution and use in source and binary forms, with or without modification, - are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this list - of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright notice, this - list of conditions and the following disclaimer in the documentation and/or other - materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND - CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER - CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF - ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -*/ - - -#ifndef _U8G_ARM_H -#define _U8G_ARM_H - -#include "Libraries/u8glib/u8g.h" - -/* system helper procedures */ -void init_system_clock(void); /* optional: can be called from init code */ - -void delay_system_ticks(uint32_t sys_ticks); -void delay_micro_seconds(uint32_t us); - - -#define PIN(base,bit) ((base)*32+(bit)) -#define DEFAULT_KEY PIN(0,12) - -void set_gpio_mode(uint16_t pin, uint8_t is_output, uint8_t is_pullup) U8G_NOINLINE; -void set_gpio_level(uint16_t pin, uint8_t level) U8G_NOINLINE; -uint8_t get_gpio_level(uint16_t pin) U8G_NOINLINE; - -void spi_init(uint32_t ns) U8G_NOINLINE; -void spi_out(uint8_t data); - -extern uint16_t u8g_pin_a0; -extern uint16_t u8g_pin_cs; -extern uint16_t u8g_pin_rst; - -uint8_t u8g_com_hw_spi_fn(u8g_t *u8g, uint8_t msg, uint8_t arg_val, void *arg_ptr); - -#endif - - -