This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Privacy policy for ZENIT Tracks | |
Last updated: June 4, 2023 | |
This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You. | |
We don’t use Your Personal data to provide and improve the Service. We also don’t collect content that you create, upload, or receive from other users when using the Service. | |
INTERPRETATIONS AND DEFINITIONS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* mega32m1_sleep.c | |
* | |
* Created: 17/05/2018 14:01:51 | |
* Author : Aner Torre | |
* | |
* Sleep modes test. The main purpose of this test is to demonstrate which sleep modes | |
* can the CAN message RX interrupts wake the MCU from. Blinks a LED for 4 times | |
* and enters sleep_mode until the MCU is waken by receiving CAN message RX interrupt | |
* |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------- beginning of system | |
12-18 22:32:12.800 485 485 I vold : Vold 3.0 (the awakening) firing up | |
12-18 22:32:12.800 485 485 V vold : Detected support for: ext4 vfat | |
12-18 22:32:12.805 485 485 I vold : [libfs_mgr]fs_mgr_read_fstab_dt(): failed to read fstab from dt | |
12-18 22:32:12.810 485 493 D vold : e4crypt_init_user0 | |
12-18 22:32:12.810 485 493 D vold : e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1 | |
12-18 22:32:12.810 485 493 D vold : Preparing: /data/system/users/0 | |
12-18 22:32:12.811 485 493 D vold : Preparing: /data/misc/profiles/cur/0 | |
12-18 22:32:12.812 485 493 D vold : Preparing: /data/system_de/0 | |
12-18 22:32:12.813 485 493 D vold : Preparing: /data/misc_de/0 |