Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #3

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
1944f68
Primera apertura del IDE
sbualo Jun 23, 2023
450e5b9
Modificar .gitignore
sbualo Jun 23, 2023
ac06cfe
Primer aproach sobre parpadeo de leds + boton
sbualo Jun 23, 2023
35fdf18
Toggleo de led mediante boton
sbualo Jun 23, 2023
0f9551f
Merge pull request #1 from sbualo/feature/SecuenciaLed
sbualo Jun 23, 2023
5c78d2b
Create README.md
sbualo Jun 24, 2023
b390fb5
Merge pull request #2 from sbualo/feature/CreateReadme
sbualo Jun 24, 2023
9eda7d0
Generacion de Archivos Led.c y Led.h para crear nuevas funciones para…
sbualo Jun 24, 2023
1f7f13b
Agregado de funciones de secuencias + Finalizado Practica 1
sbualo Jun 24, 2023
7524427
Merge remote-tracking branch 'origin/develop' into feature/SecuenciaLed
sbualo Jun 24, 2023
c918e28
Reordenado del directorio
sbualo Jun 24, 2023
e9a5c37
.metadata deleted
sbualo Jun 24, 2023
ffa3087
Merge pull request #3 from sbualo/feature/SecuenciaLed
sbualo Jun 24, 2023
81675a0
Actualizacion del README
sbualo Jun 24, 2023
2e61053
Merge pull request #4 from sbualo/feature/SecuenciaLed
sbualo Jun 24, 2023
8cfeb1d
Primeras funciones andando
sbualo Jul 6, 2023
02afae5
Practica 3 Finalizada
sbualo Jul 8, 2023
cb910f2
Merge pull request #6 from sbualo/feature/TP2
sbualo Jul 8, 2023
13056d4
logs raros
sbualo Jul 9, 2023
9cb1932
Cambio de nombres
sbualo Jul 9, 2023
f440b75
Readme.md actualizado
sbualo Jul 9, 2023
c76213e
Merge pull request #8 from sbualo/feature/TP2
sbualo Jul 9, 2023
55ce651
fix warning Error_handler fn
sbualo Jul 9, 2023
41508f2
Merge pull request #10 from sbualo/feature/FixWarning
sbualo Jul 9, 2023
968401f
Carpeta practica 4 + primera aproximacion al programa
sbualo Jul 15, 2023
9bb8268
Primer programa funcionando- no anda muy bien, problemas de rebote
sbualo Jul 15, 2023
45482a2
Final Practica 4 - Ej2 funcionando
sbualo Jul 15, 2023
0d56378
Readme
sbualo Jul 15, 2023
a074649
Merge pull request #12 from sbualo/feature/Practica-4
sbualo Jul 15, 2023
e9c104d
Creacion proyecto 5 + primer codigo uart
sbualo Jul 27, 2023
083958c
Compila de forma correcta, tira warnings con los mensajes de print de…
sbualo Jul 27, 2023
bd7c89b
Fin modulo wrapper
sbualo Jul 27, 2023
5637c89
practica 5 terminada
sbualo Jul 28, 2023
9876fb3
Merge pull request #14 from sbualo/feature/Practica-5
sbualo Aug 1, 2023
5c41229
Proyecto Test donde aparentemente se lee la tarjeta pero no funciona …
sbualo Aug 8, 2023
9ad7c62
RFID_v2 ya funciona RFID - reconoce tarjetas
sbualo Aug 10, 2023
1f78656
Proyecto ya segregado funcionando
sbualo Aug 10, 2023
361b192
funcionan todos los perifericos
sbualo Aug 11, 2023
c5e03e1
Teclado agregado + primer aproach de FSM
sbualo Aug 12, 2023
6bbaa1b
TP Final
sbualo Aug 14, 2023
ec573a7
Merge pull request #16 from sbualo/feature/TpFinal
sbualo Aug 14, 2023
aa077b0
Readme.md update
sbualo Aug 14, 2023
421bbbe
Fix de statics
sbualo Aug 15, 2023
a09ad49
Merge pull request #18 from sbualo/feature/TpFinal
sbualo Aug 15, 2023
209c8bd
fix repo orden de carpetas
sbualo Aug 15, 2023
c2bbd37
Merge pull request #20 from sbualo/feature/TpFinal
sbualo Aug 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .DS_Store
Binary file not shown.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ modules.order
Module.symvers
Mkfile.old
dkms.conf


