<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>

<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Amar Takhar pushed new commits to merge request <a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/merge_requests/1">!1</a>
</h3>
<ul>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/dfda5cbe">dfda5cbe</a>
 - 1 commit from branch `rtems`
</li>
</ul>
<ul>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/d8a3ee8e">d8a3ee8e</a>
 - rtems: added RTEMS port files
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/9cb8c16c">9cb8c16c</a>
 - rtems/Makefile: started using pkg-config to obtain CFLAGS and LDFLAGS
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/cba1cc76">cba1cc76</a>
 - rtems/README: updated build command
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/3e08ea9f">3e08ea9f</a>
 - rtems/Makefile: build libmicropython.a
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/67c3c9a5">67c3c9a5</a>
 - rtems/test: added test application source and Make rule
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/3d58ca8e">3d58ca8e</a>
 - rtems/README: added command for building example application
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/d3d36def">d3d36def</a>
 - rtems: enabled floats
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/06e67965">06e67965</a>
 - rtems: importing modules from IMFS
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/09625b8c">09625b8c</a>
 - rtems: added time module support
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/b714bc1b">b714bc1b</a>
 - rtems: enabled random module
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/e319014f">e319014f</a>
 - rtems/time: set RTEMS MICROSECONDS_PER_TICK, updated time functions
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/dbbf4a14">dbbf4a14</a>
 - rtems/machine: implemented reset() and soft_reset()
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/a93610b5">a93610b5</a>
 - rtems/test: renamed 'test_app' to 'test'
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/05c83930">05c83930</a>
 - rtems/time: switched to POSIX nanosleep for mp_hal_delay_ms
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/553930b2">553930b2</a>
 - rtems/README: updated build commands
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/9bdd52aa">9bdd52aa</a>
 - rtems/mpconfigport: switched to detailed error reporting
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/e6146c8f">e6146c8f</a>
 - rtems/mpconfigport: set MPZ_DIG_SIZE=16 to support 32 & 64-bit systems
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/24d5165d">24d5165d</a>
 - rtems: fixed readline implementation to better handle raw mode
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/9744f3fd">9744f3fd</a>
 - rtems: larger heap size, switched mp_hal_stdout_tx_strn to write()
</li>
<li>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/commit/c61246e2">c61246e2</a>
 - rtems/mpconfigport: updated config options to pass more 'basics' tests
</li>
<li>
And 12 more
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #626168;">

<br>
<a href="https://gitlab.rtems.org/rtems/contrib/micropython/-/merge_requests/1">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.rtems.org">gitlab.rtems.org</a>. <a href="https://gitlab.rtems.org/-/sent_notifications/e309dc5199f1a11af1df3552977ccffd/unsubscribe" target="_blank" rel="noopener noreferrer">Unsubscribe</a> from this thread · <a href="https://gitlab.rtems.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://gitlab.rtems.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<span style="color: transparent; font-size: 0; display: none; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0;">
Notification message regarding https://gitlab.rtems.org/rtems/contrib/micropython/-/merge_requests/1 at 1757519534
</span>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Merge request","url":"https://gitlab.rtems.org/rtems/contrib/micropython/-/merge_requests/1"}}</script>


</p>
</div>
</body>
</html>