diff --git a/lib/INI_ADC.s b/lib/INI_ADC.s index f061619..7d3f1ea 100644 --- a/lib/INI_ADC.s +++ b/lib/INI_ADC.s @@ -2,7 +2,7 @@ ; FILE : INI_ADC.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro ADC +; DESCR : Control registers and bit masks for ADC ; ; Analog to Digital Converter (ADC) ; diff --git a/lib/INI_AES.s b/lib/INI_AES.s index eca9da2..4a2d15e 100644 --- a/lib/INI_AES.s +++ b/lib/INI_AES.s @@ -2,8 +2,8 @@ ; FILE : INI_AES.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro AES (crypto); -; ! Modul je pouze v STM32L162 ! +; DESCR : Control registers and bit masks for AES (crypto); +; ! Avaliable only in STM32L162 ! ; ; Advanced Encryption Standard (AES) ; diff --git a/lib/INI_BASE.s b/lib/INI_BASE.s index 3d5be38..9e5dcbf 100644 --- a/lib/INI_BASE.s +++ b/lib/INI_BASE.s @@ -2,8 +2,8 @@ ; FILE : INI_BASE.S ; AUTHOR : Ondrej Hruska ; DATE : 10/2015 -; DESCR : Zakladni soubor knihovny. Musi byt includovat pred vsemi ostatnimi. -; Soubor definuje rozdeleni adresniho prostoru a adresy periferii. +; DESCR : Base library file. This file must be included before any other library +; files. This file defines memory map and base addresses of peripherals. ; ; Part of an assembler library for STM32L100, based on the STM32 CMSIS. ; Developed for educational purposes at the Department of Measure of CTU in Prague. diff --git a/lib/INI_COMP.s b/lib/INI_COMP.s index f579eb3..d386cb5 100644 --- a/lib/INI_COMP.s +++ b/lib/INI_COMP.s @@ -2,7 +2,7 @@ ; FILE : INI_COMP.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro COMP (analogovy komparator) +; DESCR : Control registers and bit masks for COMP (analog comparator) ; ; Analog Comparators (COMP) ; diff --git a/lib/INI_CRC.s b/lib/INI_CRC.s index 12dfb54..94985cc 100644 --- a/lib/INI_CRC.s +++ b/lib/INI_CRC.s @@ -2,7 +2,7 @@ ; FILE : INI_CRC.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro CRC (checksum generator) +; DESCR : Control registers and bit masks for CRC (checksum generator) ; ; CRC calculation unit (CRC) ; diff --git a/lib/INI_DAC.s b/lib/INI_DAC.s index 99a4427..8acc2e5 100644 --- a/lib/INI_DAC.s +++ b/lib/INI_DAC.s @@ -2,7 +2,7 @@ ; FILE : INI_DAC.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro DAC (digitalne-analogovy prevodnik) +; DESCR : Control registers and bit masks for DAC (digital-analog converter) ; ; Digital to Analog Converter (DAC) ; diff --git a/lib/INI_DBGMCU.s b/lib/INI_DBGMCU.s index aeaf0f3..726ffdc 100644 --- a/lib/INI_DBGMCU.s +++ b/lib/INI_DBGMCU.s @@ -2,7 +2,7 @@ ; FILE : INI_DBGMCU.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro DBGMCU (Debug MCU control) +; DESCR : Control registers and bit masks for DBGMCU (Debug MCU control) ; ; Debug MCU (DBGMCU) ; diff --git a/lib/INI_DMA.s b/lib/INI_DMA.s index b7c5923..8b22660 100644 --- a/lib/INI_DMA.s +++ b/lib/INI_DMA.s @@ -2,7 +2,7 @@ ; FILE : INI_DMA.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro DMA (Direct memory access) +; DESCR : Control registers and bit masks for DMA (Direct memory access) ; ; DMA Controller (DMA) ; diff --git a/lib/INI_EXTI.s b/lib/INI_EXTI.s index 431ec18..c8098df 100644 --- a/lib/INI_EXTI.s +++ b/lib/INI_EXTI.s @@ -2,7 +2,7 @@ ; FILE : INI_EXTI.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro EXTI (ext. interrupt) +; DESCR : Control registers and bit masks for EXTI (ext. interrupt) ; ; External Interrupt/Event Controller (EXTI) ; diff --git a/lib/INI_FLASH.s b/lib/INI_FLASH.s index 47b2d8f..fc1f6eb 100644 --- a/lib/INI_FLASH.s +++ b/lib/INI_FLASH.s @@ -2,7 +2,7 @@ ; FILE : INI_FLASH.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro FLASH +; DESCR : Control registers and bit masks for FLASH control ; ; FLASH, DATA EEPROM and Option Bytes Registers ; (FLASH, DATA_EEPROM, OB) diff --git a/lib/INI_FSMC.s b/lib/INI_FSMC.s index ec118dc..ce5b637 100644 --- a/lib/INI_FSMC.s +++ b/lib/INI_FSMC.s @@ -2,7 +2,7 @@ ; FILE : INI_FSMC.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro FSMC (ext. memory communication) +; DESCR : Control registers and bit masks for FSMC (ext. memory communication) ; ; Flexible Static Memory Controller ; diff --git a/lib/INI_GPIO.s b/lib/INI_GPIO.s index d9bbd09..1e3a984 100644 --- a/lib/INI_GPIO.s +++ b/lib/INI_GPIO.s @@ -2,6 +2,7 @@ ; FILE : INI_GPIO.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 +; DESCR : Control registers and bit masks for GPIO (ext. memory communication) ; ; General Purpose IOs (GPIO) ; diff --git a/lib/INI_I2C.s b/lib/INI_I2C.s index 14671d8..09538b9 100644 --- a/lib/INI_I2C.s +++ b/lib/INI_I2C.s @@ -2,7 +2,7 @@ ; FILE : INI_I2C.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro I2C +; DESCR : Control registers and bit masks for I2C ; ; Inter-integrated Circuit Interface (I2C) ; diff --git a/lib/INI_LCD.s b/lib/INI_LCD.s index ae885eb..aedab7e 100644 --- a/lib/INI_LCD.s +++ b/lib/INI_LCD.s @@ -2,7 +2,7 @@ ; FILE : INI_LCD.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro LCD +; DESCR : Control registers and bit masks for LCD ; ; LCD Controller (LCD) ; diff --git a/lib/INI_NVIC.s b/lib/INI_NVIC.s index ed4fa7e..429b4e6 100644 --- a/lib/INI_NVIC.s +++ b/lib/INI_NVIC.s @@ -2,7 +2,7 @@ ; FILE : INI_NVIC.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro NVIC (system preruseni) +; DESCR : Control registers and bit masks for NVIC (interrupt vector controller) ; ; Nested Vectored Interrupt Controller (NVIC) ; diff --git a/lib/INI_OPAMP.s b/lib/INI_OPAMP.s index 12b971c..06a2931 100644 --- a/lib/INI_OPAMP.s +++ b/lib/INI_OPAMP.s @@ -2,7 +2,7 @@ ; FILE : INI_OPAMP.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro OPAMP +; DESCR : Control registers and bit masks for OPAMP ; ; Operational Amplifier (OPAMP) ; diff --git a/lib/INI_PWR.s b/lib/INI_PWR.s index 8dcbcd4..402827e 100644 --- a/lib/INI_PWR.s +++ b/lib/INI_PWR.s @@ -2,7 +2,7 @@ ; FILE : INI_PWR.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro PWR (napajeni, sleep...) +; DESCR : Control registers and bit masks for PWR (power control, sleep) ; ; Power Control (PWR) ; diff --git a/lib/INI_RCC.s b/lib/INI_RCC.s index c49d83c..af6a9bc 100644 --- a/lib/INI_RCC.s +++ b/lib/INI_RCC.s @@ -2,7 +2,7 @@ ; FILE : INI_RCC.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro RCC (nastaveni hodin) +; DESCR : Control registers and bit masks for RCC (clock sources config) ; ; Reset and Clock Control (RCC) ; diff --git a/lib/INI_RI.s b/lib/INI_RI.s index 89237ec..f9ff071 100644 --- a/lib/INI_RI.s +++ b/lib/INI_RI.s @@ -2,7 +2,7 @@ ; FILE : INI_RI.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro RI (analogove propojky) +; DESCR : Control registers and bit masks for RI (analog input routing) ; ; Routing Interface (RI) ; diff --git a/lib/INI_RTC.s b/lib/INI_RTC.s index c6cca46..26b7078 100644 --- a/lib/INI_RTC.s +++ b/lib/INI_RTC.s @@ -2,7 +2,7 @@ ; FILE : INI_RTC.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro RTC (obvod realneho casu) +; DESCR : Control registers and bit masks for RTC (real time clock circuit) ; ; Real-Time Clock (RTC) ; diff --git a/lib/INI_SCB.s b/lib/INI_SCB.s index d0c1865..c777da1 100644 --- a/lib/INI_SCB.s +++ b/lib/INI_SCB.s @@ -2,6 +2,7 @@ ; FILE : INI_SCB.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 +; DESCR : Control registers and bit masks for SCB ; System Control Block (SCB) ; diff --git a/lib/INI_SDIO.s b/lib/INI_SDIO.s index 42f7435..8fd9a83 100644 --- a/lib/INI_SDIO.s +++ b/lib/INI_SDIO.s @@ -2,7 +2,7 @@ ; FILE : INI_SDIO.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro SDIO +; DESCR : Control registers and bit masks for SDIO ; ; SD host Interface ; diff --git a/lib/INI_SPI.s b/lib/INI_SPI.s index c04aebd..70a4d8a 100644 --- a/lib/INI_SPI.s +++ b/lib/INI_SPI.s @@ -2,7 +2,7 @@ ; FILE : INI_SPI.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro SPI +; DESCR : Control registers and bit masks for SPI ; ; Serial Peripheral Interface (SPI) ; diff --git a/lib/INI_SYSCFG.s b/lib/INI_SYSCFG.s index cc7b0e2..ce38330 100644 --- a/lib/INI_SYSCFG.s +++ b/lib/INI_SYSCFG.s @@ -2,7 +2,7 @@ ; FILE : INI_SYSCFG.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro SYSCFG (EXTI routing atd.) +; DESCR : Control registers and bit masks for SYSCFG (EXTI routing etc.) ; ; System Configuration (SYSCFG) ; diff --git a/lib/INI_SYSTICK.s b/lib/INI_SYSTICK.s index 2165dab..2c1a59f 100644 --- a/lib/INI_SYSTICK.s +++ b/lib/INI_SYSTICK.s @@ -2,6 +2,7 @@ ; FILE : INI_SYSTICK.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 +; DESCR : Control registers and bit masks for SysTick ; ; System Timer (SysTick) ; diff --git a/lib/INI_TIM.s b/lib/INI_TIM.s index 453f39e..fe56600 100644 --- a/lib/INI_TIM.s +++ b/lib/INI_TIM.s @@ -2,7 +2,7 @@ ; FILE : INI_TIM.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro TIM (casovace) +; DESCR : Control registers and bit masks for TIM (timers) ; ; Timers (TIM) ; diff --git a/lib/INI_USART.s b/lib/INI_USART.s index a82e7c2..30ea441 100644 --- a/lib/INI_USART.s +++ b/lib/INI_USART.s @@ -2,7 +2,7 @@ ; FILE : INI_USART.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro USART +; DESCR : Control registers and bit masks for USART ; ; Universal Synchronous Asynchronous Receiver Transmitter (USART) ; diff --git a/lib/INI_USB.s b/lib/INI_USB.s index 6d91d03..092b70a 100644 --- a/lib/INI_USB.s +++ b/lib/INI_USB.s @@ -2,7 +2,7 @@ ; FILE : INI_USB.S ; AUTHOR : Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro USB +; DESCR : Control registers and bit masks for USB ; ; Universal Serial Bus (USB) ; diff --git a/lib/INI_WDG.s b/lib/INI_WDG.s index 3d4b53d..636afa3 100644 --- a/lib/INI_WDG.s +++ b/lib/INI_WDG.s @@ -2,7 +2,7 @@ ; FILE : INI_WWDG.S ; AUTHOR : Petr Dousa, Ondrej Hruska ; DATE : 10/2015 -; DESCR : Bitove masky ridicich registru pro WWDG +; DESCR : Control registers and bit masks for WWDG ; ; Window WATCHDOG (WWDG) ;