#DEBUG Compile Results

Programacion de Microcontroladores/*/Debug
.metadata
1,135 changes: 169 additions & 966 deletions .metadata/.ide.log

Large diffs are not rendered by default.

9,012 changes: 6,789 additions & 2,223 deletions .metadata/.log

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions .metadata/.log4j.xml

This file was deleted.

18 changes: 18 additions & 0 deletions .metadata/.log4j2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="info">
<ThresholdFilter level="INFO"/>
<Appenders>
<RollingFile name="DEBUGFILE" fileName="/Users/santiagobualo/Documents/SBualo-CESE/.metadata/.ide.log" filePattern="/Users/santiagobualo/Documents/SBualo-CESE/.metadata/.ide.log-%d{yyyy-MM-dd}.log">
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss,SSS} [%p] %c{1}:%L - %m%n" />
<Policies>
<TimeBasedTriggeringPolicy interval="1" modulate="true" />
<SizeBasedTriggeringPolicy size="50MB"/>
</Policies>
</RollingFile>
</Appenders>
<Loggers>
<Root level="ALL">
<AppenderRef ref="DEBUGFILE" />
</Root>
</Loggers>
</Configuration>
21 changes: 8 additions & 13 deletions .metadata/.plugins/org.eclipse.cdt.core/.log
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
*** SESSION oct. 15, 2021 13:57:02.214 -----------------------------------------
*** SESSION oct. 18, 2021 13:52:52.627 -----------------------------------------
*** SESSION oct. 18, 2021 15:25:26.818 -----------------------------------------
*** SESSION oct. 18, 2021 15:36:20.581 -----------------------------------------
*** SESSION oct. 19, 2021 09:04:58.143 -----------------------------------------
*** SESSION oct. 19, 2021 09:07:03.831 -----------------------------------------
*** SESSION oct. 19, 2021 11:16:20.516 -----------------------------------------
*** SESSION oct. 19, 2021 13:41:05.958 -----------------------------------------
*** SESSION oct. 19, 2021 21:13:53.531 -----------------------------------------
*** SESSION oct. 19, 2021 21:36:48.360 -----------------------------------------
*** SESSION oct. 19, 2021 21:54:46.67 ------------------------------------------
*** SESSION oct. 21, 2021 17:04:34.72 ------------------------------------------
*** SESSION oct. 26, 2021 21:15:29.645 -----------------------------------------
*** SESSION jun. 24, 2023 20:19:43.439 -----------------------------------------
*** SESSION jul. 04, 2023 20:33:52.585 -----------------------------------------
*** SESSION jul. 13, 2023 19:33:36.870 -----------------------------------------
*** SESSION jul. 25, 2023 14:51:25.164 -----------------------------------------
*** SESSION jul. 25, 2023 19:04:11.214 -----------------------------------------
*** SESSION jul. 25, 2023 20:03:40.98 ------------------------------------------
*** SESSION jul. 27, 2023 18:48:24.778 -----------------------------------------
*** SESSION jul. 28, 2023 11:28:49.901 -----------------------------------------
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

118 changes: 0 additions & 118 deletions .metadata/.plugins/org.eclipse.cdt.ui/Ej0_blinky.build.log

This file was deleted.

20 changes: 0 additions & 20 deletions .metadata/.plugins/org.eclipse.cdt.ui/Ej1_pushButton.build.log

This file was deleted.

Loading